1
0
Fork 0
mirror of synced 2024-08-14 01:21:41 +12:00

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

This commit is contained in:
Martin McKeaveney 2023-02-07 15:07:57 +00:00
commit 937842517b
14 changed files with 64 additions and 64 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/backend-core",
"version": "2.3.2-alpha.0",
"version": "2.3.2-alpha.1",
"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.1",
"@budibase/pouchdb-replication-stream": "1.2.10",
"@budibase/types": "2.3.2-alpha.0",
"@budibase/types": "2.3.2-alpha.1",
"@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.3.2-alpha.0",
"version": "2.3.2-alpha.1",
"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.3.2-alpha.0",
"@budibase/string-templates": "2.3.2-alpha.1",
"@spectrum-css/accordion": "3.0.24",
"@spectrum-css/actionbutton": "1.0.1",
"@spectrum-css/actiongroup": "1.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/builder",
"version": "2.3.2-alpha.0",
"version": "2.3.2-alpha.1",
"license": "GPL-3.0",
"private": true,
"scripts": {
@ -58,10 +58,10 @@
}
},
"dependencies": {
"@budibase/bbui": "2.3.2-alpha.0",
"@budibase/client": "2.3.2-alpha.0",
"@budibase/frontend-core": "2.3.2-alpha.0",
"@budibase/string-templates": "2.3.2-alpha.0",
"@budibase/bbui": "2.3.2-alpha.1",
"@budibase/client": "2.3.2-alpha.1",
"@budibase/frontend-core": "2.3.2-alpha.1",
"@budibase/string-templates": "2.3.2-alpha.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/cli",
"version": "2.3.2-alpha.0",
"version": "2.3.2-alpha.1",
"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.3.2-alpha.0",
"@budibase/string-templates": "2.3.2-alpha.0",
"@budibase/types": "2.3.2-alpha.0",
"@budibase/backend-core": "2.3.2-alpha.1",
"@budibase/string-templates": "2.3.2-alpha.1",
"@budibase/types": "2.3.2-alpha.1",
"axios": "0.21.2",
"chalk": "4.1.0",
"cli-progress": "3.11.2",

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/client",
"version": "2.3.2-alpha.0",
"version": "2.3.2-alpha.1",
"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.3.2-alpha.0",
"@budibase/frontend-core": "2.3.2-alpha.0",
"@budibase/string-templates": "2.3.2-alpha.0",
"@budibase/bbui": "2.3.2-alpha.1",
"@budibase/frontend-core": "2.3.2-alpha.1",
"@budibase/string-templates": "2.3.2-alpha.1",
"@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.3.2-alpha.0",
"version": "2.3.2-alpha.1",
"description": "Budibase frontend core libraries used in builder and client",
"author": "Budibase",
"license": "MPL-2.0",
"svelte": "src/index.js",
"dependencies": {
"@budibase/bbui": "2.3.2-alpha.0",
"@budibase/bbui": "2.3.2-alpha.1",
"lodash": "^4.17.21",
"svelte": "^3.46.2"
}

View file

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

View file

@ -1278,14 +1278,14 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
"@budibase/backend-core@2.3.2-alpha.0":
version "2.3.2-alpha.0"
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.3.2-alpha.0.tgz#1ee32fe176f6144460c7722264a09045be10f0a7"
integrity sha512-J5TbzhkgJt6/+ehKoVPQNoNnaTCCXD4iQhsB3Td7xbuwjDq49P1a9ZJXKtsqr+CzcD7MsiGh7DiSslie6scBFA==
"@budibase/backend-core@2.3.2-alpha.1":
version "2.3.2-alpha.1"
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.3.2-alpha.1.tgz#3321104283e6b66d174131c9edd0e63c310dafab"
integrity sha512-fsJP6eIWepG4jevYh2TmTy0av/az6whqB0w8k2oXZO/XXFtmyT3i5/HeVZEoGTLDBMflPn1YVQuM0nkXMJ0wrw==
dependencies:
"@budibase/nano" "10.1.1"
"@budibase/pouchdb-replication-stream" "1.2.10"
"@budibase/types" "2.3.2-alpha.0"
"@budibase/types" "2.3.2-alpha.1"
"@shopify/jest-koa-mocks" "5.0.1"
"@techpass/passport-openidconnect" "0.3.2"
aws-cloudfront-sign "2.2.0"
@ -1392,13 +1392,13 @@
pouchdb-promise "^6.0.4"
through2 "^2.0.0"
"@budibase/pro@2.3.2-alpha.0":
version "2.3.2-alpha.0"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.3.2-alpha.0.tgz#b4406ec116f5fa008c7fc7327471302d9de4f29e"
integrity sha512-vVI/xZ6ybFSVGbHZvfomxCNyy0KvrBpYiOdUHjexPd60590tkT+cfZAuPrh3FdTTM8g2VipsxNWuO1OEQU7dcw==
"@budibase/pro@2.3.2-alpha.1":
version "2.3.2-alpha.1"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.3.2-alpha.1.tgz#f080ed2331df078eb4caa4593c04f05ff573c13d"
integrity sha512-fpW2jnXAjhf3DztxxttKVdYnXwRRC/wG6+FXcaIFvQAfLKfA770yFP9q6oTeVAhuCBEbS8QWDtw0J25MsJ8OVQ==
dependencies:
"@budibase/backend-core" "2.3.2-alpha.0"
"@budibase/types" "2.3.2-alpha.0"
"@budibase/backend-core" "2.3.2-alpha.1"
"@budibase/types" "2.3.2-alpha.1"
"@koa/router" "8.0.8"
bull "4.10.1"
joi "17.6.0"
@ -1424,10 +1424,10 @@
svelte-apexcharts "^1.0.2"
svelte-flatpickr "^3.1.0"
"@budibase/types@2.3.2-alpha.0":
version "2.3.2-alpha.0"
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.3.2-alpha.0.tgz#00b1afc4b937a5a49772bd78d189443f8e4eb0e3"
integrity sha512-kVwXzA8ROg27tIyNZnTd7ZszRepP4D7NgrW2gZsygsUoiYZ+WO1rCIlWj1SFPBur+V/k8dShQkh1hwxpj8JPVg==
"@budibase/types@2.3.2-alpha.1":
version "2.3.2-alpha.1"
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.3.2-alpha.1.tgz#78065425a8c0ee44f1810c74ddd85873b23a349e"
integrity sha512-bh2y8cje3qEMdWtpXLpP83FkZNT8c9Ilh/RtEYjl/ViO4yOfRby1+11CiZXCNRHPCF2s6fl0nVNnTpAITsJKJQ==
"@bull-board/api@3.7.0":
version "3.7.0"

View file

@ -1,6 +1,6 @@
{
"name": "@budibase/string-templates",
"version": "2.3.2-alpha.0",
"version": "2.3.2-alpha.1",
"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.3.2-alpha.0",
"version": "2.3.2-alpha.1",
"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.3.2-alpha.0",
"version": "2.3.2-alpha.1",
"description": "Budibase background service",
"main": "src/index.ts",
"repository": {
@ -36,10 +36,10 @@
"author": "Budibase",
"license": "GPL-3.0",
"dependencies": {
"@budibase/backend-core": "2.3.2-alpha.0",
"@budibase/pro": "2.3.2-alpha.0",
"@budibase/string-templates": "2.3.2-alpha.0",
"@budibase/types": "2.3.2-alpha.0",
"@budibase/backend-core": "2.3.2-alpha.1",
"@budibase/pro": "2.3.2-alpha.1",
"@budibase/string-templates": "2.3.2-alpha.1",
"@budibase/types": "2.3.2-alpha.1",
"@koa/router": "8.0.8",
"@sentry/node": "6.17.7",
"@techpass/passport-openidconnect": "0.3.2",

View file

@ -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.3.2-alpha.0":
version "2.3.2-alpha.0"
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.3.2-alpha.0.tgz#1ee32fe176f6144460c7722264a09045be10f0a7"
integrity sha512-J5TbzhkgJt6/+ehKoVPQNoNnaTCCXD4iQhsB3Td7xbuwjDq49P1a9ZJXKtsqr+CzcD7MsiGh7DiSslie6scBFA==
"@budibase/backend-core@2.3.2-alpha.1":
version "2.3.2-alpha.1"
resolved "https://registry.yarnpkg.com/@budibase/backend-core/-/backend-core-2.3.2-alpha.1.tgz#3321104283e6b66d174131c9edd0e63c310dafab"
integrity sha512-fsJP6eIWepG4jevYh2TmTy0av/az6whqB0w8k2oXZO/XXFtmyT3i5/HeVZEoGTLDBMflPn1YVQuM0nkXMJ0wrw==
dependencies:
"@budibase/nano" "10.1.1"
"@budibase/pouchdb-replication-stream" "1.2.10"
"@budibase/types" "2.3.2-alpha.0"
"@budibase/types" "2.3.2-alpha.1"
"@shopify/jest-koa-mocks" "5.0.1"
"@techpass/passport-openidconnect" "0.3.2"
aws-cloudfront-sign "2.2.0"
@ -539,13 +539,13 @@
pouchdb-promise "^6.0.4"
through2 "^2.0.0"
"@budibase/pro@2.3.2-alpha.0":
version "2.3.2-alpha.0"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.3.2-alpha.0.tgz#b4406ec116f5fa008c7fc7327471302d9de4f29e"
integrity sha512-vVI/xZ6ybFSVGbHZvfomxCNyy0KvrBpYiOdUHjexPd60590tkT+cfZAuPrh3FdTTM8g2VipsxNWuO1OEQU7dcw==
"@budibase/pro@2.3.2-alpha.1":
version "2.3.2-alpha.1"
resolved "https://registry.yarnpkg.com/@budibase/pro/-/pro-2.3.2-alpha.1.tgz#f080ed2331df078eb4caa4593c04f05ff573c13d"
integrity sha512-fpW2jnXAjhf3DztxxttKVdYnXwRRC/wG6+FXcaIFvQAfLKfA770yFP9q6oTeVAhuCBEbS8QWDtw0J25MsJ8OVQ==
dependencies:
"@budibase/backend-core" "2.3.2-alpha.0"
"@budibase/types" "2.3.2-alpha.0"
"@budibase/backend-core" "2.3.2-alpha.1"
"@budibase/types" "2.3.2-alpha.1"
"@koa/router" "8.0.8"
bull "4.10.1"
joi "17.6.0"
@ -553,10 +553,10 @@
lru-cache "^7.14.1"
node-fetch "^2.6.1"
"@budibase/types@2.3.2-alpha.0":
version "2.3.2-alpha.0"
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.3.2-alpha.0.tgz#00b1afc4b937a5a49772bd78d189443f8e4eb0e3"
integrity sha512-kVwXzA8ROg27tIyNZnTd7ZszRepP4D7NgrW2gZsygsUoiYZ+WO1rCIlWj1SFPBur+V/k8dShQkh1hwxpj8JPVg==
"@budibase/types@2.3.2-alpha.1":
version "2.3.2-alpha.1"
resolved "https://registry.yarnpkg.com/@budibase/types/-/types-2.3.2-alpha.1.tgz#78065425a8c0ee44f1810c74ddd85873b23a349e"
integrity sha512-bh2y8cje3qEMdWtpXLpP83FkZNT8c9Ilh/RtEYjl/ViO4yOfRby1+11CiZXCNRHPCF2s6fl0nVNnTpAITsJKJQ==
"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"