1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Merge branch 'develop' of github.com:Budibase/budibase into frontend-core

This commit is contained in:
Andrew Kingston 2022-02-09 14:24:05 +00:00
commit 91ef045396
12 changed files with 891 additions and 40 deletions

View file

@ -1,5 +1,5 @@
{
"version": "1.0.50-alpha.0",
"version": "1.0.50-alpha.4",
"npmClient": "yarn",
"packages": [
"packages/*"

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/backend-core",
"version": "1.0.50-alpha.0",
"version": "1.0.50-alpha.4",
"description": "Budibase backend core libraries used in server and worker",
"main": "src/index.js",
"author": "Budibase",

View file

@ -1,7 +1,7 @@
{
"name": "@budibase/bbui",
"description": "A UI solution used in the different Budibase projects.",
"version": "1.0.50-alpha.0",
"version": "1.0.50-alpha.4",
"license": "MPL-2.0",
"svelte": "src/index.js",
"module": "dist/bbui.es.js",

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/builder",
"version": "1.0.50-alpha.0",
"version": "1.0.50-alpha.4",
"license": "GPL-3.0",
"private": true,
"scripts": {
@ -64,10 +64,10 @@
}
},
"dependencies": {
"@budibase/bbui": "^1.0.50-alpha.0",
"@budibase/client": "^1.0.50-alpha.0",
"@budibase/frontend-core": "^1.0.50-alpha.0",
"@budibase/string-templates": "^1.0.50-alpha.0",
"@budibase/bbui": "^1.0.50-alpha.4",
"@budibase/client": "^1.0.50-alpha.4",
"@budibase/frontend-core": "^1.0.50-alpha.4",
"@budibase/string-templates": "^1.0.50-alpha.4",
"@sentry/browser": "5.19.1",
"@spectrum-css/page": "^3.0.1",
"@spectrum-css/vars": "^3.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/cli",
"version": "1.0.50-alpha.0",
"version": "1.0.50-alpha.4",
"description": "Budibase CLI, for developers, self hosting and migrations.",
"main": "src/index.js",
"bin": {

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/client",
"version": "1.0.50-alpha.0",
"version": "1.0.50-alpha.4",
"license": "MPL-2.0",
"module": "dist/budibase-client.js",
"main": "dist/budibase-client.js",
@ -19,9 +19,9 @@
"dev:builder": "rollup -cw"
},
"dependencies": {
"@budibase/bbui": "^1.0.50-alpha.0",
"@budibase/frontend-core": "^1.0.50-alpha.0",
"@budibase/string-templates": "^1.0.50-alpha.0",
"@budibase/bbui": "^1.0.50-alpha.4",
"@budibase/frontend-core": "^1.0.50-alpha.4",
"@budibase/string-templates": "^1.0.50-alpha.4",
"regexparam": "^1.3.0",
"rollup-plugin-polyfill-node": "^0.8.0",
"shortid": "^2.2.15",

View file

@ -1,12 +1,12 @@
{
"name": "@budibase/frontend-core",
"version": "1.0.50-alpha.0",
"version": "1.0.50-alpha.4",
"description": "Budibase frontend core libraries used in builder and client",
"author": "Budibase",
"license": "MPL-2.0",
"svelte": "src/index.js",
"dependencies": {
"@budibase/bbui": "^1.0.50-alpha.0",
"@budibase/bbui": "^1.0.50-alpha.4",
"lodash": "^4.17.21",
"svelte": "^3.46.2"
}

View file

@ -1,7 +1,7 @@
{
"name": "@budibase/server",
"email": "hi@budibase.com",
"version": "1.0.50-alpha.0",
"version": "1.0.50-alpha.4",
"description": "Budibase Web Server",
"main": "src/index.ts",
"repository": {
@ -70,9 +70,9 @@
"license": "GPL-3.0",
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"@budibase/backend-core": "^1.0.50-alpha.0",
"@budibase/client": "^1.0.50-alpha.0",
"@budibase/string-templates": "^1.0.50-alpha.0",
"@budibase/backend-core": "^1.0.50-alpha.4",
"@budibase/client": "^1.0.50-alpha.4",
"@budibase/string-templates": "^1.0.50-alpha.4",
"@bull-board/api": "^3.7.0",
"@bull-board/koa": "^3.7.0",
"@elastic/elasticsearch": "7.10.0",

View file

@ -9,7 +9,8 @@
"noImplicitAny": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"incremental": true
"incremental": true,
"types": [ "node", "jest"],
},
"include": [
"./src/**/*",

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/string-templates",
"version": "1.0.50-alpha.0",
"version": "1.0.50-alpha.4",
"description": "Handlebars wrapper for Budibase templating.",
"main": "src/index.cjs",
"module": "dist/bundle.mjs",
@ -13,6 +13,11 @@
},
"./package.json": "./package.json"
},
"files": [
"dist",
"src",
"manifest.json"
],
"scripts": {
"build": "tsc && rollup -c",
"dev:builder": "tsc && rollup -cw",

View file

@ -1,7 +1,7 @@
{
"name": "@budibase/worker",
"email": "hi@budibase.com",
"version": "1.0.50-alpha.0",
"version": "1.0.50-alpha.4",
"description": "Budibase background service",
"main": "src/index.ts",
"repository": {
@ -34,8 +34,8 @@
"author": "Budibase",
"license": "GPL-3.0",
"dependencies": {
"@budibase/backend-core": "^1.0.50-alpha.0",
"@budibase/string-templates": "^1.0.50-alpha.0",
"@budibase/backend-core": "^1.0.50-alpha.4",
"@budibase/string-templates": "^1.0.50-alpha.4",
"@koa/router": "^8.0.0",
"@sentry/node": "^6.0.0",
"@techpass/passport-openidconnect": "^0.3.0",