mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-04-06 15:30:30 +08:00
chore: Release version v4.0.0-alpha.5.
This commit is contained in:
parent
640ab8a652
commit
995fcdb020
35
CHANGELOG.md
35
CHANGELOG.md
@ -3,6 +3,41 @@
|
||||
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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cli:** Add node shebang to index.js. ([f711fa9](https://github.com/lowdefy/lowdefy/commit/f711fa9fad615d89263954512970ec930cf8dbcd))
|
||||
* **cli:** Update getDirectories. ([8af70b0](https://github.com/lowdefy/lowdefy/commit/8af70b0e66260a87a3e0e62f1ea83a12822cb3bb))
|
||||
* Fix home page route in server. ([640ab8a](https://github.com/lowdefy/lowdefy/commit/640ab8a6528019bc2f2ace818053f2f3fbb3955f))
|
||||
* Fixes for V4. ([41a9a30](https://github.com/lowdefy/lowdefy/commit/41a9a30b308543605a70f7d830a14f8f7221dd01))
|
||||
* Refactored blocks for Lowdefy Version 4. ([96f194d](https://github.com/lowdefy/lowdefy/commit/96f194dc5088b864ee6696b97780a0791b5a5a2d))
|
||||
* Remove CHANGELOG file and aws plugin package peer depencies ([21627f7](https://github.com/lowdefy/lowdefy/commit/21627f7f7a53751099764ea444ad4519c6b18b1a))
|
||||
* V4 fixes. ([088e210](https://github.com/lowdefy/lowdefy/commit/088e210620ffd8d7735cc785483845d082d5485d))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add client operators to operators-js. ([1453e8e](https://github.com/lowdefy/lowdefy/commit/1453e8e8d6ef2897be1d378488144b179949a7dd))
|
||||
* Add start command to CLI. ([19bf81a](https://github.com/lowdefy/lowdefy/commit/19bf81ad31d9f5f002521e0aed9b1fc1599277dd))
|
||||
* Add types object to telemetry. ([d2509b3](https://github.com/lowdefy/lowdefy/commit/d2509b327336c488db192fb1c8086ad685cd007b))
|
||||
* Allow Less variables to be specified in server. ([bd8ccbd](https://github.com/lowdefy/lowdefy/commit/bd8ccbdaf75fa320e5f6ee6abf3fb7480a3dc180)), closes [#893](https://github.com/lowdefy/lowdefy/issues/893)
|
||||
* Create operators-js plugins. ([fc0dc29](https://github.com/lowdefy/lowdefy/commit/fc0dc29ad8dcf6e7631d2bc77f1b3f8bf348bafd))
|
||||
* Create operators-nunjucks plugin. ([d299d2f](https://github.com/lowdefy/lowdefy/commit/d299d2f7ed4fd2ad928882bcdd1cfda7f82c9187))
|
||||
* Import operator plugins in server. ([f913e9e](https://github.com/lowdefy/lowdefy/commit/f913e9e261777a0c7f4b0a79995ef18290186b2e))
|
||||
* Move server operators to operators-js plugin. ([a864473](https://github.com/lowdefy/lowdefy/commit/a864473d7f68d4921186db8a6abeb681e5fe7f41))
|
||||
* **operators:** Add other functions to operators export. ([16f4da7](https://github.com/lowdefy/lowdefy/commit/16f4da78ec8e7a44fff4bdc28d4a61d421b82ca4))
|
||||
* **operators:** Move common operators to operators-js plugin ([42a8054](https://github.com/lowdefy/lowdefy/commit/42a80549e3c6153ef09ab5d0fd4b31c40a9c92f6))
|
||||
* **operators:** Update node and web parser and move their tests. ([3647299](https://github.com/lowdefy/lowdefy/commit/364729916a9238a7018adcfc5927e2ea85cab8c5))
|
||||
* **operators:** Update node and webParser and tests. ([e52a22e](https://github.com/lowdefy/lowdefy/commit/e52a22eb9fbfafab6c2bc0ef2c8915c9f844087c))
|
||||
* Update server package.json if plugin deps change. ([09f7bca](https://github.com/lowdefy/lowdefy/commit/09f7bca3a29ff186783197692e988cb315ff7483)), closes [#943](https://github.com/lowdefy/lowdefy/issues/943)
|
||||
* Update types.js and update packages ([b6ffbf6](https://github.com/lowdefy/lowdefy/commit/b6ffbf6001c3aa44c260afe7eba89a24d40a51f8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"packages": [
|
||||
"src/packages/*",
|
||||
"src/packages/blocks/*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/lowdefy",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"description": "Lowdefy monorepo",
|
||||
|
@ -3,6 +3,22 @@
|
||||
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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* V4 fixes. ([088e210](https://github.com/lowdefy/lowdefy/commit/088e210620ffd8d7735cc785483845d082d5485d))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Import operator plugins in server. ([f913e9e](https://github.com/lowdefy/lowdefy/commit/f913e9e261777a0c7f4b0a79995ef18290186b2e))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/api
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/api",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,11 +41,11 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.4",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.4",
|
||||
"@lowdefy/operators": "4.0.0-alpha.4"
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators": "4.0.0-alpha.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/cli": "0.1.52",
|
||||
|
@ -3,6 +3,25 @@
|
||||
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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixes for V4. ([41a9a30](https://github.com/lowdefy/lowdefy/commit/41a9a30b308543605a70f7d830a14f8f7221dd01))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add start command to CLI. ([19bf81a](https://github.com/lowdefy/lowdefy/commit/19bf81ad31d9f5f002521e0aed9b1fc1599277dd))
|
||||
* Allow Less variables to be specified in server. ([bd8ccbd](https://github.com/lowdefy/lowdefy/commit/bd8ccbdaf75fa320e5f6ee6abf3fb7480a3dc180)), closes [#893](https://github.com/lowdefy/lowdefy/issues/893)
|
||||
* Import operator plugins in server. ([f913e9e](https://github.com/lowdefy/lowdefy/commit/f913e9e261777a0c7f4b0a79995ef18290186b2e))
|
||||
* Update server package.json if plugin deps change. ([09f7bca](https://github.com/lowdefy/lowdefy/commit/09f7bca3a29ff186783197692e988cb315ff7483)), closes [#943](https://github.com/lowdefy/lowdefy/issues/943)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/build",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,25 +41,25 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.4",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.4",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.5",
|
||||
"ajv": "8.8.2",
|
||||
"js-yaml": "4.1.0",
|
||||
"json5": "2.2.0",
|
||||
"uuid": "8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/blocks-antd": "4.0.0-alpha.4",
|
||||
"@lowdefy/blocks-basic": "4.0.0-alpha.4",
|
||||
"@lowdefy/blocks-color-selectors": "4.0.0-alpha.4",
|
||||
"@lowdefy/blocks-echarts": "4.0.0-alpha.4",
|
||||
"@lowdefy/blocks-loaders": "4.0.0-alpha.4",
|
||||
"@lowdefy/blocks-markdown": "4.0.0-alpha.4",
|
||||
"@lowdefy/connection-axios-http": "4.0.0-alpha.4",
|
||||
"@lowdefy/operators-js": "4.0.0-alpha.4",
|
||||
"@lowdefy/operators-nunjucks": "4.0.0-alpha.4",
|
||||
"@lowdefy/blocks-antd": "4.0.0-alpha.5",
|
||||
"@lowdefy/blocks-basic": "4.0.0-alpha.5",
|
||||
"@lowdefy/blocks-color-selectors": "4.0.0-alpha.5",
|
||||
"@lowdefy/blocks-echarts": "4.0.0-alpha.5",
|
||||
"@lowdefy/blocks-loaders": "4.0.0-alpha.5",
|
||||
"@lowdefy/blocks-markdown": "4.0.0-alpha.5",
|
||||
"@lowdefy/connection-axios-http": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-js": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-nunjucks": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,26 @@
|
||||
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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cli:** Add node shebang to index.js. ([f711fa9](https://github.com/lowdefy/lowdefy/commit/f711fa9fad615d89263954512970ec930cf8dbcd))
|
||||
* **cli:** Update getDirectories. ([8af70b0](https://github.com/lowdefy/lowdefy/commit/8af70b0e66260a87a3e0e62f1ea83a12822cb3bb))
|
||||
* V4 fixes. ([088e210](https://github.com/lowdefy/lowdefy/commit/088e210620ffd8d7735cc785483845d082d5485d))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add start command to CLI. ([19bf81a](https://github.com/lowdefy/lowdefy/commit/19bf81ad31d9f5f002521e0aed9b1fc1599277dd))
|
||||
* Add types object to telemetry. ([d2509b3](https://github.com/lowdefy/lowdefy/commit/d2509b327336c488db192fb1c8086ad685cd007b))
|
||||
* Update server package.json if plugin deps change. ([09f7bca](https://github.com/lowdefy/lowdefy/commit/09f7bca3a29ff186783197692e988cb315ff7483)), closes [#943](https://github.com/lowdefy/lowdefy/issues/943)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package lowdefy
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lowdefy",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Lowdefy CLI",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,8 +40,8 @@
|
||||
"test": "FORCE_COLOR=3 jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.5",
|
||||
"axios": "0.24.0",
|
||||
"chalk": "4.1.2",
|
||||
"chokidar": "3.5.2",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/docs
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/docs",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Import operator plugins in server. ([f913e9e](https://github.com/lowdefy/lowdefy/commit/f913e9e261777a0c7f4b0a79995ef18290186b2e))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/engine
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/engine",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -38,8 +38,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/operators": "4.0.0-alpha.4"
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators": "4.0.0-alpha.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/cli": "0.1.52",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/format
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/format
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/format",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/layout
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/layout",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,8 +42,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"antd": "4.17.0-alpha.7",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
"react-dom": "18.0.0-alpha-327d5c484-20211106"
|
||||
@ -51,7 +51,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,23 @@
|
||||
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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add client operators to operators-js. ([1453e8e](https://github.com/lowdefy/lowdefy/commit/1453e8e8d6ef2897be1d378488144b179949a7dd))
|
||||
* Create operators-nunjucks plugin. ([d299d2f](https://github.com/lowdefy/lowdefy/commit/d299d2f7ed4fd2ad928882bcdd1cfda7f82c9187))
|
||||
* Move server operators to operators-js plugin. ([a864473](https://github.com/lowdefy/lowdefy/commit/a864473d7f68d4921186db8a6abeb681e5fe7f41))
|
||||
* **operators:** Add other functions to operators export. ([16f4da7](https://github.com/lowdefy/lowdefy/commit/16f4da78ec8e7a44fff4bdc28d4a61d421b82ca4))
|
||||
* **operators:** Move common operators to operators-js plugin ([42a8054](https://github.com/lowdefy/lowdefy/commit/42a80549e3c6153ef09ab5d0fd4b31c40a9c92f6))
|
||||
* **operators:** Update node and web parser and move their tests. ([3647299](https://github.com/lowdefy/lowdefy/commit/364729916a9238a7018adcfc5927e2ea85cab8c5))
|
||||
* **operators:** Update node and webParser and tests. ([e52a22e](https://github.com/lowdefy/lowdefy/commit/e52a22eb9fbfafab6c2bc0ef2c8915c9f844087c))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/operators
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/operators",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -38,9 +38,9 @@
|
||||
"test:watch": "jest --coverage --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/format": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.4",
|
||||
"@lowdefy/format": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.5",
|
||||
"change-case": "4.1.2",
|
||||
"deep-diff": "1.0.2",
|
||||
"js-yaml": "4.1.0",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixes for V4. ([41a9a30](https://github.com/lowdefy/lowdefy/commit/41a9a30b308543605a70f7d830a14f8f7221dd01))
|
||||
* Refactored blocks for Lowdefy Version 4. ([96f194d](https://github.com/lowdefy/lowdefy/commit/96f194dc5088b864ee6696b97780a0791b5a5a2d))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-antd
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-antd",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Lowdefy Ant Design Blocks",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -47,8 +47,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "4.7.0",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"antd": "4.17.0-alpha.7",
|
||||
"classnames": "2.3.1",
|
||||
"moment": "2.29.1",
|
||||
@ -61,7 +61,7 @@
|
||||
"@babel/core": "7.16.0",
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-basic
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-basic",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Basic html Lowdefy blocks.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -44,8 +44,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"dompurify": "2.3.3",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
"react-dom": "18.0.0-alpha-327d5c484-20211106"
|
||||
@ -53,7 +53,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixes for V4. ([41a9a30](https://github.com/lowdefy/lowdefy/commit/41a9a30b308543605a70f7d830a14f8f7221dd01))
|
||||
* Refactored blocks for Lowdefy Version 4. ([96f194d](https://github.com/lowdefy/lowdefy/commit/96f194dc5088b864ee6696b97780a0791b5a5a2d))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-color-selectors
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-color-selectors",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"license": "Apache-2.0",
|
||||
"description": "A Lowdefy color selector blocks based on react-color.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -46,8 +46,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.4",
|
||||
"@lowdefy/blocks-antd": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/blocks-antd": "4.0.0-alpha.5",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
"react-color": "2.19.3",
|
||||
"react-dom": "18.0.0-alpha-327d5c484-20211106"
|
||||
@ -55,7 +55,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Refactored blocks for Lowdefy Version 4. ([96f194d](https://github.com/lowdefy/lowdefy/commit/96f194dc5088b864ee6696b97780a0791b5a5a2d))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-echarts
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-echarts",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"license": "Apache-2.0",
|
||||
"description": "ECharts Blocks for Lowdefy.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -46,7 +46,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"echarts": "5.2.1",
|
||||
"echarts-for-react": "3.0.1",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
@ -55,7 +55,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixes for V4. ([41a9a30](https://github.com/lowdefy/lowdefy/commit/41a9a30b308543605a70f7d830a14f8f7221dd01))
|
||||
* Refactored blocks for Lowdefy Version 4. ([96f194d](https://github.com/lowdefy/lowdefy/commit/96f194dc5088b864ee6696b97780a0791b5a5a2d))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-loaders
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-loaders",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Lowdefy loader blocks.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -44,15 +44,15 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
"react-dom": "18.0.0-alpha-327d5c484-20211106"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Refactored blocks for Lowdefy Version 4. ([96f194d](https://github.com/lowdefy/lowdefy/commit/96f194dc5088b864ee6696b97780a0791b5a5a2d))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-markdown
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-markdown",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"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.4",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"dompurify": "2.3.3",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
"react-dom": "18.0.0-alpha-327d5c484-20211106",
|
||||
@ -57,7 +57,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-axios-http
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-axios-http
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-axios-http",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,11 +41,11 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"axios": "0.24.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.4",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-elasticsearch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-elasticsearch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-elasticsearch",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,10 +42,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@elastic/elasticsearch": "7.15.0",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4"
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.4",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-google-sheets
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-google-sheets
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-google-sheets",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,13 +41,13 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"google-spreadsheet": "3.1.15",
|
||||
"mingo": "4.2.0",
|
||||
"moment": "2.29.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.4",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-knex
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-knex
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-knex",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,7 +41,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"knex": "0.95.13",
|
||||
"mssql": "7.2.1",
|
||||
"mysql": "2.18.1",
|
||||
@ -49,7 +49,7 @@
|
||||
"sqlite3": "5.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.4",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-mongodb
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-mongodb
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-mongodb",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,12 +41,12 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"mongodb": "3.7.3",
|
||||
"saslprep": "1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.4",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@shelf/jest-mongodb": "2.1.0",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-sendgrid
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-sendgrid
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-sendgrid",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,11 +41,11 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@sendgrid/mail": "7.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.4",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-stripe
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-stripe
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-stripe",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,11 +42,11 @@
|
||||
"s": "swc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"stripe": "8.186.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.4",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
20
packages/plugins/operators/operators-js/CHANGELOG.md
Normal file
20
packages/plugins/operators/operators-js/CHANGELOG.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Change Log
|
||||
|
||||
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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Remove CHANGELOG file and aws plugin package peer depencies ([21627f7](https://github.com/lowdefy/lowdefy/commit/21627f7f7a53751099764ea444ad4519c6b18b1a))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add client operators to operators-js. ([1453e8e](https://github.com/lowdefy/lowdefy/commit/1453e8e8d6ef2897be1d378488144b179949a7dd))
|
||||
* Create operators-js plugins. ([fc0dc29](https://github.com/lowdefy/lowdefy/commit/fc0dc29ad8dcf6e7631d2bc77f1b3f8bf348bafd))
|
||||
* Move server operators to operators-js plugin. ([a864473](https://github.com/lowdefy/lowdefy/commit/a864473d7f68d4921186db8a6abeb681e5fe7f41))
|
||||
* **operators:** Move common operators to operators-js plugin ([42a8054](https://github.com/lowdefy/lowdefy/commit/42a80549e3c6153ef09ab5d0fd4b31c40a9c92f6))
|
||||
* Update types.js and update packages ([b6ffbf6](https://github.com/lowdefy/lowdefy/commit/b6ffbf6001c3aa44c260afe7eba89a24d40a51f8))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/operators-js",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,8 +42,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/operators": "4.0.0-alpha.4"
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators": "4.0.0-alpha.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/cli": "0.1.51",
|
||||
|
16
packages/plugins/operators/operators-nunjucks/CHANGELOG.md
Normal file
16
packages/plugins/operators/operators-nunjucks/CHANGELOG.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Change Log
|
||||
|
||||
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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixes for V4. ([41a9a30](https://github.com/lowdefy/lowdefy/commit/41a9a30b308543605a70f7d830a14f8f7221dd01))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Create operators-nunjucks plugin. ([d299d2f](https://github.com/lowdefy/lowdefy/commit/d299d2f7ed4fd2ad928882bcdd1cfda7f82c9187))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/operators-nunjucks",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,9 +42,9 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.4",
|
||||
"@lowdefy/operators": "4.0.0-alpha.4"
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators": "4.0.0-alpha.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/cli": "0.1.51",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Remove CHANGELOG file and aws plugin package peer depencies ([21627f7](https://github.com/lowdefy/lowdefy/commit/21627f7f7a53751099764ea444ad4519c6b18b1a))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/plugin-aws
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/plugin-aws",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -44,7 +44,7 @@
|
||||
"aws-sdk": "2.1021.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.4",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,25 @@
|
||||
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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fix home page route in server. ([640ab8a](https://github.com/lowdefy/lowdefy/commit/640ab8a6528019bc2f2ace818053f2f3fbb3955f))
|
||||
* V4 fixes. ([088e210](https://github.com/lowdefy/lowdefy/commit/088e210620ffd8d7735cc785483845d082d5485d))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Allow Less variables to be specified in server. ([bd8ccbd](https://github.com/lowdefy/lowdefy/commit/bd8ccbdaf75fa320e5f6ee6abf3fb7480a3dc180)), closes [#893](https://github.com/lowdefy/lowdefy/issues/893)
|
||||
* Import operator plugins in server. ([f913e9e](https://github.com/lowdefy/lowdefy/commit/f913e9e261777a0c7f4b0a79995ef18290186b2e))
|
||||
* Update server package.json if plugin deps change. ([09f7bca](https://github.com/lowdefy/lowdefy/commit/09f7bca3a29ff186783197692e988cb315ff7483)), closes [#943](https://github.com/lowdefy/lowdefy/issues/943)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/server",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -39,12 +39,12 @@
|
||||
"next": "next"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/api": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.4",
|
||||
"@lowdefy/engine": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/layout": "4.0.0-alpha.4",
|
||||
"@lowdefy/operators-js": "4.0.0-alpha.4",
|
||||
"@lowdefy/api": "4.0.0-alpha.5",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/engine": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/layout": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-js": "4.0.0-alpha.5",
|
||||
"next": "12.0.3",
|
||||
"next-auth": "4.0.0-beta.6",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
@ -52,7 +52,7 @@
|
||||
"react-icons": "4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/build": "4.0.0-alpha.4",
|
||||
"@lowdefy/build": "4.0.0-alpha.5",
|
||||
"@next/eslint-plugin-next": "12.0.4",
|
||||
"less": "4.1.2",
|
||||
"less-loader": "10.2.0",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/ajv
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/ajv
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/ajv",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,7 +40,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.4",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.5",
|
||||
"ajv": "8.8.2",
|
||||
"ajv-errors": "3.0.0"
|
||||
},
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/block-dev
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/block-dev
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/block-dev",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "Lowdefy Block Development Tools",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -38,8 +38,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@testing-library/dom": "8.10.1",
|
||||
"@testing-library/react": "13.0.0-alpha.4",
|
||||
"@testing-library/user-event": "14.0.0-alpha.14",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/block-utils
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/block-utils
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/block-utils",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "Lowdefy Block Utils",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,7 +41,7 @@
|
||||
"dependencies": {
|
||||
"@emotion/css": "11.5.0",
|
||||
"@emotion/react": "11.5.0",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"classnames": "2.3.1",
|
||||
"dompurify": "2.3.3",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/helpers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/helpers
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/helpers",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/node-utils
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/node-utils
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/node-utils",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,7 +41,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"rimraf": "3.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -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.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/nunjucks
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.4](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/nunjucks
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/nunjucks",
|
||||
"version": "4.0.0-alpha.4",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,7 +40,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.4",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"moment": "2.29.1",
|
||||
"nunjucks": "3.2.3"
|
||||
},
|
||||
|
196
yarn.lock
196
yarn.lock
@ -3248,11 +3248,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lowdefy/ajv@4.0.0-alpha.4, @lowdefy/ajv@workspace:packages/utils/ajv":
|
||||
"@lowdefy/ajv@4.0.0-alpha.5, @lowdefy/ajv@workspace:packages/utils/ajv":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/ajv@workspace:packages/utils/ajv"
|
||||
dependencies:
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.4
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3262,15 +3262,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/api@4.0.0-alpha.4, @lowdefy/api@workspace:packages/api":
|
||||
"@lowdefy/api@4.0.0-alpha.5, @lowdefy/api@workspace:packages/api":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/api@workspace:packages/api"
|
||||
dependencies:
|
||||
"@lowdefy/ajv": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.4
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.4
|
||||
"@lowdefy/operators": 4.0.0-alpha.4
|
||||
"@lowdefy/ajv": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.5
|
||||
"@lowdefy/operators": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3278,13 +3278,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/block-dev@4.0.0-alpha.4, @lowdefy/block-dev@workspace:packages/utils/block-dev":
|
||||
"@lowdefy/block-dev@4.0.0-alpha.5, @lowdefy/block-dev@workspace:packages/utils/block-dev":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/block-dev@workspace:packages/utils/block-dev"
|
||||
dependencies:
|
||||
"@emotion/jest": 11.5.0
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@testing-library/dom": 8.10.1
|
||||
@ -3300,7 +3300,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/block-utils@4.0.0-alpha.4, @lowdefy/block-utils@workspace:packages/utils/block-utils":
|
||||
"@lowdefy/block-utils@4.0.0-alpha.5, @lowdefy/block-utils@workspace:packages/utils/block-utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/block-utils@workspace:packages/utils/block-utils"
|
||||
dependencies:
|
||||
@ -3308,7 +3308,7 @@ __metadata:
|
||||
"@emotion/css": 11.5.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@emotion/react": 11.5.0
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3324,7 +3324,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-antd@4.0.0-alpha.4, @lowdefy/blocks-antd@workspace:packages/plugins/blocks/blocks-antd":
|
||||
"@lowdefy/blocks-antd@4.0.0-alpha.5, @lowdefy/blocks-antd@workspace:packages/plugins/blocks/blocks-antd":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/blocks-antd@workspace:packages/plugins/blocks/blocks-antd"
|
||||
dependencies:
|
||||
@ -3332,9 +3332,9 @@ __metadata:
|
||||
"@babel/core": 7.16.0
|
||||
"@babel/preset-react": 7.16.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.4
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3355,15 +3355,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-basic@4.0.0-alpha.4, @lowdefy/blocks-basic@workspace:packages/plugins/blocks/blocks-basic":
|
||||
"@lowdefy/blocks-basic@4.0.0-alpha.5, @lowdefy/blocks-basic@workspace:packages/plugins/blocks/blocks-basic":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/blocks-basic@workspace:packages/plugins/blocks/blocks-basic"
|
||||
dependencies:
|
||||
"@babel/preset-react": 7.16.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.4
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3380,15 +3380,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-color-selectors@4.0.0-alpha.4, @lowdefy/blocks-color-selectors@workspace:packages/plugins/blocks/blocks-color-selectors":
|
||||
"@lowdefy/blocks-color-selectors@4.0.0-alpha.5, @lowdefy/blocks-color-selectors@workspace:packages/plugins/blocks/blocks-color-selectors":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/blocks-color-selectors@workspace:packages/plugins/blocks/blocks-color-selectors"
|
||||
dependencies:
|
||||
"@babel/preset-react": 7.16.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.4
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.4
|
||||
"@lowdefy/blocks-antd": 4.0.0-alpha.4
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/blocks-antd": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3406,14 +3406,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-echarts@4.0.0-alpha.4, @lowdefy/blocks-echarts@workspace:packages/plugins/blocks/blocks-echarts":
|
||||
"@lowdefy/blocks-echarts@4.0.0-alpha.5, @lowdefy/blocks-echarts@workspace:packages/plugins/blocks/blocks-echarts":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/blocks-echarts@workspace:packages/plugins/blocks/blocks-echarts"
|
||||
dependencies:
|
||||
"@babel/preset-react": 7.16.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.4
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.4
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3431,15 +3431,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-loaders@4.0.0-alpha.4, @lowdefy/blocks-loaders@workspace:packages/plugins/blocks/blocks-loaders":
|
||||
"@lowdefy/blocks-loaders@4.0.0-alpha.5, @lowdefy/blocks-loaders@workspace:packages/plugins/blocks/blocks-loaders":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/blocks-loaders@workspace:packages/plugins/blocks/blocks-loaders"
|
||||
dependencies:
|
||||
"@babel/preset-react": 7.16.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.4
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3455,14 +3455,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-markdown@4.0.0-alpha.4, @lowdefy/blocks-markdown@workspace:packages/plugins/blocks/blocks-markdown":
|
||||
"@lowdefy/blocks-markdown@4.0.0-alpha.5, @lowdefy/blocks-markdown@workspace:packages/plugins/blocks/blocks-markdown":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/blocks-markdown@workspace:packages/plugins/blocks/blocks-markdown"
|
||||
dependencies:
|
||||
"@babel/preset-react": 7.16.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.4
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.4
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3482,23 +3482,23 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/build@4.0.0-alpha.4, @lowdefy/build@workspace:packages/build":
|
||||
"@lowdefy/build@4.0.0-alpha.5, @lowdefy/build@workspace:packages/build":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/build@workspace:packages/build"
|
||||
dependencies:
|
||||
"@lowdefy/ajv": 4.0.0-alpha.4
|
||||
"@lowdefy/blocks-antd": 4.0.0-alpha.4
|
||||
"@lowdefy/blocks-basic": 4.0.0-alpha.4
|
||||
"@lowdefy/blocks-color-selectors": 4.0.0-alpha.4
|
||||
"@lowdefy/blocks-echarts": 4.0.0-alpha.4
|
||||
"@lowdefy/blocks-loaders": 4.0.0-alpha.4
|
||||
"@lowdefy/blocks-markdown": 4.0.0-alpha.4
|
||||
"@lowdefy/connection-axios-http": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.4
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.4
|
||||
"@lowdefy/operators-js": 4.0.0-alpha.4
|
||||
"@lowdefy/operators-nunjucks": 4.0.0-alpha.4
|
||||
"@lowdefy/ajv": 4.0.0-alpha.5
|
||||
"@lowdefy/blocks-antd": 4.0.0-alpha.5
|
||||
"@lowdefy/blocks-basic": 4.0.0-alpha.5
|
||||
"@lowdefy/blocks-color-selectors": 4.0.0-alpha.5
|
||||
"@lowdefy/blocks-echarts": 4.0.0-alpha.5
|
||||
"@lowdefy/blocks-loaders": 4.0.0-alpha.5
|
||||
"@lowdefy/blocks-markdown": 4.0.0-alpha.5
|
||||
"@lowdefy/connection-axios-http": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-js": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-nunjucks": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3512,12 +3512,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/connection-axios-http@4.0.0-alpha.4, @lowdefy/connection-axios-http@workspace:packages/plugins/connections/connection-axios-http":
|
||||
"@lowdefy/connection-axios-http@4.0.0-alpha.5, @lowdefy/connection-axios-http@workspace:packages/plugins/connections/connection-axios-http":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/connection-axios-http@workspace:packages/plugins/connections/connection-axios-http"
|
||||
dependencies:
|
||||
"@lowdefy/ajv": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/ajv": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3531,8 +3531,8 @@ __metadata:
|
||||
resolution: "@lowdefy/connection-elasticsearch@workspace:packages/plugins/connections/connection-elasticsearch"
|
||||
dependencies:
|
||||
"@elastic/elasticsearch": 7.15.0
|
||||
"@lowdefy/ajv": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/ajv": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3544,8 +3544,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/connection-google-sheets@workspace:packages/plugins/connections/connection-google-sheets"
|
||||
dependencies:
|
||||
"@lowdefy/ajv": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/ajv": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3560,8 +3560,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/connection-knex@workspace:packages/plugins/connections/connection-knex"
|
||||
dependencies:
|
||||
"@lowdefy/ajv": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/ajv": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3578,8 +3578,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/connection-mongodb@workspace:packages/plugins/connections/connection-mongodb"
|
||||
dependencies:
|
||||
"@lowdefy/ajv": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/ajv": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@shelf/jest-mongodb": 2.1.0
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
@ -3594,8 +3594,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/connection-sendgrid@workspace:packages/plugins/connections/connection-sendgrid"
|
||||
dependencies:
|
||||
"@lowdefy/ajv": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/ajv": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@sendgrid/mail": 7.5.0
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
@ -3608,8 +3608,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/connection-stripe@workspace:packages/plugins/connections/connection-stripe"
|
||||
dependencies:
|
||||
"@lowdefy/ajv": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/ajv": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3630,12 +3630,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/engine@4.0.0-alpha.4, @lowdefy/engine@workspace:packages/engine":
|
||||
"@lowdefy/engine@4.0.0-alpha.5, @lowdefy/engine@workspace:packages/engine":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/engine@workspace:packages/engine"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/operators": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/operators": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3643,7 +3643,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/format@4.0.0-alpha.4, @lowdefy/format@workspace:packages/format":
|
||||
"@lowdefy/format@4.0.0-alpha.5, @lowdefy/format@workspace:packages/format":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/format@workspace:packages/format"
|
||||
dependencies:
|
||||
@ -3656,7 +3656,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/helpers@4.0.0-alpha.4, @lowdefy/helpers@workspace:packages/utils/helpers":
|
||||
"@lowdefy/helpers@4.0.0-alpha.5, @lowdefy/helpers@workspace:packages/utils/helpers":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/helpers@workspace:packages/utils/helpers"
|
||||
dependencies:
|
||||
@ -3670,15 +3670,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/layout@4.0.0-alpha.4, @lowdefy/layout@workspace:packages/layout":
|
||||
"@lowdefy/layout@4.0.0-alpha.5, @lowdefy/layout@workspace:packages/layout":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/layout@workspace:packages/layout"
|
||||
dependencies:
|
||||
"@babel/preset-react": 7.16.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.4
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3713,11 +3713,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/node-utils@4.0.0-alpha.4, @lowdefy/node-utils@workspace:packages/utils/node-utils":
|
||||
"@lowdefy/node-utils@4.0.0-alpha.5, @lowdefy/node-utils@workspace:packages/utils/node-utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/node-utils@workspace:packages/utils/node-utils"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3726,11 +3726,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/nunjucks@4.0.0-alpha.4, @lowdefy/nunjucks@workspace:packages/utils/nunjucks":
|
||||
"@lowdefy/nunjucks@4.0.0-alpha.5, @lowdefy/nunjucks@workspace:packages/utils/nunjucks":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/nunjucks@workspace:packages/utils/nunjucks"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3740,12 +3740,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/operators-js@4.0.0-alpha.4, @lowdefy/operators-js@workspace:packages/plugins/operators/operators-js":
|
||||
"@lowdefy/operators-js@4.0.0-alpha.5, @lowdefy/operators-js@workspace:packages/plugins/operators/operators-js":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/operators-js@workspace:packages/plugins/operators/operators-js"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/operators": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/operators": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.51
|
||||
"@swc/core": 1.2.107
|
||||
"@swc/jest": 0.2.5
|
||||
@ -3753,13 +3753,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/operators-nunjucks@4.0.0-alpha.4, @lowdefy/operators-nunjucks@workspace:packages/plugins/operators/operators-nunjucks":
|
||||
"@lowdefy/operators-nunjucks@4.0.0-alpha.5, @lowdefy/operators-nunjucks@workspace:packages/plugins/operators/operators-nunjucks":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/operators-nunjucks@workspace:packages/plugins/operators/operators-nunjucks"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.4
|
||||
"@lowdefy/operators": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.5
|
||||
"@lowdefy/operators": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.51
|
||||
"@swc/core": 1.2.107
|
||||
"@swc/jest": 0.2.5
|
||||
@ -3767,13 +3767,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/operators@4.0.0-alpha.4, @lowdefy/operators@workspace:packages/operators":
|
||||
"@lowdefy/operators@4.0.0-alpha.5, @lowdefy/operators@workspace:packages/operators":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/operators@workspace:packages/operators"
|
||||
dependencies:
|
||||
"@lowdefy/format": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.4
|
||||
"@lowdefy/format": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3790,7 +3790,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/plugin-aws@workspace:packages/plugins/plugins/plugin-aws"
|
||||
dependencies:
|
||||
"@lowdefy/ajv": 4.0.0-alpha.4
|
||||
"@lowdefy/ajv": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3803,13 +3803,13 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/server@workspace:packages/server"
|
||||
dependencies:
|
||||
"@lowdefy/api": 4.0.0-alpha.4
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.4
|
||||
"@lowdefy/build": 4.0.0-alpha.4
|
||||
"@lowdefy/engine": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/layout": 4.0.0-alpha.4
|
||||
"@lowdefy/operators-js": 4.0.0-alpha.4
|
||||
"@lowdefy/api": 4.0.0-alpha.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/build": 4.0.0-alpha.5
|
||||
"@lowdefy/engine": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/layout": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-js": 4.0.0-alpha.5
|
||||
"@next/eslint-plugin-next": 12.0.4
|
||||
less: 4.1.2
|
||||
less-loader: 10.2.0
|
||||
@ -11804,8 +11804,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "lowdefy@workspace:packages/cli"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.4
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.4
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.5
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user