merge
This commit is contained in:
commit
653c19d5a7
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.1.46-alpha.1",
|
||||
"version": "2.1.46-alpha.2",
|
||||
"npmClient": "yarn",
|
||||
"packages": [
|
||||
"packages/*"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/backend-core",
|
||||
"version": "2.1.46-alpha.1",
|
||||
"version": "2.1.46-alpha.2",
|
||||
"description": "Budibase backend core libraries used in server and worker",
|
||||
"main": "dist/src/index.js",
|
||||
"types": "dist/src/index.d.ts",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"test:watch": "jest --watchAll"
|
||||
},
|
||||
"dependencies": {
|
||||
"@budibase/types": "2.1.46-alpha.1",
|
||||
"@budibase/types": "2.1.46-alpha.2",
|
||||
"@shopify/jest-koa-mocks": "5.0.1",
|
||||
"@techpass/passport-openidconnect": "0.3.2",
|
||||
"aws-sdk": "2.1030.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@budibase/bbui",
|
||||
"description": "A UI solution used in the different Budibase projects.",
|
||||
"version": "2.1.46-alpha.1",
|
||||
"version": "2.1.46-alpha.2",
|
||||
"license": "MPL-2.0",
|
||||
"svelte": "src/index.js",
|
||||
"module": "dist/bbui.es.js",
|
||||
|
@ -38,9 +38,9 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@adobe/spectrum-css-workflow-icons": "1.2.1",
|
||||
"@budibase/string-templates": "2.1.46-alpha.1",
|
||||
"@budibase/string-templates": "2.1.46-alpha.2",
|
||||
"@spectrum-css/actionbutton": "1.0.1",
|
||||
"@spectrum-css/actiongroup": "^1.0.1",
|
||||
"@spectrum-css/actiongroup": "1.0.1",
|
||||
"@spectrum-css/avatar": "3.0.2",
|
||||
"@spectrum-css/button": "3.0.1",
|
||||
"@spectrum-css/buttongroup": "3.0.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/builder",
|
||||
"version": "2.1.46-alpha.1",
|
||||
"version": "2.1.46-alpha.2",
|
||||
"license": "GPL-3.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -71,10 +71,10 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@budibase/bbui": "2.1.46-alpha.1",
|
||||
"@budibase/client": "2.1.46-alpha.1",
|
||||
"@budibase/frontend-core": "2.1.46-alpha.1",
|
||||
"@budibase/string-templates": "2.1.46-alpha.1",
|
||||
"@budibase/bbui": "2.1.46-alpha.2",
|
||||
"@budibase/client": "2.1.46-alpha.2",
|
||||
"@budibase/frontend-core": "2.1.46-alpha.2",
|
||||
"@budibase/string-templates": "2.1.46-alpha.2",
|
||||
"@sentry/browser": "5.19.1",
|
||||
"@spectrum-css/page": "^3.0.1",
|
||||
"@spectrum-css/vars": "^3.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/cli",
|
||||
"version": "2.1.46-alpha.1",
|
||||
"version": "2.1.46-alpha.2",
|
||||
"description": "Budibase CLI, for developers, self hosting and migrations.",
|
||||
"main": "src/index.js",
|
||||
"bin": {
|
||||
|
@ -26,9 +26,9 @@
|
|||
"outputPath": "build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@budibase/backend-core": "2.1.46-alpha.1",
|
||||
"@budibase/string-templates": "2.1.46-alpha.1",
|
||||
"@budibase/types": "2.1.46-alpha.1",
|
||||
"@budibase/backend-core": "2.1.46-alpha.2",
|
||||
"@budibase/string-templates": "2.1.46-alpha.2",
|
||||
"@budibase/types": "2.1.46-alpha.2",
|
||||
"axios": "0.21.2",
|
||||
"chalk": "4.1.0",
|
||||
"cli-progress": "3.11.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/client",
|
||||
"version": "2.1.46-alpha.1",
|
||||
"version": "2.1.46-alpha.2",
|
||||
"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": "2.1.46-alpha.1",
|
||||
"@budibase/frontend-core": "2.1.46-alpha.1",
|
||||
"@budibase/string-templates": "2.1.46-alpha.1",
|
||||
"@budibase/bbui": "2.1.46-alpha.2",
|
||||
"@budibase/frontend-core": "2.1.46-alpha.2",
|
||||
"@budibase/string-templates": "2.1.46-alpha.2",
|
||||
"@spectrum-css/button": "^3.0.3",
|
||||
"@spectrum-css/card": "^3.0.3",
|
||||
"@spectrum-css/divider": "^1.0.3",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@budibase/frontend-core",
|
||||
"version": "2.1.46-alpha.1",
|
||||
"version": "2.1.46-alpha.2",
|
||||
"description": "Budibase frontend core libraries used in builder and client",
|
||||
"author": "Budibase",
|
||||
"license": "MPL-2.0",
|
||||
"svelte": "src/index.js",
|
||||
"dependencies": {
|
||||
"@budibase/bbui": "2.1.46-alpha.1",
|
||||
"@budibase/bbui": "2.1.46-alpha.2",
|
||||
"lodash": "^4.17.21",
|
||||
"svelte": "^3.46.2"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/sdk",
|
||||
"version": "2.1.46-alpha.1",
|
||||
"version": "2.1.46-alpha.2",
|
||||
"description": "Budibase Public API SDK",
|
||||
"author": "Budibase",
|
||||
"license": "MPL-2.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@budibase/server",
|
||||
"email": "hi@budibase.com",
|
||||
"version": "2.1.46-alpha.1",
|
||||
"version": "2.1.46-alpha.2",
|
||||
"description": "Budibase Web Server",
|
||||
"main": "src/index.ts",
|
||||
"repository": {
|
||||
|
@ -43,11 +43,11 @@
|
|||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@apidevtools/swagger-parser": "10.0.3",
|
||||
"@budibase/backend-core": "2.1.46-alpha.1",
|
||||
"@budibase/client": "2.1.46-alpha.1",
|
||||
"@budibase/pro": "2.1.46-alpha.0",
|
||||
"@budibase/string-templates": "2.1.46-alpha.1",
|
||||
"@budibase/types": "2.1.46-alpha.1",
|
||||
"@budibase/backend-core": "2.1.46-alpha.2",
|
||||
"@budibase/client": "2.1.46-alpha.2",
|
||||
"@budibase/pro": "2.1.46-alpha.2",
|
||||
"@budibase/string-templates": "2.1.46-alpha.2",
|
||||
"@budibase/types": "2.1.46-alpha.2",
|
||||
"@bull-board/api": "3.7.0",
|
||||
"@bull-board/koa": "3.9.4",
|
||||
"@elastic/elasticsearch": "7.10.0",
|
||||
|
|
|
@ -1273,12 +1273,12 @@
|
|||
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
||||
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
|
||||
|
||||
"@budibase/backend-core@2.1.46-alpha.0":
|
||||
version "2.1.46-alpha.0"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.1.46-alpha.0.tgz#d9063b055cb3c4edb3994a13664c6a070e701a71"
|
||||
integrity sha512-ulpK2u+5+yIjIyMWhr2cre2ncdZsq5uPt1meNO+kvsetmv37ZnLtmM2gqIe1RNjYkf+mIZlUDA9QDkZowIiTUg==
|
||||
"@budibase/backend-core@2.1.46-alpha.2":
|
||||
version "2.1.46-alpha.2"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.1.46-alpha.2.tgz#c3459c5e44560ffa16b4428a7fbb205378249666"
|
||||
integrity sha512-cdTr7VXaelHQEDgTkl0CG5VuczoOUcUFUEI21s9MZjylAs0OwOb9ZuSQ+mLebv0KCajo2RwqXsKSLFmVWBfv+w==
|
||||
dependencies:
|
||||
"@budibase/types" "2.1.46-alpha.0"
|
||||
"@budibase/types" "2.1.46-alpha.2"
|
||||
"@shopify/jest-koa-mocks" "5.0.1"
|
||||
"@techpass/passport-openidconnect" "0.3.2"
|
||||
aws-sdk "2.1030.0"
|
||||
|
@ -1360,13 +1360,13 @@
|
|||
svelte-flatpickr "^3.2.3"
|
||||
svelte-portal "^1.0.0"
|
||||
|
||||
"@budibase/pro@2.1.46-alpha.0":
|
||||
version "2.1.46-alpha.0"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.1.46-alpha.0.tgz#69bf09007edc0f2be275824ba09f27422081c490"
|
||||
integrity sha512-04iCZVU6BN0afei0wFITgvjRhQ46G/vI51FCBZ9ZiuyTsWBPuAhNqXVAQ/Y48+OVDBMtIvsvJ/S1kCbWUa6x3g==
|
||||
"@budibase/pro@2.1.46-alpha.2":
|
||||
version "2.1.46-alpha.2"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.1.46-alpha.2.tgz#f73d1c986f4edbd64782b45459cdbcdd8f85f9ff"
|
||||
integrity sha512-BxfsPPoVequgxkaTsPrjn/XQnhj5vfcIEDsCm5UPh0UamQggPeU4+cX2wG42hCFE9Uja3gP2rhdv08F2+0ZHlg==
|
||||
dependencies:
|
||||
"@budibase/backend-core" "2.1.46-alpha.0"
|
||||
"@budibase/types" "2.1.46-alpha.0"
|
||||
"@budibase/backend-core" "2.1.46-alpha.2"
|
||||
"@budibase/types" "2.1.46-alpha.2"
|
||||
"@koa/router" "8.0.8"
|
||||
bull "4.10.1"
|
||||
joi "17.6.0"
|
||||
|
@ -1390,10 +1390,10 @@
|
|||
svelte-apexcharts "^1.0.2"
|
||||
svelte-flatpickr "^3.1.0"
|
||||
|
||||
"@budibase/types@2.1.46-alpha.0":
|
||||
version "2.1.46-alpha.0"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.1.46-alpha.0.tgz#83ecd2c1a26e933fbf27ba6b7a7ef1fed82a8840"
|
||||
integrity sha512-TTpyax8U0EAsaXqCLACHcfuejZ2x2isyHiM/ia8Ua6R+1rDK9kjYPsiTlJ169/Jq2hv65TzScyaqnHX+g+eJnQ==
|
||||
"@budibase/types@2.1.46-alpha.2":
|
||||
version "2.1.46-alpha.2"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.1.46-alpha.2.tgz#6ded1e5fe4225c489cc9b4ad87f0ca9d0cb56399"
|
||||
integrity sha512-1F7cF9Jx/88sDDvLgYrQMPT9taTgzi5kjb5eOCqg/n/q5bilg2eXCHHUKaWKJnMGW1ARmtVBJLEnaHCOvweUrg==
|
||||
|
||||
"@bull-board/api@3.7.0":
|
||||
version "3.7.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/string-templates",
|
||||
"version": "2.1.46-alpha.1",
|
||||
"version": "2.1.46-alpha.2",
|
||||
"description": "Handlebars wrapper for Budibase templating.",
|
||||
"main": "src/index.cjs",
|
||||
"module": "dist/bundle.mjs",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/types",
|
||||
"version": "2.1.46-alpha.1",
|
||||
"version": "2.1.46-alpha.2",
|
||||
"description": "Budibase types",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@budibase/worker",
|
||||
"email": "hi@budibase.com",
|
||||
"version": "2.1.46-alpha.1",
|
||||
"version": "2.1.46-alpha.2",
|
||||
"description": "Budibase background service",
|
||||
"main": "src/index.ts",
|
||||
"repository": {
|
||||
|
@ -36,10 +36,10 @@
|
|||
"author": "Budibase",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@budibase/backend-core": "2.1.46-alpha.1",
|
||||
"@budibase/pro": "2.1.46-alpha.0",
|
||||
"@budibase/string-templates": "2.1.46-alpha.1",
|
||||
"@budibase/types": "2.1.46-alpha.1",
|
||||
"@budibase/backend-core": "2.1.46-alpha.2",
|
||||
"@budibase/pro": "2.1.46-alpha.2",
|
||||
"@budibase/string-templates": "2.1.46-alpha.2",
|
||||
"@budibase/types": "2.1.46-alpha.2",
|
||||
"@koa/router": "8.0.8",
|
||||
"@sentry/node": "6.17.7",
|
||||
"@techpass/passport-openidconnect": "0.3.2",
|
||||
|
|
|
@ -470,12 +470,12 @@
|
|||
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
||||
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
|
||||
|
||||
"@budibase/backend-core@2.1.46-alpha.0":
|
||||
version "2.1.46-alpha.0"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.1.46-alpha.0.tgz#d9063b055cb3c4edb3994a13664c6a070e701a71"
|
||||
integrity sha512-ulpK2u+5+yIjIyMWhr2cre2ncdZsq5uPt1meNO+kvsetmv37ZnLtmM2gqIe1RNjYkf+mIZlUDA9QDkZowIiTUg==
|
||||
"@budibase/backend-core@2.1.46-alpha.2":
|
||||
version "2.1.46-alpha.2"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.1.46-alpha.2.tgz#c3459c5e44560ffa16b4428a7fbb205378249666"
|
||||
integrity sha512-cdTr7VXaelHQEDgTkl0CG5VuczoOUcUFUEI21s9MZjylAs0OwOb9ZuSQ+mLebv0KCajo2RwqXsKSLFmVWBfv+w==
|
||||
dependencies:
|
||||
"@budibase/types" "2.1.46-alpha.0"
|
||||
"@budibase/types" "2.1.46-alpha.2"
|
||||
"@shopify/jest-koa-mocks" "5.0.1"
|
||||
"@techpass/passport-openidconnect" "0.3.2"
|
||||
aws-sdk "2.1030.0"
|
||||
|
@ -507,22 +507,22 @@
|
|||
uuid "8.3.2"
|
||||
zlib "1.0.5"
|
||||
|
||||
"@budibase/pro@2.1.46-alpha.0":
|
||||
version "2.1.46-alpha.0"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.1.46-alpha.0.tgz#69bf09007edc0f2be275824ba09f27422081c490"
|
||||
integrity sha512-04iCZVU6BN0afei0wFITgvjRhQ46G/vI51FCBZ9ZiuyTsWBPuAhNqXVAQ/Y48+OVDBMtIvsvJ/S1kCbWUa6x3g==
|
||||
"@budibase/pro@2.1.46-alpha.2":
|
||||
version "2.1.46-alpha.2"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.1.46-alpha.2.tgz#f73d1c986f4edbd64782b45459cdbcdd8f85f9ff"
|
||||
integrity sha512-BxfsPPoVequgxkaTsPrjn/XQnhj5vfcIEDsCm5UPh0UamQggPeU4+cX2wG42hCFE9Uja3gP2rhdv08F2+0ZHlg==
|
||||
dependencies:
|
||||
"@budibase/backend-core" "2.1.46-alpha.0"
|
||||
"@budibase/types" "2.1.46-alpha.0"
|
||||
"@budibase/backend-core" "2.1.46-alpha.2"
|
||||
"@budibase/types" "2.1.46-alpha.2"
|
||||
"@koa/router" "8.0.8"
|
||||
bull "4.10.1"
|
||||
joi "17.6.0"
|
||||
node-fetch "^2.6.1"
|
||||
|
||||
"@budibase/types@2.1.46-alpha.0":
|
||||
version "2.1.46-alpha.0"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.1.46-alpha.0.tgz#83ecd2c1a26e933fbf27ba6b7a7ef1fed82a8840"
|
||||
integrity sha512-TTpyax8U0EAsaXqCLACHcfuejZ2x2isyHiM/ia8Ua6R+1rDK9kjYPsiTlJ169/Jq2hv65TzScyaqnHX+g+eJnQ==
|
||||
"@budibase/types@2.1.46-alpha.2":
|
||||
version "2.1.46-alpha.2"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.1.46-alpha.2.tgz#6ded1e5fe4225c489cc9b4ad87f0ca9d0cb56399"
|
||||
integrity sha512-1F7cF9Jx/88sDDvLgYrQMPT9taTgzi5kjb5eOCqg/n/q5bilg2eXCHHUKaWKJnMGW1ARmtVBJLEnaHCOvweUrg==
|
||||
|
||||
"@cspotcode/source-map-support@^0.8.0":
|
||||
version "0.8.1"
|
||||
|
|
Loading…
Reference in New Issue