1
0
Fork 0
mirror of synced 2024-08-15 10:01:34 +12:00

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

This commit is contained in:
Andrew Kingston 2022-12-19 13:17:06 +00:00
commit 5e95e6060e
14 changed files with 64 additions and 64 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/backend-core",
"version": "2.2.4-alpha.6",
"version": "2.2.4-alpha.7",
"description": "Budibase backend core libraries used in server and worker",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
@ -21,7 +21,7 @@
},
"dependencies": {
"@budibase/nano": "10.1.1",
"@budibase/types": "2.2.4-alpha.6",
"@budibase/types": "2.2.4-alpha.7",
"@shopify/jest-koa-mocks": "5.0.1",
"@techpass/passport-openidconnect": "0.3.2",
"aws-cloudfront-sign": "2.2.0",

View file

@ -1,7 +1,7 @@
{
"name": "@budibase/bbui",
"description": "A UI solution used in the different Budibase projects.",
"version": "2.2.4-alpha.6",
"version": "2.2.4-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.2.4-alpha.6",
"@budibase/string-templates": "2.2.4-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.2.4-alpha.6",
"version": "2.2.4-alpha.7",
"license": "GPL-3.0",
"private": true,
"scripts": {
@ -71,10 +71,10 @@
}
},
"dependencies": {
"@budibase/bbui": "2.2.4-alpha.6",
"@budibase/client": "2.2.4-alpha.6",
"@budibase/frontend-core": "2.2.4-alpha.6",
"@budibase/string-templates": "2.2.4-alpha.6",
"@budibase/bbui": "2.2.4-alpha.7",
"@budibase/client": "2.2.4-alpha.7",
"@budibase/frontend-core": "2.2.4-alpha.7",
"@budibase/string-templates": "2.2.4-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.2.4-alpha.6",
"version": "2.2.4-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.2.4-alpha.6",
"@budibase/string-templates": "2.2.4-alpha.6",
"@budibase/types": "2.2.4-alpha.6",
"@budibase/backend-core": "2.2.4-alpha.7",
"@budibase/string-templates": "2.2.4-alpha.7",
"@budibase/types": "2.2.4-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.2.4-alpha.6",
"version": "2.2.4-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.2.4-alpha.6",
"@budibase/frontend-core": "2.2.4-alpha.6",
"@budibase/string-templates": "2.2.4-alpha.6",
"@budibase/bbui": "2.2.4-alpha.7",
"@budibase/frontend-core": "2.2.4-alpha.7",
"@budibase/string-templates": "2.2.4-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.2.4-alpha.6",
"version": "2.2.4-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.2.4-alpha.6",
"@budibase/bbui": "2.2.4-alpha.7",
"lodash": "^4.17.21",
"svelte": "^3.46.2"
}

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/sdk",
"version": "2.2.4-alpha.6",
"version": "2.2.4-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.2.4-alpha.6",
"version": "2.2.4-alpha.7",
"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.2.4-alpha.6",
"@budibase/client": "2.2.4-alpha.6",
"@budibase/pro": "2.2.4-alpha.6",
"@budibase/string-templates": "2.2.4-alpha.6",
"@budibase/types": "2.2.4-alpha.6",
"@budibase/backend-core": "2.2.4-alpha.7",
"@budibase/client": "2.2.4-alpha.7",
"@budibase/pro": "2.2.4-alpha.7",
"@budibase/string-templates": "2.2.4-alpha.7",
"@budibase/types": "2.2.4-alpha.7",
"@bull-board/api": "3.7.0",
"@bull-board/koa": "3.9.4",
"@elastic/elasticsearch": "7.10.0",

View file

@ -1273,13 +1273,13 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
"@budibase/backend-core@2.2.4-alpha.6":
version "2.2.4-alpha.6"
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.2.4-alpha.6.tgz#32cd62d3fafe484b38ce08ff3950b621994fbe23"
integrity sha512-4JgL9JPzBap5R0jq9+QRQjRCauKRIO/N89GXcZgU9f3U+mnu6tlumDzBuWi8WcRx4LBZ+hvrVgkhzUNJ1gB/6A==
"@budibase/backend-core@2.2.4-alpha.7":
version "2.2.4-alpha.7"
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.2.4-alpha.7.tgz#24cb6e969918bd3f3f3c8f7bf0371369139a92ef"
integrity sha512-n4ItEFWeDKYKlll0pCjh+A9VfR45Av9U3pjQ6tfrzfl8LeK4pIH/GUAqoT8cMu7S37fN0xMpZ7KD+D1rKbepqQ==
dependencies:
"@budibase/nano" "10.1.1"
"@budibase/types" "2.2.4-alpha.6"
"@budibase/types" "2.2.4-alpha.7"
"@shopify/jest-koa-mocks" "5.0.1"
"@techpass/passport-openidconnect" "0.3.2"
aws-cloudfront-sign "2.2.0"
@ -1373,13 +1373,13 @@
qs "^6.11.0"
tough-cookie "^4.1.2"
"@budibase/pro@2.2.4-alpha.6":
version "2.2.4-alpha.6"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.2.4-alpha.6.tgz#848d45e99bd211a39b1a5f575cb26cd033445611"
integrity sha512-euMxOJPc947E1F5y4ILAEgnzMtoARPQY3pyMTjxugtwm2UzWLKN1TK9/qtLKJWsMuJsB4ABwA61JM5ADD04gbA==
"@budibase/pro@2.2.4-alpha.7":
version "2.2.4-alpha.7"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.2.4-alpha.7.tgz#47768c857ee06122411f70b70741d9852a492f71"
integrity sha512-ZKkg68BouP+jAy16rzLiq90OjQmvXOZNe5BAV0d0ni1xw3eYSlIJxbEHAhLf7sQkhLAS/ZqGsLYMP7B//RpvcQ==
dependencies:
"@budibase/backend-core" "2.2.4-alpha.6"
"@budibase/types" "2.2.4-alpha.6"
"@budibase/backend-core" "2.2.4-alpha.7"
"@budibase/types" "2.2.4-alpha.7"
"@koa/router" "8.0.8"
bull "4.10.1"
joi "17.6.0"
@ -1404,10 +1404,10 @@
svelte-apexcharts "^1.0.2"
svelte-flatpickr "^3.1.0"
"@budibase/types@2.2.4-alpha.6":
version "2.2.4-alpha.6"
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.2.4-alpha.6.tgz#f856ced2fd37a48fb2c2664d69546ca4cf13b8e3"
integrity sha512-TsIJBw7HCY7eV3PyRunAqFxXYUoTDvAxyNQBnmceCF4t4bnIwmRmgoFXnHgAoIlx1qdNski0JZ0cklKkp143XQ==
"@budibase/types@2.2.4-alpha.7":
version "2.2.4-alpha.7"
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.2.4-alpha.7.tgz#65bf5183d496a0e4088ceea0aadad61c164cc8a2"
integrity sha512-UyMa6rdmWlMbnH6sSA1XHg68ojcOd2K5w09TV0FAF4tBOcSoQgzz04ufYqR4cjg/MNyk0x3ZwlNkox5WekKBQQ==
"@bull-board/api@3.7.0":
version "3.7.0"

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/string-templates",
"version": "2.2.4-alpha.6",
"version": "2.2.4-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.2.4-alpha.6",
"version": "2.2.4-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.2.4-alpha.6",
"version": "2.2.4-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.2.4-alpha.6",
"@budibase/pro": "2.2.4-alpha.6",
"@budibase/string-templates": "2.2.4-alpha.6",
"@budibase/types": "2.2.4-alpha.6",
"@budibase/backend-core": "2.2.4-alpha.7",
"@budibase/pro": "2.2.4-alpha.7",
"@budibase/string-templates": "2.2.4-alpha.7",
"@budibase/types": "2.2.4-alpha.7",
"@koa/router": "8.0.8",
"@sentry/node": "6.17.7",
"@techpass/passport-openidconnect": "0.3.2",

View file

@ -470,13 +470,13 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
"@budibase/backend-core@2.2.4-alpha.6":
version "2.2.4-alpha.6"
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.2.4-alpha.6.tgz#32cd62d3fafe484b38ce08ff3950b621994fbe23"
integrity sha512-4JgL9JPzBap5R0jq9+QRQjRCauKRIO/N89GXcZgU9f3U+mnu6tlumDzBuWi8WcRx4LBZ+hvrVgkhzUNJ1gB/6A==
"@budibase/backend-core@2.2.4-alpha.7":
version "2.2.4-alpha.7"
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.2.4-alpha.7.tgz#24cb6e969918bd3f3f3c8f7bf0371369139a92ef"
integrity sha512-n4ItEFWeDKYKlll0pCjh+A9VfR45Av9U3pjQ6tfrzfl8LeK4pIH/GUAqoT8cMu7S37fN0xMpZ7KD+D1rKbepqQ==
dependencies:
"@budibase/nano" "10.1.1"
"@budibase/types" "2.2.4-alpha.6"
"@budibase/types" "2.2.4-alpha.7"
"@shopify/jest-koa-mocks" "5.0.1"
"@techpass/passport-openidconnect" "0.3.2"
aws-cloudfront-sign "2.2.0"
@ -520,23 +520,23 @@
qs "^6.11.0"
tough-cookie "^4.1.2"
"@budibase/pro@2.2.4-alpha.6":
version "2.2.4-alpha.6"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.2.4-alpha.6.tgz#848d45e99bd211a39b1a5f575cb26cd033445611"
integrity sha512-euMxOJPc947E1F5y4ILAEgnzMtoARPQY3pyMTjxugtwm2UzWLKN1TK9/qtLKJWsMuJsB4ABwA61JM5ADD04gbA==
"@budibase/pro@2.2.4-alpha.7":
version "2.2.4-alpha.7"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.2.4-alpha.7.tgz#47768c857ee06122411f70b70741d9852a492f71"
integrity sha512-ZKkg68BouP+jAy16rzLiq90OjQmvXOZNe5BAV0d0ni1xw3eYSlIJxbEHAhLf7sQkhLAS/ZqGsLYMP7B//RpvcQ==
dependencies:
"@budibase/backend-core" "2.2.4-alpha.6"
"@budibase/types" "2.2.4-alpha.6"
"@budibase/backend-core" "2.2.4-alpha.7"
"@budibase/types" "2.2.4-alpha.7"
"@koa/router" "8.0.8"
bull "4.10.1"
joi "17.6.0"
jsonwebtoken "8.5.1"
node-fetch "^2.6.1"
"@budibase/types@2.2.4-alpha.6":
version "2.2.4-alpha.6"
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.2.4-alpha.6.tgz#f856ced2fd37a48fb2c2664d69546ca4cf13b8e3"
integrity sha512-TsIJBw7HCY7eV3PyRunAqFxXYUoTDvAxyNQBnmceCF4t4bnIwmRmgoFXnHgAoIlx1qdNski0JZ0cklKkp143XQ==
"@budibase/types@2.2.4-alpha.7":
version "2.2.4-alpha.7"
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.2.4-alpha.7.tgz#65bf5183d496a0e4088ceea0aadad61c164cc8a2"
integrity sha512-UyMa6rdmWlMbnH6sSA1XHg68ojcOd2K5w09TV0FAF4tBOcSoQgzz04ufYqR4cjg/MNyk0x3ZwlNkox5WekKBQQ==
"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"