Merge branch 'develop' of github.com:Budibase/budibase into fix/budi-6657
This commit is contained in:
commit
4b7446fb37
|
@ -2,7 +2,7 @@
|
|||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug, linear
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.4.27-alpha.4",
|
||||
"version": "2.4.27-alpha.5",
|
||||
"npmClient": "yarn",
|
||||
"packages": [
|
||||
"packages/*"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/backend-core",
|
||||
"version": "2.4.27-alpha.4",
|
||||
"version": "2.4.27-alpha.5",
|
||||
"description": "Budibase backend core libraries used in server and worker",
|
||||
"main": "dist/src/index.js",
|
||||
"types": "dist/src/index.d.ts",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"dependencies": {
|
||||
"@budibase/nano": "10.1.2",
|
||||
"@budibase/pouchdb-replication-stream": "1.2.10",
|
||||
"@budibase/types": "2.4.27-alpha.4",
|
||||
"@budibase/types": "2.4.27-alpha.5",
|
||||
"@shopify/jest-koa-mocks": "5.0.1",
|
||||
"@techpass/passport-openidconnect": "0.3.2",
|
||||
"aws-cloudfront-sign": "2.2.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@budibase/bbui",
|
||||
"description": "A UI solution used in the different Budibase projects.",
|
||||
"version": "2.4.27-alpha.4",
|
||||
"version": "2.4.27-alpha.5",
|
||||
"license": "MPL-2.0",
|
||||
"svelte": "src/index.js",
|
||||
"module": "dist/bbui.es.js",
|
||||
|
@ -38,8 +38,8 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@adobe/spectrum-css-workflow-icons": "1.2.1",
|
||||
"@budibase/shared-core": "2.4.27-alpha.4",
|
||||
"@budibase/string-templates": "2.4.27-alpha.4",
|
||||
"@budibase/shared-core": "2.4.27-alpha.5",
|
||||
"@budibase/string-templates": "2.4.27-alpha.5",
|
||||
"@spectrum-css/accordion": "3.0.24",
|
||||
"@spectrum-css/actionbutton": "1.0.1",
|
||||
"@spectrum-css/actiongroup": "1.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/builder",
|
||||
"version": "2.4.27-alpha.4",
|
||||
"version": "2.4.27-alpha.5",
|
||||
"license": "GPL-3.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -58,11 +58,11 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@budibase/bbui": "2.4.27-alpha.4",
|
||||
"@budibase/client": "2.4.27-alpha.4",
|
||||
"@budibase/frontend-core": "2.4.27-alpha.4",
|
||||
"@budibase/shared-core": "2.4.27-alpha.4",
|
||||
"@budibase/string-templates": "2.4.27-alpha.4",
|
||||
"@budibase/bbui": "2.4.27-alpha.5",
|
||||
"@budibase/client": "2.4.27-alpha.5",
|
||||
"@budibase/frontend-core": "2.4.27-alpha.5",
|
||||
"@budibase/shared-core": "2.4.27-alpha.5",
|
||||
"@budibase/string-templates": "2.4.27-alpha.5",
|
||||
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
||||
"@fortawesome/free-brands-svg-icons": "^6.2.1",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/cli",
|
||||
"version": "2.4.27-alpha.4",
|
||||
"version": "2.4.27-alpha.5",
|
||||
"description": "Budibase CLI, for developers, self hosting and migrations.",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
@ -29,9 +29,9 @@
|
|||
"outputPath": "build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@budibase/backend-core": "2.4.27-alpha.4",
|
||||
"@budibase/string-templates": "2.4.27-alpha.4",
|
||||
"@budibase/types": "2.4.27-alpha.4",
|
||||
"@budibase/backend-core": "2.4.27-alpha.5",
|
||||
"@budibase/string-templates": "2.4.27-alpha.5",
|
||||
"@budibase/types": "2.4.27-alpha.5",
|
||||
"axios": "0.21.2",
|
||||
"chalk": "4.1.0",
|
||||
"cli-progress": "3.11.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/client",
|
||||
"version": "2.4.27-alpha.4",
|
||||
"version": "2.4.27-alpha.5",
|
||||
"license": "MPL-2.0",
|
||||
"module": "dist/budibase-client.js",
|
||||
"main": "dist/budibase-client.js",
|
||||
|
@ -19,11 +19,11 @@
|
|||
"dev:builder": "rollup -cw"
|
||||
},
|
||||
"dependencies": {
|
||||
"@budibase/bbui": "2.4.27-alpha.4",
|
||||
"@budibase/frontend-core": "2.4.27-alpha.4",
|
||||
"@budibase/shared-core": "2.4.27-alpha.4",
|
||||
"@budibase/string-templates": "2.4.27-alpha.4",
|
||||
"@budibase/types": "2.4.27-alpha.4",
|
||||
"@budibase/bbui": "2.4.27-alpha.5",
|
||||
"@budibase/frontend-core": "2.4.27-alpha.5",
|
||||
"@budibase/shared-core": "2.4.27-alpha.5",
|
||||
"@budibase/string-templates": "2.4.27-alpha.5",
|
||||
"@budibase/types": "2.4.27-alpha.5",
|
||||
"@spectrum-css/button": "^3.0.3",
|
||||
"@spectrum-css/card": "^3.0.3",
|
||||
"@spectrum-css/divider": "^1.0.3",
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "@budibase/frontend-core",
|
||||
"version": "2.4.27-alpha.4",
|
||||
"version": "2.4.27-alpha.5",
|
||||
"description": "Budibase frontend core libraries used in builder and client",
|
||||
"author": "Budibase",
|
||||
"license": "MPL-2.0",
|
||||
"svelte": "src/index.js",
|
||||
"dependencies": {
|
||||
"@budibase/bbui": "2.4.27-alpha.4",
|
||||
"@budibase/shared-core": "2.4.27-alpha.4",
|
||||
"@budibase/bbui": "2.4.27-alpha.5",
|
||||
"@budibase/shared-core": "2.4.27-alpha.5",
|
||||
"lodash": "^4.17.21",
|
||||
"svelte": "^3.46.2"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/sdk",
|
||||
"version": "2.4.27-alpha.4",
|
||||
"version": "2.4.27-alpha.5",
|
||||
"description": "Budibase Public API SDK",
|
||||
"author": "Budibase",
|
||||
"license": "MPL-2.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@budibase/server",
|
||||
"email": "hi@budibase.com",
|
||||
"version": "2.4.27-alpha.4",
|
||||
"version": "2.4.27-alpha.5",
|
||||
"description": "Budibase Web Server",
|
||||
"main": "src/index.ts",
|
||||
"repository": {
|
||||
|
@ -44,12 +44,12 @@
|
|||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@apidevtools/swagger-parser": "10.0.3",
|
||||
"@budibase/backend-core": "2.4.27-alpha.4",
|
||||
"@budibase/client": "2.4.27-alpha.4",
|
||||
"@budibase/pro": "2.4.27-alpha.4",
|
||||
"@budibase/shared-core": "2.4.27-alpha.4",
|
||||
"@budibase/string-templates": "2.4.27-alpha.4",
|
||||
"@budibase/types": "2.4.27-alpha.4",
|
||||
"@budibase/backend-core": "2.4.27-alpha.5",
|
||||
"@budibase/client": "2.4.27-alpha.5",
|
||||
"@budibase/pro": "2.4.27-alpha.5",
|
||||
"@budibase/shared-core": "2.4.27-alpha.5",
|
||||
"@budibase/string-templates": "2.4.27-alpha.5",
|
||||
"@budibase/types": "2.4.27-alpha.5",
|
||||
"@bull-board/api": "3.7.0",
|
||||
"@bull-board/koa": "3.9.4",
|
||||
"@elastic/elasticsearch": "7.10.0",
|
||||
|
|
|
@ -1290,14 +1290,14 @@
|
|||
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
||||
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
|
||||
|
||||
"@budibase/backend-core@2.4.27-alpha.4":
|
||||
version "2.4.27-alpha.4"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.4.27-alpha.4.tgz#b603dc15278d63e0af0546637da4182c080dbaac"
|
||||
integrity sha512-U8S7eDSzm1Lt3b80GwVo2oglgFs08OWK1zPG28Cd556d/YKfbpw2ifDXUYYQkJkmN0j8yoe2547kFGSesfxwCw==
|
||||
"@budibase/backend-core@2.4.27-alpha.5":
|
||||
version "2.4.27-alpha.5"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.4.27-alpha.5.tgz#08a1ba72b6aee4ac05c71292c010f6b90a0c164e"
|
||||
integrity sha512-Q7ooVt3PPcjZU7i8HKaDOoURp0MLSjO1WRTFe+bQteGv1V1Hw6twzM4bmr7u4AswF/kP1tpwx36EQoDr50SfyQ==
|
||||
dependencies:
|
||||
"@budibase/nano" "10.1.2"
|
||||
"@budibase/pouchdb-replication-stream" "1.2.10"
|
||||
"@budibase/types" "2.4.27-alpha.4"
|
||||
"@budibase/types" "2.4.27-alpha.5"
|
||||
"@shopify/jest-koa-mocks" "5.0.1"
|
||||
"@techpass/passport-openidconnect" "0.3.2"
|
||||
aws-cloudfront-sign "2.2.0"
|
||||
|
@ -1429,14 +1429,14 @@
|
|||
pouchdb-promise "^6.0.4"
|
||||
through2 "^2.0.0"
|
||||
|
||||
"@budibase/pro@2.4.27-alpha.4":
|
||||
version "2.4.27-alpha.4"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.4.27-alpha.4.tgz#69406a5acd8756eea1c929ed5adea2c15e327abe"
|
||||
integrity sha512-eM2Cozcqm8PQIlMxOHoektr02IkKy2Vi41UvWZwaPmOuWttPIAuk7oU0t9TRe26QEPMgvxKtjXxaKpl0rqVikw==
|
||||
"@budibase/pro@2.4.27-alpha.5":
|
||||
version "2.4.27-alpha.5"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.4.27-alpha.5.tgz#c7d4bd5feefe5184dc5f78aa840a9f2a06809190"
|
||||
integrity sha512-XLuW7Giz21A9yMPzIRsgEbc7wUVLDw3yeNhM0BmgUbEjB3N5XLMrJlCLf/XrKYzRBHeZN25EX34Sa7ZthdqELA==
|
||||
dependencies:
|
||||
"@budibase/backend-core" "2.4.27-alpha.4"
|
||||
"@budibase/backend-core" "2.4.27-alpha.5"
|
||||
"@budibase/string-templates" "2.3.20"
|
||||
"@budibase/types" "2.4.27-alpha.4"
|
||||
"@budibase/types" "2.4.27-alpha.5"
|
||||
"@koa/router" "8.0.8"
|
||||
bull "4.10.1"
|
||||
joi "17.6.0"
|
||||
|
@ -1475,10 +1475,10 @@
|
|||
lodash "^4.17.20"
|
||||
vm2 "^3.9.4"
|
||||
|
||||
"@budibase/types@2.4.27-alpha.4":
|
||||
version "2.4.27-alpha.4"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.4.27-alpha.4.tgz#c04dc2fe410e23c3f1e27d50dda690e3021178f9"
|
||||
integrity sha512-HZuEVs6kRBHn/ajr3MTz7htFM9okByswQzXhmgC1KdGnaoJOlSTyxOFAaPLrmTJGnTGCbgK486N46cZZFuzzeQ==
|
||||
"@budibase/types@2.4.27-alpha.5":
|
||||
version "2.4.27-alpha.5"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.4.27-alpha.5.tgz#710f773d09be39a83f9ee8728d77ea1d457d0d0a"
|
||||
integrity sha512-uKD+1CnxDgtO+cvtPi56jkIzRZ6O+MZmQQcGwxg/pAKHCm45puaygbKb/+yfJLGVabzohMUuWST/Q6ay3RuJmQ==
|
||||
|
||||
"@bull-board/api@3.7.0":
|
||||
version "3.7.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/shared-core",
|
||||
"version": "2.4.27-alpha.4",
|
||||
"version": "2.4.27-alpha.5",
|
||||
"description": "Shared data utils",
|
||||
"main": "dist/cjs/src/index.js",
|
||||
"types": "dist/mjs/src/index.d.ts",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"dev:builder": "yarn prebuild && concurrently \"tsc -p tsconfig.build.json --watch\" \"tsc -p tsconfig-cjs.build.json --watch\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@budibase/types": "2.4.27-alpha.4"
|
||||
"@budibase/types": "2.4.27-alpha.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^7.6.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/string-templates",
|
||||
"version": "2.4.27-alpha.4",
|
||||
"version": "2.4.27-alpha.5",
|
||||
"description": "Handlebars wrapper for Budibase templating.",
|
||||
"main": "src/index.cjs",
|
||||
"module": "dist/bundle.mjs",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@budibase/types",
|
||||
"version": "2.4.27-alpha.4",
|
||||
"version": "2.4.27-alpha.5",
|
||||
"description": "Budibase types",
|
||||
"main": "dist/cjs/index.js",
|
||||
"types": "dist/mjs/index.d.ts",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@budibase/worker",
|
||||
"email": "hi@budibase.com",
|
||||
"version": "2.4.27-alpha.4",
|
||||
"version": "2.4.27-alpha.5",
|
||||
"description": "Budibase background service",
|
||||
"main": "src/index.ts",
|
||||
"repository": {
|
||||
|
@ -36,10 +36,10 @@
|
|||
"author": "Budibase",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@budibase/backend-core": "2.4.27-alpha.4",
|
||||
"@budibase/pro": "2.4.27-alpha.4",
|
||||
"@budibase/string-templates": "2.4.27-alpha.4",
|
||||
"@budibase/types": "2.4.27-alpha.4",
|
||||
"@budibase/backend-core": "2.4.27-alpha.5",
|
||||
"@budibase/pro": "2.4.27-alpha.5",
|
||||
"@budibase/string-templates": "2.4.27-alpha.5",
|
||||
"@budibase/types": "2.4.27-alpha.5",
|
||||
"@koa/router": "8.0.8",
|
||||
"@sentry/node": "6.17.7",
|
||||
"@techpass/passport-openidconnect": "0.3.2",
|
||||
|
|
|
@ -475,14 +475,14 @@
|
|||
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
||||
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
|
||||
|
||||
"@budibase/backend-core@2.4.27-alpha.4":
|
||||
version "2.4.27-alpha.4"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.4.27-alpha.4.tgz#b603dc15278d63e0af0546637da4182c080dbaac"
|
||||
integrity sha512-U8S7eDSzm1Lt3b80GwVo2oglgFs08OWK1zPG28Cd556d/YKfbpw2ifDXUYYQkJkmN0j8yoe2547kFGSesfxwCw==
|
||||
"@budibase/backend-core@2.4.27-alpha.5":
|
||||
version "2.4.27-alpha.5"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.4.27-alpha.5.tgz#08a1ba72b6aee4ac05c71292c010f6b90a0c164e"
|
||||
integrity sha512-Q7ooVt3PPcjZU7i8HKaDOoURp0MLSjO1WRTFe+bQteGv1V1Hw6twzM4bmr7u4AswF/kP1tpwx36EQoDr50SfyQ==
|
||||
dependencies:
|
||||
"@budibase/nano" "10.1.2"
|
||||
"@budibase/pouchdb-replication-stream" "1.2.10"
|
||||
"@budibase/types" "2.4.27-alpha.4"
|
||||
"@budibase/types" "2.4.27-alpha.5"
|
||||
"@shopify/jest-koa-mocks" "5.0.1"
|
||||
"@techpass/passport-openidconnect" "0.3.2"
|
||||
aws-cloudfront-sign "2.2.0"
|
||||
|
@ -564,14 +564,14 @@
|
|||
pouchdb-promise "^6.0.4"
|
||||
through2 "^2.0.0"
|
||||
|
||||
"@budibase/pro@2.4.27-alpha.4":
|
||||
version "2.4.27-alpha.4"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.4.27-alpha.4.tgz#69406a5acd8756eea1c929ed5adea2c15e327abe"
|
||||
integrity sha512-eM2Cozcqm8PQIlMxOHoektr02IkKy2Vi41UvWZwaPmOuWttPIAuk7oU0t9TRe26QEPMgvxKtjXxaKpl0rqVikw==
|
||||
"@budibase/pro@2.4.27-alpha.5":
|
||||
version "2.4.27-alpha.5"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.4.27-alpha.5.tgz#c7d4bd5feefe5184dc5f78aa840a9f2a06809190"
|
||||
integrity sha512-XLuW7Giz21A9yMPzIRsgEbc7wUVLDw3yeNhM0BmgUbEjB3N5XLMrJlCLf/XrKYzRBHeZN25EX34Sa7ZthdqELA==
|
||||
dependencies:
|
||||
"@budibase/backend-core" "2.4.27-alpha.4"
|
||||
"@budibase/backend-core" "2.4.27-alpha.5"
|
||||
"@budibase/string-templates" "2.3.20"
|
||||
"@budibase/types" "2.4.27-alpha.4"
|
||||
"@budibase/types" "2.4.27-alpha.5"
|
||||
"@koa/router" "8.0.8"
|
||||
bull "4.10.1"
|
||||
joi "17.6.0"
|
||||
|
@ -592,10 +592,10 @@
|
|||
lodash "^4.17.20"
|
||||
vm2 "^3.9.4"
|
||||
|
||||
"@budibase/types@2.4.27-alpha.4":
|
||||
version "2.4.27-alpha.4"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.4.27-alpha.4.tgz#c04dc2fe410e23c3f1e27d50dda690e3021178f9"
|
||||
integrity sha512-HZuEVs6kRBHn/ajr3MTz7htFM9okByswQzXhmgC1KdGnaoJOlSTyxOFAaPLrmTJGnTGCbgK486N46cZZFuzzeQ==
|
||||
"@budibase/types@2.4.27-alpha.5":
|
||||
version "2.4.27-alpha.5"
|
||||
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.4.27-alpha.5.tgz#710f773d09be39a83f9ee8728d77ea1d457d0d0a"
|
||||
integrity sha512-uKD+1CnxDgtO+cvtPi56jkIzRZ6O+MZmQQcGwxg/pAKHCm45puaygbKb/+yfJLGVabzohMUuWST/Q6ay3RuJmQ==
|
||||
|
||||
"@cspotcode/source-map-support@^0.8.0":
|
||||
version "0.8.1"
|
||||
|
|
Loading…
Reference in New Issue