1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

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

This commit is contained in:
mike12345567 2022-10-27 17:32:25 +01:00
commit 0e59c84353
14 changed files with 64 additions and 64 deletions

View file

@ -1,5 +1,5 @@
{
"version": "2.0.34-alpha.6",
"version": "2.0.34-alpha.7",
"npmClient": "yarn",
"packages": [
"packages/*"

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/backend-core",
"version": "2.0.34-alpha.6",
"version": "2.0.34-alpha.7",
"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.0.34-alpha.6",
"@budibase/types": "2.0.34-alpha.7",
"@shopify/jest-koa-mocks": "5.0.1",
"@techpass/passport-openidconnect": "0.3.2",
"aws-sdk": "2.1030.0",

View file

@ -1,7 +1,7 @@
{
"name": "@budibase/bbui",
"description": "A UI solution used in the different Budibase projects.",
"version": "2.0.34-alpha.6",
"version": "2.0.34-alpha.7",
"license": "MPL-2.0",
"svelte": "src/index.js",
"module": "dist/bbui.es.js",
@ -38,7 +38,7 @@
],
"dependencies": {
"@adobe/spectrum-css-workflow-icons": "^1.2.1",
"@budibase/string-templates": "2.0.34-alpha.6",
"@budibase/string-templates": "2.0.34-alpha.7",
"@spectrum-css/actionbutton": "^1.0.1",
"@spectrum-css/actiongroup": "^1.0.1",
"@spectrum-css/avatar": "^3.0.2",

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/builder",
"version": "2.0.34-alpha.6",
"version": "2.0.34-alpha.7",
"license": "GPL-3.0",
"private": true,
"scripts": {
@ -71,10 +71,10 @@
}
},
"dependencies": {
"@budibase/bbui": "2.0.34-alpha.6",
"@budibase/client": "2.0.34-alpha.6",
"@budibase/frontend-core": "2.0.34-alpha.6",
"@budibase/string-templates": "2.0.34-alpha.6",
"@budibase/bbui": "2.0.34-alpha.7",
"@budibase/client": "2.0.34-alpha.7",
"@budibase/frontend-core": "2.0.34-alpha.7",
"@budibase/string-templates": "2.0.34-alpha.7",
"@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": "2.0.34-alpha.6",
"version": "2.0.34-alpha.7",
"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.0.34-alpha.6",
"@budibase/string-templates": "2.0.34-alpha.6",
"@budibase/types": "2.0.34-alpha.6",
"@budibase/backend-core": "2.0.34-alpha.7",
"@budibase/string-templates": "2.0.34-alpha.7",
"@budibase/types": "2.0.34-alpha.7",
"axios": "0.21.2",
"chalk": "4.1.0",
"cli-progress": "3.11.2",

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/client",
"version": "2.0.34-alpha.6",
"version": "2.0.34-alpha.7",
"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.0.34-alpha.6",
"@budibase/frontend-core": "2.0.34-alpha.6",
"@budibase/string-templates": "2.0.34-alpha.6",
"@budibase/bbui": "2.0.34-alpha.7",
"@budibase/frontend-core": "2.0.34-alpha.7",
"@budibase/string-templates": "2.0.34-alpha.7",
"@spectrum-css/button": "^3.0.3",
"@spectrum-css/card": "^3.0.3",
"@spectrum-css/divider": "^1.0.3",

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/sdk",
"version": "2.0.34-alpha.6",
"version": "2.0.34-alpha.7",
"description": "Budibase Public API SDK",
"author": "Budibase",
"license": "MPL-2.0",

View file

@ -1,7 +1,7 @@
{
"name": "@budibase/server",
"email": "hi@budibase.com",
"version": "2.0.34-alpha.6",
"version": "2.0.34-alpha.7",
"description": "Budibase Web Server",
"main": "src/index.ts",
"repository": {
@ -77,11 +77,11 @@
"license": "GPL-3.0",
"dependencies": {
"@apidevtools/swagger-parser": "10.0.3",
"@budibase/backend-core": "2.0.34-alpha.6",
"@budibase/client": "2.0.34-alpha.6",
"@budibase/pro": "2.0.34-alpha.6",
"@budibase/string-templates": "2.0.34-alpha.6",
"@budibase/types": "2.0.34-alpha.6",
"@budibase/backend-core": "2.0.34-alpha.7",
"@budibase/client": "2.0.34-alpha.7",
"@budibase/pro": "2.0.34-alpha.7",
"@budibase/string-templates": "2.0.34-alpha.7",
"@budibase/types": "2.0.34-alpha.7",
"@bull-board/api": "3.7.0",
"@bull-board/koa": "3.9.4",
"@elastic/elasticsearch": "7.10.0",

View file

@ -1094,12 +1094,12 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
"@budibase/backend-core@2.0.34-alpha.6":
version "2.0.34-alpha.6"
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.0.34-alpha.6.tgz#45cabc96ef0526a08534d853cd8155ac18b09a83"
integrity sha512-FP0a14qWEKrkBzBZ5t6piHZhp5GhUPwmrVOUMy9UUraf0wViivfiQQtj6fsdEf4/47Mo51QQSG1iQeea8g1JUw==
"@budibase/backend-core@2.0.34-alpha.7":
version "2.0.34-alpha.7"
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.0.34-alpha.7.tgz#cb51d0433694fdc8603882deeef1e2cb931083a4"
integrity sha512-he8s48GkotnYFeGk6M6F6EvgaKwFbcLBo+nx51J+hKP/nnc6wUihw1JLiu6qv4nfsi6ufkjWK8KuRYLL4mkXXA==
dependencies:
"@budibase/types" "2.0.34-alpha.6"
"@budibase/types" "2.0.34-alpha.7"
"@shopify/jest-koa-mocks" "5.0.1"
"@techpass/passport-openidconnect" "0.3.2"
aws-sdk "2.1030.0"
@ -1181,13 +1181,13 @@
svelte-flatpickr "^3.2.3"
svelte-portal "^1.0.0"
"@budibase/pro@2.0.34-alpha.6":
version "2.0.34-alpha.6"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.0.34-alpha.6.tgz#9345c3f16e0f860f1e317a8ab86d5716ea646738"
integrity sha512-JEjMYD2CPcpeWOMfGoMmH2LDycHxdw/G2mUgDiywvRrmRQXa0Ej8t1I5F/YFAzNKNd4IT0MFnxFd7zEZVCjaMw==
"@budibase/pro@2.0.34-alpha.7":
version "2.0.34-alpha.7"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.0.34-alpha.7.tgz#5eb16030569474994c1f47a19f9447a2eff5f97e"
integrity sha512-TwHrt62uC9pySUirnSLJ67pVikvPsFKz8NqwQJkyP0ZEtx29jSV8FZmLbYN8GrLd0n6xJ7DxBztX9ua/0Jt+pg==
dependencies:
"@budibase/backend-core" "2.0.34-alpha.6"
"@budibase/types" "2.0.34-alpha.6"
"@budibase/backend-core" "2.0.34-alpha.7"
"@budibase/types" "2.0.34-alpha.7"
"@koa/router" "8.0.8"
bull "4.10.1"
joi "17.6.0"
@ -1211,10 +1211,10 @@
svelte-apexcharts "^1.0.2"
svelte-flatpickr "^3.1.0"
"@budibase/types@2.0.34-alpha.6":
version "2.0.34-alpha.6"
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.0.34-alpha.6.tgz#84275e1afa3e2b1e035d1e063d429d8a3e8570c0"
integrity sha512-k3Noo61uODob9EpBajJhe7/11vcB+EHDsfWNSw6wU7nrMTN8ZhDY84gqFruBUy1TQkLyFhWfUrFVMJNuKb9nJQ==
"@budibase/types@2.0.34-alpha.7":
version "2.0.34-alpha.7"
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.0.34-alpha.7.tgz#4ea62b08ba6ebda069add3abdec3c0efd0f4d93e"
integrity sha512-QOvLx4lopEEowS39HTRXC6m/AIR0RfPhQq2wKRQ55wLmRSxxuN4VzGAnAAn1qyG0Y2+xCHlR1dNQeRzTH7T5og==
"@bull-board/api@3.7.0":
version "3.7.0"

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/string-templates",
"version": "2.0.34-alpha.6",
"version": "2.0.34-alpha.7",
"description": "Handlebars wrapper for Budibase templating.",
"main": "src/index.cjs",
"module": "dist/bundle.mjs",

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/types",
"version": "2.0.34-alpha.6",
"version": "2.0.34-alpha.7",
"description": "Budibase types",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View file

@ -1,7 +1,7 @@
{
"name": "@budibase/worker",
"email": "hi@budibase.com",
"version": "2.0.34-alpha.6",
"version": "2.0.34-alpha.7",
"description": "Budibase background service",
"main": "src/index.ts",
"repository": {
@ -36,10 +36,10 @@
"author": "Budibase",
"license": "GPL-3.0",
"dependencies": {
"@budibase/backend-core": "2.0.34-alpha.6",
"@budibase/pro": "2.0.34-alpha.6",
"@budibase/string-templates": "2.0.34-alpha.6",
"@budibase/types": "2.0.34-alpha.6",
"@budibase/backend-core": "2.0.34-alpha.7",
"@budibase/pro": "2.0.34-alpha.7",
"@budibase/string-templates": "2.0.34-alpha.7",
"@budibase/types": "2.0.34-alpha.7",
"@koa/router": "8.0.8",
"@sentry/node": "6.17.7",
"@techpass/passport-openidconnect": "0.3.2",

View file

@ -291,12 +291,12 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
"@budibase/backend-core@2.0.34-alpha.6":
version "2.0.34-alpha.6"
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.0.34-alpha.6.tgz#45cabc96ef0526a08534d853cd8155ac18b09a83"
integrity sha512-FP0a14qWEKrkBzBZ5t6piHZhp5GhUPwmrVOUMy9UUraf0wViivfiQQtj6fsdEf4/47Mo51QQSG1iQeea8g1JUw==
"@budibase/backend-core@2.0.34-alpha.7":
version "2.0.34-alpha.7"
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.0.34-alpha.7.tgz#cb51d0433694fdc8603882deeef1e2cb931083a4"
integrity sha512-he8s48GkotnYFeGk6M6F6EvgaKwFbcLBo+nx51J+hKP/nnc6wUihw1JLiu6qv4nfsi6ufkjWK8KuRYLL4mkXXA==
dependencies:
"@budibase/types" "2.0.34-alpha.6"
"@budibase/types" "2.0.34-alpha.7"
"@shopify/jest-koa-mocks" "5.0.1"
"@techpass/passport-openidconnect" "0.3.2"
aws-sdk "2.1030.0"
@ -328,22 +328,22 @@
uuid "8.3.2"
zlib "1.0.5"
"@budibase/pro@2.0.34-alpha.6":
version "2.0.34-alpha.6"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.0.34-alpha.6.tgz#9345c3f16e0f860f1e317a8ab86d5716ea646738"
integrity sha512-JEjMYD2CPcpeWOMfGoMmH2LDycHxdw/G2mUgDiywvRrmRQXa0Ej8t1I5F/YFAzNKNd4IT0MFnxFd7zEZVCjaMw==
"@budibase/pro@2.0.34-alpha.7":
version "2.0.34-alpha.7"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.0.34-alpha.7.tgz#5eb16030569474994c1f47a19f9447a2eff5f97e"
integrity sha512-TwHrt62uC9pySUirnSLJ67pVikvPsFKz8NqwQJkyP0ZEtx29jSV8FZmLbYN8GrLd0n6xJ7DxBztX9ua/0Jt+pg==
dependencies:
"@budibase/backend-core" "2.0.34-alpha.6"
"@budibase/types" "2.0.34-alpha.6"
"@budibase/backend-core" "2.0.34-alpha.7"
"@budibase/types" "2.0.34-alpha.7"
"@koa/router" "8.0.8"
bull "4.10.1"
joi "17.6.0"
node-fetch "^2.6.1"
"@budibase/types@2.0.34-alpha.6":
version "2.0.34-alpha.6"
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.0.34-alpha.6.tgz#84275e1afa3e2b1e035d1e063d429d8a3e8570c0"
integrity sha512-k3Noo61uODob9EpBajJhe7/11vcB+EHDsfWNSw6wU7nrMTN8ZhDY84gqFruBUy1TQkLyFhWfUrFVMJNuKb9nJQ==
"@budibase/types@2.0.34-alpha.7":
version "2.0.34-alpha.7"
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.0.34-alpha.7.tgz#4ea62b08ba6ebda069add3abdec3c0efd0f4d93e"
integrity sha512-QOvLx4lopEEowS39HTRXC6m/AIR0RfPhQq2wKRQ55wLmRSxxuN4VzGAnAAn1qyG0Y2+xCHlR1dNQeRzTH7T5og==
"@cspotcode/source-map-consumer@0.8.0":
version "0.8.0"