chore: Release v4.0.0-alpha.36.

This commit is contained in:
Sam 2022-10-14 15:17:02 +02:00
parent 251745e61f
commit d4b0fa0998
No known key found for this signature in database
GPG Key ID: D004126FCD1A6DF0
100 changed files with 810 additions and 396 deletions

View File

@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
### Bug Fixes
* **api:** Fix readConfigFile tests. ([f2591f2](https://github.com/lowdefy/lowdefy/commit/f2591f29775d3b669fb553ebb9dd9a7e75faa002))
* Cache API file reads across all requests. ([2b90efb](https://github.com/lowdefy/lowdefy/commit/2b90efb041cf43e5344c5f2f5a8630ae06c8aad6))
* **helpers:** Update cachedPromises tests. ([335409e](https://github.com/lowdefy/lowdefy/commit/335409e4a470a6f0ed9906c903d129d1d7eef67e))
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)

View File

@ -1,5 +1,5 @@
{
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"packages": [
"src/packages/*",
"src/packages/blocks/*",

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/lowdefy",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"private": true,
"description": "Lowdefy monorepo",

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
### Bug Fixes
* **api:** Fix readConfigFile tests. ([f2591f2](https://github.com/lowdefy/lowdefy/commit/f2591f29775d3b669fb553ebb9dd9a7e75faa002))
* Cache API file reads across all requests. ([2b90efb](https://github.com/lowdefy/lowdefy/commit/2b90efb041cf43e5344c5f2f5a8630ae06c8aad6))
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/api",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -40,12 +40,12 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@lowdefy/ajv": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/node-utils": "4.0.0-alpha.35",
"@lowdefy/nunjucks": "4.0.0-alpha.35",
"@lowdefy/operators": "4.0.0-alpha.35",
"@lowdefy/operators-js": "4.0.0-alpha.35"
"@lowdefy/ajv": "4.0.0-alpha.36",
"@lowdefy/helpers": "4.0.0-alpha.36",
"@lowdefy/node-utils": "4.0.0-alpha.36",
"@lowdefy/nunjucks": "4.0.0-alpha.36",
"@lowdefy/operators": "4.0.0-alpha.36",
"@lowdefy/operators-js": "4.0.0-alpha.36"
},
"devDependencies": {
"@jest/globals": "28.1.0",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
### Bug Fixes
* Cache API file reads across all requests. ([2b90efb](https://github.com/lowdefy/lowdefy/commit/2b90efb041cf43e5344c5f2f5a8630ae06c8aad6))
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/build

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/build",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -51,14 +51,14 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@lowdefy/ajv": "4.0.0-alpha.35",
"@lowdefy/blocks-basic": "4.0.0-alpha.35",
"@lowdefy/blocks-loaders": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/node-utils": "4.0.0-alpha.35",
"@lowdefy/nunjucks": "4.0.0-alpha.35",
"@lowdefy/operators": "4.0.0-alpha.35",
"@lowdefy/operators-js": "4.0.0-alpha.35",
"@lowdefy/ajv": "4.0.0-alpha.36",
"@lowdefy/blocks-basic": "4.0.0-alpha.36",
"@lowdefy/blocks-loaders": "4.0.0-alpha.36",
"@lowdefy/helpers": "4.0.0-alpha.36",
"@lowdefy/node-utils": "4.0.0-alpha.36",
"@lowdefy/nunjucks": "4.0.0-alpha.36",
"@lowdefy/operators": "4.0.0-alpha.36",
"@lowdefy/operators-js": "4.0.0-alpha.36",
"ajv": "8.11.0",
"json5": "2.2.1",
"uuid": "8.3.2",
@ -67,32 +67,32 @@
},
"devDependencies": {
"@jest/globals": "28.1.0",
"@lowdefy/actions-core": "4.0.0-alpha.35",
"@lowdefy/actions-pdf-make": "4.0.0-alpha.35",
"@lowdefy/blocks-aggrid": "4.0.0-alpha.35",
"@lowdefy/blocks-antd": "4.0.0-alpha.35",
"@lowdefy/blocks-color-selectors": "4.0.0-alpha.35",
"@lowdefy/blocks-echarts": "4.0.0-alpha.35",
"@lowdefy/blocks-google-maps": "4.0.0-alpha.35",
"@lowdefy/blocks-markdown": "4.0.0-alpha.35",
"@lowdefy/blocks-qr": "4.0.0-alpha.35",
"@lowdefy/connection-axios-http": "4.0.0-alpha.35",
"@lowdefy/connection-elasticsearch": "4.0.0-alpha.35",
"@lowdefy/connection-google-sheets": "4.0.0-alpha.35",
"@lowdefy/connection-knex": "4.0.0-alpha.35",
"@lowdefy/connection-mongodb": "4.0.0-alpha.35",
"@lowdefy/connection-redis": "4.0.0-alpha.35",
"@lowdefy/connection-sendgrid": "4.0.0-alpha.35",
"@lowdefy/connection-stripe": "4.0.0-alpha.35",
"@lowdefy/operators-change-case": "4.0.0-alpha.35",
"@lowdefy/operators-diff": "4.0.0-alpha.35",
"@lowdefy/operators-mql": "4.0.0-alpha.35",
"@lowdefy/operators-nunjucks": "4.0.0-alpha.35",
"@lowdefy/operators-uuid": "4.0.0-alpha.35",
"@lowdefy/operators-yaml": "4.0.0-alpha.35",
"@lowdefy/plugin-auth0": "4.0.0-alpha.35",
"@lowdefy/plugin-csv": "4.0.0-alpha.35",
"@lowdefy/plugin-next-auth": "4.0.0-alpha.35",
"@lowdefy/actions-core": "4.0.0-alpha.36",
"@lowdefy/actions-pdf-make": "4.0.0-alpha.36",
"@lowdefy/blocks-aggrid": "4.0.0-alpha.36",
"@lowdefy/blocks-antd": "4.0.0-alpha.36",
"@lowdefy/blocks-color-selectors": "4.0.0-alpha.36",
"@lowdefy/blocks-echarts": "4.0.0-alpha.36",
"@lowdefy/blocks-google-maps": "4.0.0-alpha.36",
"@lowdefy/blocks-markdown": "4.0.0-alpha.36",
"@lowdefy/blocks-qr": "4.0.0-alpha.36",
"@lowdefy/connection-axios-http": "4.0.0-alpha.36",
"@lowdefy/connection-elasticsearch": "4.0.0-alpha.36",
"@lowdefy/connection-google-sheets": "4.0.0-alpha.36",
"@lowdefy/connection-knex": "4.0.0-alpha.36",
"@lowdefy/connection-mongodb": "4.0.0-alpha.36",
"@lowdefy/connection-redis": "4.0.0-alpha.36",
"@lowdefy/connection-sendgrid": "4.0.0-alpha.36",
"@lowdefy/connection-stripe": "4.0.0-alpha.36",
"@lowdefy/operators-change-case": "4.0.0-alpha.36",
"@lowdefy/operators-diff": "4.0.0-alpha.36",
"@lowdefy/operators-mql": "4.0.0-alpha.36",
"@lowdefy/operators-nunjucks": "4.0.0-alpha.36",
"@lowdefy/operators-uuid": "4.0.0-alpha.36",
"@lowdefy/operators-yaml": "4.0.0-alpha.36",
"@lowdefy/plugin-auth0": "4.0.0-alpha.36",
"@lowdefy/plugin-csv": "4.0.0-alpha.36",
"@lowdefy/plugin-next-auth": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package lowdefy
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package lowdefy

View File

@ -1,6 +1,6 @@
{
"name": "lowdefy",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "Lowdefy CLI",
"homepage": "https://lowdefy.com",
@ -39,8 +39,8 @@
"test": "FORCE_COLOR=3 node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/node-utils": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"@lowdefy/node-utils": "4.0.0-alpha.36",
"axios": "0.27.2",
"commander": "9.4.0",
"decompress": "4.2.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/client
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/client

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/client",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "Lowdefy Client",
"homepage": "https://lowdefy.com",
@ -42,17 +42,17 @@
},
"dependencies": {
"@ant-design/icons": "4.7.0",
"@lowdefy/block-utils": "4.0.0-alpha.35",
"@lowdefy/engine": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/layout": "4.0.0-alpha.35",
"@lowdefy/block-utils": "4.0.0-alpha.36",
"@lowdefy/engine": "4.0.0-alpha.36",
"@lowdefy/helpers": "4.0.0-alpha.36",
"@lowdefy/layout": "4.0.0-alpha.36",
"classnames": "2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@emotion/jest": "11.9.1",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.35",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/docs
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/docs

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/docs",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -42,7 +42,7 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35"
"@lowdefy/helpers": "4.0.0-alpha.36"
},
"devDependencies": {
"@jest/globals": "28.1.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/engine
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/engine

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/engine",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -36,15 +36,15 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/operators": "4.0.0-alpha.35"
"@lowdefy/helpers": "4.0.0-alpha.36",
"@lowdefy/operators": "4.0.0-alpha.36"
},
"devDependencies": {
"@jest/globals": "28.1.0",
"@lowdefy/actions-core": "4.0.0-alpha.35",
"@lowdefy/build": "4.0.0-alpha.35",
"@lowdefy/operators-js": "4.0.0-alpha.35",
"@lowdefy/operators-mql": "4.0.0-alpha.35",
"@lowdefy/actions-core": "4.0.0-alpha.36",
"@lowdefy/build": "4.0.0-alpha.36",
"@lowdefy/operators-js": "4.0.0-alpha.36",
"@lowdefy/operators-mql": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/layout
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/layout

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/layout",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -41,16 +41,16 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/block-utils": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/block-utils": "4.0.0-alpha.36",
"@lowdefy/helpers": "4.0.0-alpha.36",
"antd": "4.22.5",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@emotion/jest": "11.9.1",
"@lowdefy/block-dev": "4.0.0-alpha.35",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.35",
"@lowdefy/block-dev": "4.0.0-alpha.36",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/operators
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/operators

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/operators",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -41,7 +41,7 @@
"test:watch": "jest --coverage --watch"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35"
"@lowdefy/helpers": "4.0.0-alpha.36"
},
"devDependencies": {
"@swc/cli": "0.1.57",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/actions-core
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/actions-core

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/actions-core",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -49,7 +49,7 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35"
"@lowdefy/helpers": "4.0.0-alpha.36"
},
"devDependencies": {
"@jest/globals": "28.1.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/actions-pdf-make
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/actions-pdf-make

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/actions-pdf-make",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/blocks-aggrid
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/blocks-aggrid

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-aggrid",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "AgGrid Blocks for Lowdefy.",
"homepage": "https://lowdefy.com",
@ -53,15 +53,15 @@
"@ag-grid-community/all-modules": "27.3.0",
"@ag-grid-community/core": "27.3.0",
"@ag-grid-community/react": "27.3.0",
"@lowdefy/block-utils": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/block-utils": "4.0.0-alpha.36",
"@lowdefy/helpers": "4.0.0-alpha.36",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@emotion/jest": "11.9.1",
"@lowdefy/block-dev": "4.0.0-alpha.35",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.35",
"@lowdefy/block-dev": "4.0.0-alpha.36",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/blocks-antd
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/blocks-antd

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-antd",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "Lowdefy Ant Design Blocks",
"homepage": "https://lowdefy.com",
@ -51,8 +51,8 @@
},
"dependencies": {
"@ant-design/icons": "4.7.0",
"@lowdefy/block-utils": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/block-utils": "4.0.0-alpha.36",
"@lowdefy/helpers": "4.0.0-alpha.36",
"antd": "4.22.5",
"classnames": "2.3.1",
"moment": "2.29.4",
@ -63,9 +63,9 @@
},
"devDependencies": {
"@emotion/jest": "11.9.1",
"@lowdefy/block-dev": "4.0.0-alpha.35",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.35",
"@lowdefy/node-utils": "4.0.0-alpha.35",
"@lowdefy/block-dev": "4.0.0-alpha.36",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.36",
"@lowdefy/node-utils": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/blocks-basic
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/blocks-basic

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-basic",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "Basic html Lowdefy blocks.",
"homepage": "https://lowdefy.com",
@ -48,16 +48,16 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/block-utils": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/block-utils": "4.0.0-alpha.36",
"@lowdefy/helpers": "4.0.0-alpha.36",
"dompurify": "2.3.8",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@emotion/jest": "11.9.1",
"@lowdefy/block-dev": "4.0.0-alpha.35",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.35",
"@lowdefy/block-dev": "4.0.0-alpha.36",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/blocks-color-selectors
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/blocks-color-selectors

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-color-selectors",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "A Lowdefy color selector blocks based on react-color.",
"homepage": "https://lowdefy.com",
@ -50,8 +50,8 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/block-utils": "4.0.0-alpha.35",
"@lowdefy/blocks-antd": "4.0.0-alpha.35",
"@lowdefy/block-utils": "4.0.0-alpha.36",
"@lowdefy/blocks-antd": "4.0.0-alpha.36",
"classnames": "2.3.1",
"react": "18.2.0",
"react-colorful": "5.5.1",
@ -59,8 +59,8 @@
},
"devDependencies": {
"@emotion/jest": "11.9.1",
"@lowdefy/block-dev": "4.0.0-alpha.35",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.35",
"@lowdefy/block-dev": "4.0.0-alpha.36",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/blocks-echarts
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/blocks-echarts

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-echarts",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "ECharts Blocks for Lowdefy.",
"homepage": "https://lowdefy.com",
@ -50,7 +50,7 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/block-utils": "4.0.0-alpha.35",
"@lowdefy/block-utils": "4.0.0-alpha.36",
"echarts": "5.3.2",
"echarts-for-react": "3.0.2",
"react": "18.2.0",
@ -58,8 +58,8 @@
},
"devDependencies": {
"@emotion/jest": "11.9.1",
"@lowdefy/block-dev": "4.0.0-alpha.35",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.35",
"@lowdefy/block-dev": "4.0.0-alpha.36",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/blocks-google-maps
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/blocks-google-maps

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-google-maps",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "Google Maps Blocks for Lowdefy.",
"homepage": "https://lowdefy.com",
@ -42,15 +42,15 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/block-utils": "4.0.0-alpha.35",
"@lowdefy/block-utils": "4.0.0-alpha.36",
"@react-google-maps/api": "2.12.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@emotion/jest": "11.9.1",
"@lowdefy/block-dev": "4.0.0-alpha.35",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.35",
"@lowdefy/block-dev": "4.0.0-alpha.36",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/blocks-loaders
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/blocks-loaders

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-loaders",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "Lowdefy loader blocks.",
"homepage": "https://lowdefy.com",
@ -48,15 +48,15 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/block-utils": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/block-utils": "4.0.0-alpha.36",
"@lowdefy/helpers": "4.0.0-alpha.36",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@emotion/jest": "11.9.1",
"@lowdefy/block-dev": "4.0.0-alpha.35",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.35",
"@lowdefy/block-dev": "4.0.0-alpha.36",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/blocks-markdown
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/blocks-markdown

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-markdown",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "Lowdefy markdown blocks.",
"homepage": "https://lowdefy.com",
@ -46,7 +46,7 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/block-utils": "4.0.0-alpha.35",
"@lowdefy/block-utils": "4.0.0-alpha.36",
"dompurify": "2.3.8",
"react": "18.2.0",
"react-dom": "18.2.0",
@ -57,8 +57,8 @@
},
"devDependencies": {
"@emotion/jest": "11.9.1",
"@lowdefy/block-dev": "4.0.0-alpha.35",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.35",
"@lowdefy/block-dev": "4.0.0-alpha.36",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/blocks-qr
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/blocks-qr

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/blocks-qr",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "Lowdefy qr blocks.",
"homepage": "https://lowdefy.com",
@ -49,15 +49,15 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/block-utils": "4.0.0-alpha.35",
"@lowdefy/block-utils": "4.0.0-alpha.36",
"html5-qrcode": "2.2.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@emotion/jest": "11.9.1",
"@lowdefy/block-dev": "4.0.0-alpha.35",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.35",
"@lowdefy/block-dev": "4.0.0-alpha.36",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/connection-axios-http
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/connection-axios-http

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/connection-axios-http",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -41,11 +41,11 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"axios": "0.27.2"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-alpha.35",
"@lowdefy/ajv": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/connection-elasticsearch
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/connection-elasticsearch

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/connection-elasticsearch",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -42,10 +42,10 @@
},
"dependencies": {
"@elastic/elasticsearch": "7.16.0",
"@lowdefy/helpers": "4.0.0-alpha.35"
"@lowdefy/helpers": "4.0.0-alpha.36"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-alpha.35",
"@lowdefy/ajv": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/connection-google-sheets
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/connection-google-sheets

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/connection-google-sheets",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -41,13 +41,13 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"google-spreadsheet": "3.3.0",
"mingo": "6.0.6",
"moment": "2.29.4"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-alpha.35",
"@lowdefy/ajv": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/connection-knex
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/connection-knex

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/connection-knex",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -41,7 +41,7 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"knex": "1.0.7",
"mssql": "8.1.2",
"mysql": "2.18.1",
@ -49,7 +49,7 @@
"sqlite3": "5.0.8"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-alpha.35",
"@lowdefy/ajv": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/connection-mongodb
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/connection-mongodb

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/connection-mongodb",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -42,13 +42,13 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"@next-auth/mongodb-adapter": "1.0.3",
"mongodb": "4.6.0",
"saslprep": "1.0.3"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-alpha.35",
"@lowdefy/ajv": "4.0.0-alpha.36",
"@shelf/jest-mongodb": "4.1.0",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/connection-redis
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/connection-redis

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/connection-redis",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -45,11 +45,11 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"redis": "4.1.0"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-alpha.35",
"@lowdefy/ajv": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/connection-sendgrid
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/connection-sendgrid

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/connection-sendgrid",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -41,11 +41,11 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"@sendgrid/mail": "7.7.0"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-alpha.35",
"@lowdefy/ajv": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/connection-stripe
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/connection-stripe

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/connection-stripe",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -41,11 +41,11 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"stripe": "8.222.0"
},
"devDependencies": {
"@lowdefy/ajv": "4.0.0-alpha.35",
"@lowdefy/ajv": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/operators-change-case
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/operators-change-case

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/operators-change-case",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -42,8 +42,8 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/operators": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"@lowdefy/operators": "4.0.0-alpha.36",
"change-case": "4.1.2"
},
"devDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/operators-diff
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/operators-diff

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/operators-diff",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -42,8 +42,8 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/operators": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"@lowdefy/operators": "4.0.0-alpha.36",
"deep-diff": "1.0.2"
},
"devDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/operators-js
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/operators-js

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/operators-js",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -48,8 +48,8 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/operators": "4.0.0-alpha.35"
"@lowdefy/helpers": "4.0.0-alpha.36",
"@lowdefy/operators": "4.0.0-alpha.36"
},
"devDependencies": {
"@swc/cli": "0.1.57",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/operators-moment
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/operators-moment

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/operators-moment",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -46,7 +46,7 @@
"test": "TZ=UTC jest --coverage"
},
"dependencies": {
"@lowdefy/operators": "4.0.0-alpha.35",
"@lowdefy/operators": "4.0.0-alpha.36",
"moment": "2.29.4"
},
"devDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/operators-mql
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/operators-mql

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/operators-mql",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -42,8 +42,8 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/operators": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"@lowdefy/operators": "4.0.0-alpha.36",
"mingo": "6.0.6"
},
"devDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/operators-nunjucks
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/operators-nunjucks

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/operators-nunjucks",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -42,9 +42,9 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/nunjucks": "4.0.0-alpha.35",
"@lowdefy/operators": "4.0.0-alpha.35"
"@lowdefy/helpers": "4.0.0-alpha.36",
"@lowdefy/nunjucks": "4.0.0-alpha.36",
"@lowdefy/operators": "4.0.0-alpha.36"
},
"devDependencies": {
"@swc/cli": "0.1.57",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/operators-uuid
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/operators-uuid

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/operators-uuid",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -42,8 +42,8 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/operators": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"@lowdefy/operators": "4.0.0-alpha.36",
"uuid": "8.3.2"
},
"devDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/operators-yaml
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/operators-yaml

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/operators-yaml",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -42,8 +42,8 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/operators": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"@lowdefy/operators": "4.0.0-alpha.36",
"yaml": "2.1.1"
},
"devDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/plugin-auth0
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/plugin-auth0

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/plugin-auth0",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/plugin-aws
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/plugin-aws

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/plugin-aws",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -41,9 +41,9 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/block-utils": "4.0.0-alpha.35",
"@lowdefy/blocks-antd": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/block-utils": "4.0.0-alpha.36",
"@lowdefy/blocks-antd": "4.0.0-alpha.36",
"@lowdefy/helpers": "4.0.0-alpha.36",
"antd": "4.22.5",
"aws-sdk": "2.1145.0",
"react": "18.2.0",
@ -51,9 +51,9 @@
},
"devDependencies": {
"@emotion/jest": "11.9.1",
"@lowdefy/ajv": "4.0.0-alpha.35",
"@lowdefy/block-dev": "4.0.0-alpha.35",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.35",
"@lowdefy/ajv": "4.0.0-alpha.36",
"@lowdefy/block-dev": "4.0.0-alpha.36",
"@lowdefy/jest-yaml-transform": "4.0.0-alpha.36",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.194",
"@swc/jest": "0.2.21",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/plugin-csv
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/plugin-csv

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/plugin-csv",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/plugin-next-auth
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/plugin-next-auth

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/plugin-next-auth",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
### Bug Fixes
* Cache API file reads across all requests. ([2b90efb](https://github.com/lowdefy/lowdefy/commit/2b90efb041cf43e5344c5f2f5a8630ae06c8aad6))
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/server-dev",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -40,30 +40,30 @@
"next": "next"
},
"dependencies": {
"@lowdefy/actions-core": "4.0.0-alpha.35",
"@lowdefy/api": "4.0.0-alpha.35",
"@lowdefy/blocks-antd": "4.0.0-alpha.35",
"@lowdefy/blocks-basic": "4.0.0-alpha.35",
"@lowdefy/blocks-color-selectors": "4.0.0-alpha.35",
"@lowdefy/blocks-echarts": "4.0.0-alpha.35",
"@lowdefy/blocks-loaders": "4.0.0-alpha.35",
"@lowdefy/blocks-markdown": "4.0.0-alpha.35",
"@lowdefy/blocks-qr": "4.0.0-alpha.35",
"@lowdefy/build": "4.0.0-alpha.35",
"@lowdefy/client": "4.0.0-alpha.35",
"@lowdefy/connection-axios-http": "4.0.0-alpha.35",
"@lowdefy/engine": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/layout": "4.0.0-alpha.35",
"@lowdefy/node-utils": "4.0.0-alpha.35",
"@lowdefy/operators-change-case": "4.0.0-alpha.35",
"@lowdefy/operators-diff": "4.0.0-alpha.35",
"@lowdefy/operators-js": "4.0.0-alpha.35",
"@lowdefy/operators-mql": "4.0.0-alpha.35",
"@lowdefy/operators-nunjucks": "4.0.0-alpha.35",
"@lowdefy/operators-uuid": "4.0.0-alpha.35",
"@lowdefy/operators-yaml": "4.0.0-alpha.35",
"@lowdefy/plugin-next-auth": "4.0.0-alpha.35",
"@lowdefy/actions-core": "4.0.0-alpha.36",
"@lowdefy/api": "4.0.0-alpha.36",
"@lowdefy/blocks-antd": "4.0.0-alpha.36",
"@lowdefy/blocks-basic": "4.0.0-alpha.36",
"@lowdefy/blocks-color-selectors": "4.0.0-alpha.36",
"@lowdefy/blocks-echarts": "4.0.0-alpha.36",
"@lowdefy/blocks-loaders": "4.0.0-alpha.36",
"@lowdefy/blocks-markdown": "4.0.0-alpha.36",
"@lowdefy/blocks-qr": "4.0.0-alpha.36",
"@lowdefy/build": "4.0.0-alpha.36",
"@lowdefy/client": "4.0.0-alpha.36",
"@lowdefy/connection-axios-http": "4.0.0-alpha.36",
"@lowdefy/engine": "4.0.0-alpha.36",
"@lowdefy/helpers": "4.0.0-alpha.36",
"@lowdefy/layout": "4.0.0-alpha.36",
"@lowdefy/node-utils": "4.0.0-alpha.36",
"@lowdefy/operators-change-case": "4.0.0-alpha.36",
"@lowdefy/operators-diff": "4.0.0-alpha.36",
"@lowdefy/operators-js": "4.0.0-alpha.36",
"@lowdefy/operators-mql": "4.0.0-alpha.36",
"@lowdefy/operators-nunjucks": "4.0.0-alpha.36",
"@lowdefy/operators-uuid": "4.0.0-alpha.36",
"@lowdefy/operators-yaml": "4.0.0-alpha.36",
"@lowdefy/plugin-next-auth": "4.0.0-alpha.36",
"chokidar": "3.5.3",
"dotenv": "16.0.1",
"next": "12.3.1",

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
### Bug Fixes
* Cache API file reads across all requests. ([2b90efb](https://github.com/lowdefy/lowdefy/commit/2b90efb041cf43e5344c5f2f5a8630ae06c8aad6))
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/server",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -43,17 +43,17 @@
"next": "next"
},
"dependencies": {
"@lowdefy/actions-core": "4.0.0-alpha.35",
"@lowdefy/api": "4.0.0-alpha.35",
"@lowdefy/blocks-antd": "4.0.0-alpha.35",
"@lowdefy/blocks-basic": "4.0.0-alpha.35",
"@lowdefy/blocks-loaders": "4.0.0-alpha.35",
"@lowdefy/client": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/layout": "4.0.0-alpha.35",
"@lowdefy/node-utils": "4.0.0-alpha.35",
"@lowdefy/operators-js": "4.0.0-alpha.35",
"@lowdefy/plugin-next-auth": "4.0.0-alpha.35",
"@lowdefy/actions-core": "4.0.0-alpha.36",
"@lowdefy/api": "4.0.0-alpha.36",
"@lowdefy/blocks-antd": "4.0.0-alpha.36",
"@lowdefy/blocks-basic": "4.0.0-alpha.36",
"@lowdefy/blocks-loaders": "4.0.0-alpha.36",
"@lowdefy/client": "4.0.0-alpha.36",
"@lowdefy/helpers": "4.0.0-alpha.36",
"@lowdefy/layout": "4.0.0-alpha.36",
"@lowdefy/node-utils": "4.0.0-alpha.36",
"@lowdefy/operators-js": "4.0.0-alpha.36",
"@lowdefy/plugin-next-auth": "4.0.0-alpha.36",
"next": "12.3.1",
"next-auth": "4.10.3",
"process": "0.11.10",
@ -62,7 +62,7 @@
"react-icons": "4.3.1"
},
"devDependencies": {
"@lowdefy/build": "4.0.0-alpha.35",
"@lowdefy/build": "4.0.0-alpha.36",
"@next/eslint-plugin-next": "12.1.6",
"less": "4.1.2",
"less-loader": "11.0.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/ajv
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/ajv

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/ajv",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -39,7 +39,7 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/nunjucks": "4.0.0-alpha.35",
"@lowdefy/nunjucks": "4.0.0-alpha.36",
"ajv": "8.11.0",
"ajv-errors": "3.0.0"
},

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/block-dev
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/block-dev

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/block-dev",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "Lowdefy Block Development Tools",
"homepage": "https://lowdefy.com",
@ -37,8 +37,8 @@
},
"dependencies": {
"@emotion/jest": "11.9.1",
"@lowdefy/block-utils": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/block-utils": "4.0.0-alpha.36",
"@lowdefy/helpers": "4.0.0-alpha.36",
"@testing-library/dom": "8.13.0",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.2.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/block-utils
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/block-utils

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/block-utils",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "Lowdefy Block Utils",
"homepage": "https://lowdefy.com",
@ -43,7 +43,7 @@
},
"dependencies": {
"@emotion/css": "11.9.0",
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"dompurify": "2.3.8",
"react": "18.2.0",
"react-dom": "18.2.0"

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
### Bug Fixes
* Cache API file reads across all requests. ([2b90efb](https://github.com/lowdefy/lowdefy/commit/2b90efb041cf43e5344c5f2f5a8630ae06c8aad6))
* **helpers:** Update cachedPromises tests. ([335409e](https://github.com/lowdefy/lowdefy/commit/335409e4a470a6f0ed9906c903d129d1d7eef67e))
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/helpers

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/helpers",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/jest-yaml-transform
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/jest-yaml-transform

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/jest-yaml-transform",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "A Jest Transform for YAML.",
"main": "./dist/index.js",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/node-utils
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/node-utils

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/node-utils",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -40,7 +40,7 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"fs-extra": "10.1.0"
},
"devDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.0.0-alpha.36](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.35...v4.0.0-alpha.36) (2022-10-14)
**Note:** Version bump only for package @lowdefy/nunjucks
# [4.0.0-alpha.35](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.34...v4.0.0-alpha.35) (2022-10-05)
**Note:** Version bump only for package @lowdefy/nunjucks

View File

@ -1,6 +1,6 @@
{
"name": "@lowdefy/nunjucks",
"version": "4.0.0-alpha.35",
"version": "4.0.0-alpha.36",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
@ -39,7 +39,7 @@
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "4.0.0-alpha.35",
"@lowdefy/helpers": "4.0.0-alpha.36",
"moment": "2.29.4"
},
"devDependencies": {

View File

@ -31,12 +31,12 @@ importers:
packages/api:
specifiers:
'@jest/globals': 28.1.0
'@lowdefy/ajv': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/node-utils': 4.0.0-alpha.35
'@lowdefy/nunjucks': 4.0.0-alpha.35
'@lowdefy/operators': 4.0.0-alpha.35
'@lowdefy/operators-js': 4.0.0-alpha.35
'@lowdefy/ajv': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/node-utils': 4.0.0-alpha.36
'@lowdefy/nunjucks': 4.0.0-alpha.36
'@lowdefy/operators': 4.0.0-alpha.36
'@lowdefy/operators-js': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -58,40 +58,40 @@ importers:
packages/build:
specifiers:
'@jest/globals': 28.1.0
'@lowdefy/actions-core': 4.0.0-alpha.35
'@lowdefy/actions-pdf-make': 4.0.0-alpha.35
'@lowdefy/ajv': 4.0.0-alpha.35
'@lowdefy/blocks-aggrid': 4.0.0-alpha.35
'@lowdefy/blocks-antd': 4.0.0-alpha.35
'@lowdefy/blocks-basic': 4.0.0-alpha.35
'@lowdefy/blocks-color-selectors': 4.0.0-alpha.35
'@lowdefy/blocks-echarts': 4.0.0-alpha.35
'@lowdefy/blocks-google-maps': 4.0.0-alpha.35
'@lowdefy/blocks-loaders': 4.0.0-alpha.35
'@lowdefy/blocks-markdown': 4.0.0-alpha.35
'@lowdefy/blocks-qr': 4.0.0-alpha.35
'@lowdefy/connection-axios-http': 4.0.0-alpha.35
'@lowdefy/connection-elasticsearch': 4.0.0-alpha.35
'@lowdefy/connection-google-sheets': 4.0.0-alpha.35
'@lowdefy/connection-knex': 4.0.0-alpha.35
'@lowdefy/connection-mongodb': 4.0.0-alpha.35
'@lowdefy/connection-redis': 4.0.0-alpha.35
'@lowdefy/connection-sendgrid': 4.0.0-alpha.35
'@lowdefy/connection-stripe': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/node-utils': 4.0.0-alpha.35
'@lowdefy/nunjucks': 4.0.0-alpha.35
'@lowdefy/operators': 4.0.0-alpha.35
'@lowdefy/operators-change-case': 4.0.0-alpha.35
'@lowdefy/operators-diff': 4.0.0-alpha.35
'@lowdefy/operators-js': 4.0.0-alpha.35
'@lowdefy/operators-mql': 4.0.0-alpha.35
'@lowdefy/operators-nunjucks': 4.0.0-alpha.35
'@lowdefy/operators-uuid': 4.0.0-alpha.35
'@lowdefy/operators-yaml': 4.0.0-alpha.35
'@lowdefy/plugin-auth0': 4.0.0-alpha.35
'@lowdefy/plugin-csv': 4.0.0-alpha.35
'@lowdefy/plugin-next-auth': 4.0.0-alpha.35
'@lowdefy/actions-core': 4.0.0-alpha.36
'@lowdefy/actions-pdf-make': 4.0.0-alpha.36
'@lowdefy/ajv': 4.0.0-alpha.36
'@lowdefy/blocks-aggrid': 4.0.0-alpha.36
'@lowdefy/blocks-antd': 4.0.0-alpha.36
'@lowdefy/blocks-basic': 4.0.0-alpha.36
'@lowdefy/blocks-color-selectors': 4.0.0-alpha.36
'@lowdefy/blocks-echarts': 4.0.0-alpha.36
'@lowdefy/blocks-google-maps': 4.0.0-alpha.36
'@lowdefy/blocks-loaders': 4.0.0-alpha.36
'@lowdefy/blocks-markdown': 4.0.0-alpha.36
'@lowdefy/blocks-qr': 4.0.0-alpha.36
'@lowdefy/connection-axios-http': 4.0.0-alpha.36
'@lowdefy/connection-elasticsearch': 4.0.0-alpha.36
'@lowdefy/connection-google-sheets': 4.0.0-alpha.36
'@lowdefy/connection-knex': 4.0.0-alpha.36
'@lowdefy/connection-mongodb': 4.0.0-alpha.36
'@lowdefy/connection-redis': 4.0.0-alpha.36
'@lowdefy/connection-sendgrid': 4.0.0-alpha.36
'@lowdefy/connection-stripe': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/node-utils': 4.0.0-alpha.36
'@lowdefy/nunjucks': 4.0.0-alpha.36
'@lowdefy/operators': 4.0.0-alpha.36
'@lowdefy/operators-change-case': 4.0.0-alpha.36
'@lowdefy/operators-diff': 4.0.0-alpha.36
'@lowdefy/operators-js': 4.0.0-alpha.36
'@lowdefy/operators-mql': 4.0.0-alpha.36
'@lowdefy/operators-nunjucks': 4.0.0-alpha.36
'@lowdefy/operators-uuid': 4.0.0-alpha.36
'@lowdefy/operators-yaml': 4.0.0-alpha.36
'@lowdefy/plugin-auth0': 4.0.0-alpha.36
'@lowdefy/plugin-csv': 4.0.0-alpha.36
'@lowdefy/plugin-next-auth': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -151,8 +151,8 @@ importers:
packages/cli:
specifiers:
'@jest/globals': 28.1.0
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/node-utils': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/node-utils': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -187,11 +187,11 @@ importers:
specifiers:
'@ant-design/icons': 4.7.0
'@emotion/jest': 11.9.1
'@lowdefy/block-utils': 4.0.0-alpha.35
'@lowdefy/engine': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.35
'@lowdefy/layout': 4.0.0-alpha.35
'@lowdefy/block-utils': 4.0.0-alpha.36
'@lowdefy/engine': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.36
'@lowdefy/layout': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -231,7 +231,7 @@ importers:
packages/docs:
specifiers:
'@jest/globals': 28.1.0
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -248,12 +248,12 @@ importers:
packages/engine:
specifiers:
'@jest/globals': 28.1.0
'@lowdefy/actions-core': 4.0.0-alpha.35
'@lowdefy/build': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/operators': 4.0.0-alpha.35
'@lowdefy/operators-js': 4.0.0-alpha.35
'@lowdefy/operators-mql': 4.0.0-alpha.35
'@lowdefy/actions-core': 4.0.0-alpha.36
'@lowdefy/build': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/operators': 4.0.0-alpha.36
'@lowdefy/operators-js': 4.0.0-alpha.36
'@lowdefy/operators-mql': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -275,10 +275,10 @@ importers:
packages/layout:
specifiers:
'@emotion/jest': 11.9.1
'@lowdefy/block-dev': 4.0.0-alpha.35
'@lowdefy/block-utils': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.35
'@lowdefy/block-dev': 4.0.0-alpha.36
'@lowdefy/block-utils': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -315,7 +315,7 @@ importers:
packages/operators:
specifiers:
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -333,7 +333,7 @@ importers:
packages/plugins/actions/actions-core:
specifiers:
'@jest/globals': 28.1.0
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -374,10 +374,10 @@ importers:
'@ag-grid-community/core': 27.3.0
'@ag-grid-community/react': 27.3.0
'@emotion/jest': 11.9.1
'@lowdefy/block-dev': 4.0.0-alpha.35
'@lowdefy/block-utils': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.35
'@lowdefy/block-dev': 4.0.0-alpha.36
'@lowdefy/block-utils': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -417,11 +417,11 @@ importers:
specifiers:
'@ant-design/icons': 4.7.0
'@emotion/jest': 11.9.1
'@lowdefy/block-dev': 4.0.0-alpha.35
'@lowdefy/block-utils': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.35
'@lowdefy/node-utils': 4.0.0-alpha.35
'@lowdefy/block-dev': 4.0.0-alpha.36
'@lowdefy/block-utils': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.36
'@lowdefy/node-utils': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -469,10 +469,10 @@ importers:
packages/plugins/blocks/blocks-basic:
specifiers:
'@emotion/jest': 11.9.1
'@lowdefy/block-dev': 4.0.0-alpha.35
'@lowdefy/block-utils': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.35
'@lowdefy/block-dev': 4.0.0-alpha.36
'@lowdefy/block-utils': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -510,10 +510,10 @@ importers:
packages/plugins/blocks/blocks-color-selectors:
specifiers:
'@emotion/jest': 11.9.1
'@lowdefy/block-dev': 4.0.0-alpha.35
'@lowdefy/block-utils': 4.0.0-alpha.35
'@lowdefy/blocks-antd': 4.0.0-alpha.35
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.35
'@lowdefy/block-dev': 4.0.0-alpha.36
'@lowdefy/block-utils': 4.0.0-alpha.36
'@lowdefy/blocks-antd': 4.0.0-alpha.36
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -555,9 +555,9 @@ importers:
packages/plugins/blocks/blocks-echarts:
specifiers:
'@emotion/jest': 11.9.1
'@lowdefy/block-dev': 4.0.0-alpha.35
'@lowdefy/block-utils': 4.0.0-alpha.35
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.35
'@lowdefy/block-dev': 4.0.0-alpha.36
'@lowdefy/block-utils': 4.0.0-alpha.36
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -596,9 +596,9 @@ importers:
packages/plugins/blocks/blocks-google-maps:
specifiers:
'@emotion/jest': 11.9.1
'@lowdefy/block-dev': 4.0.0-alpha.35
'@lowdefy/block-utils': 4.0.0-alpha.35
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.35
'@lowdefy/block-dev': 4.0.0-alpha.36
'@lowdefy/block-utils': 4.0.0-alpha.36
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.36
'@react-google-maps/api': 2.12.0
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
@ -635,10 +635,10 @@ importers:
packages/plugins/blocks/blocks-loaders:
specifiers:
'@emotion/jest': 11.9.1
'@lowdefy/block-dev': 4.0.0-alpha.35
'@lowdefy/block-utils': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.35
'@lowdefy/block-dev': 4.0.0-alpha.36
'@lowdefy/block-utils': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -674,9 +674,9 @@ importers:
packages/plugins/blocks/blocks-markdown:
specifiers:
'@emotion/jest': 11.9.1
'@lowdefy/block-dev': 4.0.0-alpha.35
'@lowdefy/block-utils': 4.0.0-alpha.35
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.35
'@lowdefy/block-dev': 4.0.0-alpha.36
'@lowdefy/block-utils': 4.0.0-alpha.36
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -723,9 +723,9 @@ importers:
packages/plugins/blocks/blocks-qr:
specifiers:
'@emotion/jest': 11.9.1
'@lowdefy/block-dev': 4.0.0-alpha.35
'@lowdefy/block-utils': 4.0.0-alpha.35
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.35
'@lowdefy/block-dev': 4.0.0-alpha.36
'@lowdefy/block-utils': 4.0.0-alpha.36
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -761,8 +761,8 @@ importers:
packages/plugins/connections/connection-axios-http:
specifiers:
'@lowdefy/ajv': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/ajv': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -781,8 +781,8 @@ importers:
packages/plugins/connections/connection-elasticsearch:
specifiers:
'@elastic/elasticsearch': 7.16.0
'@lowdefy/ajv': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/ajv': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -799,8 +799,8 @@ importers:
packages/plugins/connections/connection-google-sheets:
specifiers:
'@lowdefy/ajv': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/ajv': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -822,8 +822,8 @@ importers:
packages/plugins/connections/connection-knex:
specifiers:
'@lowdefy/ajv': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/ajv': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -849,8 +849,8 @@ importers:
packages/plugins/connections/connection-mongodb:
specifiers:
'@lowdefy/ajv': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/ajv': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@next-auth/mongodb-adapter': 1.0.3
'@shelf/jest-mongodb': 4.1.0
'@swc/cli': 0.1.57
@ -882,8 +882,8 @@ importers:
packages/plugins/connections/connection-redis:
specifiers:
'@lowdefy/ajv': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/ajv': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -901,8 +901,8 @@ importers:
packages/plugins/connections/connection-sendgrid:
specifiers:
'@lowdefy/ajv': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/ajv': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@sendgrid/mail': 7.7.0
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
@ -920,8 +920,8 @@ importers:
packages/plugins/connections/connection-stripe:
specifiers:
'@lowdefy/ajv': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/ajv': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -939,8 +939,8 @@ importers:
packages/plugins/operators/operators-change-case:
specifiers:
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/operators': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/operators': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -960,8 +960,8 @@ importers:
packages/plugins/operators/operators-diff:
specifiers:
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/operators': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/operators': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -981,8 +981,8 @@ importers:
packages/plugins/operators/operators-js:
specifiers:
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/operators': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/operators': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -1000,7 +1000,7 @@ importers:
packages/plugins/operators/operators-moment:
specifiers:
'@lowdefy/operators': 4.0.0-alpha.35
'@lowdefy/operators': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -1019,8 +1019,8 @@ importers:
packages/plugins/operators/operators-mql:
specifiers:
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/operators': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/operators': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -1040,9 +1040,9 @@ importers:
packages/plugins/operators/operators-nunjucks:
specifiers:
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/nunjucks': 4.0.0-alpha.35
'@lowdefy/operators': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/nunjucks': 4.0.0-alpha.36
'@lowdefy/operators': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -1061,8 +1061,8 @@ importers:
packages/plugins/operators/operators-uuid:
specifiers:
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/operators': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/operators': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -1082,8 +1082,8 @@ importers:
packages/plugins/operators/operators-yaml:
specifiers:
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/operators': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/operators': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -1116,12 +1116,12 @@ importers:
packages/plugins/plugins/plugin-aws:
specifiers:
'@emotion/jest': 11.9.1
'@lowdefy/ajv': 4.0.0-alpha.35
'@lowdefy/block-dev': 4.0.0-alpha.35
'@lowdefy/block-utils': 4.0.0-alpha.35
'@lowdefy/blocks-antd': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.35
'@lowdefy/ajv': 4.0.0-alpha.36
'@lowdefy/block-dev': 4.0.0-alpha.36
'@lowdefy/block-utils': 4.0.0-alpha.36
'@lowdefy/blocks-antd': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/jest-yaml-transform': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -1197,18 +1197,18 @@ importers:
packages/server:
specifiers:
'@lowdefy/actions-core': 4.0.0-alpha.35
'@lowdefy/api': 4.0.0-alpha.35
'@lowdefy/blocks-antd': 4.0.0-alpha.35
'@lowdefy/blocks-basic': 4.0.0-alpha.35
'@lowdefy/blocks-loaders': 4.0.0-alpha.35
'@lowdefy/build': 4.0.0-alpha.35
'@lowdefy/client': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/layout': 4.0.0-alpha.35
'@lowdefy/node-utils': 4.0.0-alpha.35
'@lowdefy/operators-js': 4.0.0-alpha.35
'@lowdefy/plugin-next-auth': 4.0.0-alpha.35
'@lowdefy/actions-core': 4.0.0-alpha.36
'@lowdefy/api': 4.0.0-alpha.36
'@lowdefy/blocks-antd': 4.0.0-alpha.36
'@lowdefy/blocks-basic': 4.0.0-alpha.36
'@lowdefy/blocks-loaders': 4.0.0-alpha.36
'@lowdefy/build': 4.0.0-alpha.36
'@lowdefy/client': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/layout': 4.0.0-alpha.36
'@lowdefy/node-utils': 4.0.0-alpha.36
'@lowdefy/operators-js': 4.0.0-alpha.36
'@lowdefy/plugin-next-auth': 4.0.0-alpha.36
'@next/eslint-plugin-next': 12.1.6
less: 4.1.2
less-loader: 11.0.0
@ -1252,30 +1252,30 @@ importers:
packages/server-dev:
specifiers:
'@lowdefy/actions-core': 4.0.0-alpha.35
'@lowdefy/api': 4.0.0-alpha.35
'@lowdefy/blocks-antd': 4.0.0-alpha.35
'@lowdefy/blocks-basic': 4.0.0-alpha.35
'@lowdefy/blocks-color-selectors': 4.0.0-alpha.35
'@lowdefy/blocks-echarts': 4.0.0-alpha.35
'@lowdefy/blocks-loaders': 4.0.0-alpha.35
'@lowdefy/blocks-markdown': 4.0.0-alpha.35
'@lowdefy/blocks-qr': 4.0.0-alpha.35
'@lowdefy/build': 4.0.0-alpha.35
'@lowdefy/client': 4.0.0-alpha.35
'@lowdefy/connection-axios-http': 4.0.0-alpha.35
'@lowdefy/engine': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/layout': 4.0.0-alpha.35
'@lowdefy/node-utils': 4.0.0-alpha.35
'@lowdefy/operators-change-case': 4.0.0-alpha.35
'@lowdefy/operators-diff': 4.0.0-alpha.35
'@lowdefy/operators-js': 4.0.0-alpha.35
'@lowdefy/operators-mql': 4.0.0-alpha.35
'@lowdefy/operators-nunjucks': 4.0.0-alpha.35
'@lowdefy/operators-uuid': 4.0.0-alpha.35
'@lowdefy/operators-yaml': 4.0.0-alpha.35
'@lowdefy/plugin-next-auth': 4.0.0-alpha.35
'@lowdefy/actions-core': 4.0.0-alpha.36
'@lowdefy/api': 4.0.0-alpha.36
'@lowdefy/blocks-antd': 4.0.0-alpha.36
'@lowdefy/blocks-basic': 4.0.0-alpha.36
'@lowdefy/blocks-color-selectors': 4.0.0-alpha.36
'@lowdefy/blocks-echarts': 4.0.0-alpha.36
'@lowdefy/blocks-loaders': 4.0.0-alpha.36
'@lowdefy/blocks-markdown': 4.0.0-alpha.36
'@lowdefy/blocks-qr': 4.0.0-alpha.36
'@lowdefy/build': 4.0.0-alpha.36
'@lowdefy/client': 4.0.0-alpha.36
'@lowdefy/connection-axios-http': 4.0.0-alpha.36
'@lowdefy/engine': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@lowdefy/layout': 4.0.0-alpha.36
'@lowdefy/node-utils': 4.0.0-alpha.36
'@lowdefy/operators-change-case': 4.0.0-alpha.36
'@lowdefy/operators-diff': 4.0.0-alpha.36
'@lowdefy/operators-js': 4.0.0-alpha.36
'@lowdefy/operators-mql': 4.0.0-alpha.36
'@lowdefy/operators-nunjucks': 4.0.0-alpha.36
'@lowdefy/operators-uuid': 4.0.0-alpha.36
'@lowdefy/operators-yaml': 4.0.0-alpha.36
'@lowdefy/plugin-next-auth': 4.0.0-alpha.36
'@next/eslint-plugin-next': 12.1.6
chokidar: 3.5.3
dotenv: 16.0.1
@ -1341,7 +1341,7 @@ importers:
packages/utils/ajv:
specifiers:
'@lowdefy/nunjucks': 4.0.0-alpha.35
'@lowdefy/nunjucks': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -1361,8 +1361,8 @@ importers:
packages/utils/block-dev:
specifiers:
'@emotion/jest': 11.9.1
'@lowdefy/block-utils': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/block-utils': 4.0.0-alpha.36
'@lowdefy/helpers': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@testing-library/dom': 8.13.0
@ -1398,7 +1398,7 @@ importers:
'@babel/core': 7.19.0
'@emotion/css': 11.9.0
'@emotion/jest': 11.9.1
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -1467,7 +1467,7 @@ importers:
packages/utils/node-utils:
specifiers:
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21
@ -1484,7 +1484,7 @@ importers:
packages/utils/nunjucks:
specifiers:
'@lowdefy/helpers': 4.0.0-alpha.35
'@lowdefy/helpers': 4.0.0-alpha.36
'@swc/cli': 0.1.57
'@swc/core': 1.2.194
'@swc/jest': 0.2.21