mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
chore: Release version 3.22.0.
This commit is contained in:
parent
ce11882e46
commit
af37daa86e
118
CHANGELOG.md
118
CHANGELOG.md
@ -3,67 +3,101 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
## Changes
|
||||
|
||||
### Blocks
|
||||
|
||||
- Added new blocks `PasswordInput` and `CheckboxSwitch`.
|
||||
- Added an `onClick` event to the `Card` block.
|
||||
- Fixed the text copied to the clipboard when the Copy button is clicked in the `Paragraph` and `Title` blocks.
|
||||
- Falsy values like `0`, `false`, and `null` are now rendered correctly in blocks that render HTML.
|
||||
|
||||
### Build
|
||||
|
||||
- Fixed a bug where the `_var` operator did not work with falsy values for the `default` property.
|
||||
|
||||
### CLI
|
||||
|
||||
- The renderer served from blocks server url is now used if a blocks server url configured.
|
||||
|
||||
### Connections
|
||||
|
||||
- Added Stripe connection.
|
||||
|
||||
### Documentation
|
||||
|
||||
- Fixed AxiosHttp connection type spelling in docs
|
||||
- Added `\_get` operator switch example.
|
||||
- Added `_array.reduce` examples.
|
||||
- Updated CLI npm install docs.
|
||||
- Changed npx commands to use specific CLI versions for docker deployments.
|
||||
- Added readme to CLI package.
|
||||
- Fixed `MultipleSelector` block events documentation.
|
||||
- Fixed `Title` block `copyable` and `ellipsis` properties documentation.
|
||||
|
||||
## Commits
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **blocksAntd:** Add tests for CheckboxSwitch. ([089150e](https://github.com/lowdefy/lowdefy/commit/089150eacc67e4f27de5f763ad3656d52da40cad))
|
||||
* **blocksAntd:** Added CheckboxSwitch tests. ([db8c05b](https://github.com/lowdefy/lowdefy/commit/db8c05b0ef546c460f41ab6e7e52de13eb54ff4b))
|
||||
* **blocksAntd:** Fix CheckboxSwitch color property. ([d2ea3c6](https://github.com/lowdefy/lowdefy/commit/d2ea3c6a7f2d9f13e8a766c76e49a1b3a540d1d9))
|
||||
* **blocksAntd:** Fix MultipleSelector schema and docs. ([41d25a1](https://github.com/lowdefy/lowdefy/commit/41d25a1e60f403a30824a00626605da37fc5bd3a))
|
||||
* **blocksAntd:** Fix typo in Paragraph input copyable text property. ([b92621a](https://github.com/lowdefy/lowdefy/commit/b92621a8bae7be6e4d48165b8c54176d2403c592))
|
||||
* **blocksAntd:** Paragraph and Title blocks copyable error fixed. ([483013d](https://github.com/lowdefy/lowdefy/commit/483013d1715cb97d08ed2f9475606c5b074a6ad3))
|
||||
* **blocksAntd:** Updated CheckboxSwitch test snapshots. ([025a158](https://github.com/lowdefy/lowdefy/commit/025a1583e902b6edcb94c89ad272761eabd420fe))
|
||||
* **blocksAntd:** Use updated renderHtml helper function ([5e3de6f](https://github.com/lowdefy/lowdefy/commit/5e3de6f5caa74e549b7f518895708b01a9191ee6)), closes [#820](https://github.com/lowdefy/lowdefy/issues/820)
|
||||
* **blocksAntd:** Use updated renderHtml in selector blocks ([0da3bd1](https://github.com/lowdefy/lowdefy/commit/0da3bd19512cb0452ac7c559dce2e9ae499288de))
|
||||
* **blocksBasic:** Handle none type values in DangerousHtml block ([a765be4](https://github.com/lowdefy/lowdefy/commit/a765be4395c315f90b31680d3a914e8ac6f2a5ae))
|
||||
* **blocksBasic:** Use renamed HtmlComponent in Html block (was RenderHtml) ([cf85d6c](https://github.com/lowdefy/lowdefy/commit/cf85d6ce38ce1fd715d4ae42078b002cc5b5b82e))
|
||||
* **blockTools:** Add renderHtml helper function. ([b0c35f7](https://github.com/lowdefy/lowdefy/commit/b0c35f7341630c6ab7fb2470d3a3ca1bce1b1f0c))
|
||||
* **blockTools:** Handle falsey values better in RenderHtml component ([4363803](https://github.com/lowdefy/lowdefy/commit/43638035d038e5b4993a2709cf657ae60d10e8be))
|
||||
* **build:** Updated meta location tests to include CheckboxSwitch. ([905f47e](https://github.com/lowdefy/lowdefy/commit/905f47edd3ffa252c688d5959d69320a7a42c7bd))
|
||||
* **build:** Updated meta locations to include CheckboxSwitch block. ([cd2ab8c](https://github.com/lowdefy/lowdefy/commit/cd2ab8c3a87e76d0b61284c60f5f3cfcad98c24f))
|
||||
* **cli:** Add readme to CLI package. ([cf5c406](https://github.com/lowdefy/lowdefy/commit/cf5c406da6d0c1f53e23d0a1d2b802c89f29db44))
|
||||
* **deps:** Update dependency axios to v0.21.4 ([81cd2b6](https://github.com/lowdefy/lowdefy/commit/81cd2b6e0ae3dc377b9cee6e3c801c47ddca2f08))
|
||||
* **docs:** Added CheckboxSwitch examples and CheckboxSelector note. ([9cf56bf](https://github.com/lowdefy/lowdefy/commit/9cf56bfbaa5c7a75c55d24d2f965ec351c1672e0))
|
||||
* **docs:** Added copyable and ellipsis config to Title block. ([9f8632e](https://github.com/lowdefy/lowdefy/commit/9f8632ec577196ea45471470a9dd13d3dbc09446))
|
||||
* **docs:** Change npx commands to specific versions for deployments. ([f2c380b](https://github.com/lowdefy/lowdefy/commit/f2c380b07a78defff79281d5c07c61a718bfe750))
|
||||
* **docs:** Convert CLI commands to npx commands. ([c9cd643](https://github.com/lowdefy/lowdefy/commit/c9cd643f3809fdc0cde7ba47e17e392b3236c17b))
|
||||
* **docs:** Update CLI npm install docs. ([98a8b71](https://github.com/lowdefy/lowdefy/commit/98a8b71ff2ef961ccfcb8b94e115b4162881dd38))
|
||||
|
||||
- **blocksAntd:** Fix selector option labels and filter function. ([38445a5](https://github.com/lowdefy/lowdefy/commit/38445a58b626287868ad838d3b9885dccb7c720d))
|
||||
- **cli:** Use renderer served from blocks server url if configured. ([69d14b4](https://github.com/lowdefy/lowdefy/commit/69d14b4a862827beac955a5039df225af689f297)), closes [#840](https://github.com/lowdefy/lowdefy/issues/840)
|
||||
- **docs:** Fix AxiosHttp connection type spelling in docs. ([d9b53a0](https://github.com/lowdefy/lowdefy/commit/d9b53a034111bc65813d81c036376d05274ff6c7))
|
||||
|
||||
### Features
|
||||
|
||||
* **blocksAntd:** Added CheckboxSwitch demo example. ([7187849](https://github.com/lowdefy/lowdefy/commit/718784920d6e5daa69d30601cd88e7fadd94c5d4))
|
||||
* **blocksAntd:** CheckboxSwitch block has been added. ([838f5ea](https://github.com/lowdefy/lowdefy/commit/838f5ea8852cff9f193e3e0a3dfb16b9c7f1da9e))
|
||||
* **docs:** Add _get operator switch example. ([b727b9e](https://github.com/lowdefy/lowdefy/commit/b727b9edd0f37d3d10d5add32cbd9411fa4b6f98))
|
||||
* **docs:** Added CheckboxSwitch docs. ([81752aa](https://github.com/lowdefy/lowdefy/commit/81752aa927f1d6050a290440ca15a87c05f3ea51))
|
||||
- Add `_array.reduce` examples. ([c9a6b50](https://github.com/lowdefy/lowdefy/commit/c9a6b50017c05774654388244b06076646449ce9))
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **blocksAntd:** Add tests for CheckboxSwitch. ([089150e](https://github.com/lowdefy/lowdefy/commit/089150eacc67e4f27de5f763ad3656d52da40cad))
|
||||
- **blocksAntd:** Added CheckboxSwitch tests. ([db8c05b](https://github.com/lowdefy/lowdefy/commit/db8c05b0ef546c460f41ab6e7e52de13eb54ff4b))
|
||||
- **blocksAntd:** Fix CheckboxSwitch color property. ([d2ea3c6](https://github.com/lowdefy/lowdefy/commit/d2ea3c6a7f2d9f13e8a766c76e49a1b3a540d1d9))
|
||||
- **blocksAntd:** Fix MultipleSelector schema and docs. ([41d25a1](https://github.com/lowdefy/lowdefy/commit/41d25a1e60f403a30824a00626605da37fc5bd3a))
|
||||
- **blocksAntd:** Fix typo in Paragraph input copyable text property. ([b92621a](https://github.com/lowdefy/lowdefy/commit/b92621a8bae7be6e4d48165b8c54176d2403c592))
|
||||
- **blocksAntd:** Paragraph and Title blocks copyable error fixed. ([483013d](https://github.com/lowdefy/lowdefy/commit/483013d1715cb97d08ed2f9475606c5b074a6ad3))
|
||||
- **blocksAntd:** Updated CheckboxSwitch test snapshots. ([025a158](https://github.com/lowdefy/lowdefy/commit/025a1583e902b6edcb94c89ad272761eabd420fe))
|
||||
- **blocksAntd:** Use updated renderHtml helper function ([5e3de6f](https://github.com/lowdefy/lowdefy/commit/5e3de6f5caa74e549b7f518895708b01a9191ee6)), closes [#820](https://github.com/lowdefy/lowdefy/issues/820)
|
||||
- **blocksAntd:** Use updated renderHtml in selector blocks ([0da3bd1](https://github.com/lowdefy/lowdefy/commit/0da3bd19512cb0452ac7c559dce2e9ae499288de))
|
||||
- **blocksBasic:** Handle none type values in DangerousHtml block ([a765be4](https://github.com/lowdefy/lowdefy/commit/a765be4395c315f90b31680d3a914e8ac6f2a5ae))
|
||||
- **blocksBasic:** Use renamed HtmlComponent in Html block (was RenderHtml) ([cf85d6c](https://github.com/lowdefy/lowdefy/commit/cf85d6ce38ce1fd715d4ae42078b002cc5b5b82e))
|
||||
- **blockTools:** Add renderHtml helper function. ([b0c35f7](https://github.com/lowdefy/lowdefy/commit/b0c35f7341630c6ab7fb2470d3a3ca1bce1b1f0c))
|
||||
- **blockTools:** Handle falsey values better in RenderHtml component ([4363803](https://github.com/lowdefy/lowdefy/commit/43638035d038e5b4993a2709cf657ae60d10e8be))
|
||||
- **build:** Updated meta location tests to include CheckboxSwitch. ([905f47e](https://github.com/lowdefy/lowdefy/commit/905f47edd3ffa252c688d5959d69320a7a42c7bd))
|
||||
- **build:** Updated meta locations to include CheckboxSwitch block. ([cd2ab8c](https://github.com/lowdefy/lowdefy/commit/cd2ab8c3a87e76d0b61284c60f5f3cfcad98c24f))
|
||||
- **cli:** Add readme to CLI package. ([cf5c406](https://github.com/lowdefy/lowdefy/commit/cf5c406da6d0c1f53e23d0a1d2b802c89f29db44))
|
||||
- **deps:** Update dependency axios to v0.21.4 ([81cd2b6](https://github.com/lowdefy/lowdefy/commit/81cd2b6e0ae3dc377b9cee6e3c801c47ddca2f08))
|
||||
- **docs:** Added CheckboxSwitch examples and CheckboxSelector note. ([9cf56bf](https://github.com/lowdefy/lowdefy/commit/9cf56bfbaa5c7a75c55d24d2f965ec351c1672e0))
|
||||
- **docs:** Added copyable and ellipsis config to Title block. ([9f8632e](https://github.com/lowdefy/lowdefy/commit/9f8632ec577196ea45471470a9dd13d3dbc09446))
|
||||
- **docs:** Change npx commands to specific versions for deployments. ([f2c380b](https://github.com/lowdefy/lowdefy/commit/f2c380b07a78defff79281d5c07c61a718bfe750))
|
||||
- **docs:** Convert CLI commands to npx commands. ([c9cd643](https://github.com/lowdefy/lowdefy/commit/c9cd643f3809fdc0cde7ba47e17e392b3236c17b))
|
||||
- **docs:** Update CLI npm install docs. ([98a8b71](https://github.com/lowdefy/lowdefy/commit/98a8b71ff2ef961ccfcb8b94e115b4162881dd38))
|
||||
|
||||
### Features
|
||||
|
||||
- **blocksAntd:** Added CheckboxSwitch demo example. ([7187849](https://github.com/lowdefy/lowdefy/commit/718784920d6e5daa69d30601cd88e7fadd94c5d4))
|
||||
- **blocksAntd:** CheckboxSwitch block has been added. ([838f5ea](https://github.com/lowdefy/lowdefy/commit/838f5ea8852cff9f193e3e0a3dfb16b9c7f1da9e))
|
||||
- **docs:** Add \_get operator switch example. ([b727b9e](https://github.com/lowdefy/lowdefy/commit/b727b9edd0f37d3d10d5add32cbd9411fa4b6f98))
|
||||
- **docs:** Added CheckboxSwitch docs. ([81752aa](https://github.com/lowdefy/lowdefy/commit/81752aa927f1d6050a290440ca15a87c05f3ea51))
|
||||
|
||||
# [3.22.0-alpha.0](https://github.com/lowdefy/lowdefy/compare/v3.21.2...v3.22.0-alpha.0) (2021-09-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **blocksAntd:** Updated Password Input tests. ([7f32230](https://github.com/lowdefy/lowdefy/commit/7f322300b7888bc3de51d36483f06a1f68d5d74e))
|
||||
* **build:** Updated meta locations tests. ([9e20ace](https://github.com/lowdefy/lowdefy/commit/9e20acebaac9ae01fd3974469bddede0e651da19))
|
||||
|
||||
- **blocksAntd:** Updated Password Input tests. ([7f32230](https://github.com/lowdefy/lowdefy/commit/7f322300b7888bc3de51d36483f06a1f68d5d74e))
|
||||
- **build:** Updated meta locations tests. ([9e20ace](https://github.com/lowdefy/lowdefy/commit/9e20acebaac9ae01fd3974469bddede0e651da19))
|
||||
|
||||
### Features
|
||||
|
||||
* **blocksAntd:** Card block now has an onClick event. ([4263f6b](https://github.com/lowdefy/lowdefy/commit/4263f6b8764bb147e301c3dbba0ac4986959aad8))
|
||||
* **blocksAntd:** Password Input block has been added. ([9d99ef8](https://github.com/lowdefy/lowdefy/commit/9d99ef82a930adb93b022c42ef765cf8a5022c70))
|
||||
* **build:** Added PasswordInput meta location. ([66abcdd](https://github.com/lowdefy/lowdefy/commit/66abcddafc7d8b1950e96a137d0d336ccf3e145b))
|
||||
* **docs:** Add Stripe documentation. ([ed963ec](https://github.com/lowdefy/lowdefy/commit/ed963ec823ef19e88ed8320d71b83a7eef2e6cfe))
|
||||
* **docs:** Added Password Input block docs. ([ee8bda4](https://github.com/lowdefy/lowdefy/commit/ee8bda4a5bd6248c03433a720652d72c3b9ddbae))
|
||||
* **graphql:** Add Stripe connection. ([e676258](https://github.com/lowdefy/lowdefy/commit/e676258688a61b93da7267272903d02cdbb3edcb))
|
||||
|
||||
|
||||
|
||||
|
||||
- **blocksAntd:** Card block now has an onClick event. ([4263f6b](https://github.com/lowdefy/lowdefy/commit/4263f6b8764bb147e301c3dbba0ac4986959aad8))
|
||||
- **blocksAntd:** Password Input block has been added. ([9d99ef8](https://github.com/lowdefy/lowdefy/commit/9d99ef82a930adb93b022c42ef765cf8a5022c70))
|
||||
- **build:** Added PasswordInput meta location. ([66abcdd](https://github.com/lowdefy/lowdefy/commit/66abcddafc7d8b1950e96a137d0d336ccf3e145b))
|
||||
- **docs:** Add Stripe documentation. ([ed963ec](https://github.com/lowdefy/lowdefy/commit/ed963ec823ef19e88ed8320d71b83a7eef2e6cfe))
|
||||
- **docs:** Added Password Input block docs. ([ee8bda4](https://github.com/lowdefy/lowdefy/commit/ee8bda4a5bd6248c03433a720652d72c3b9ddbae))
|
||||
- **graphql:** Add Stripe connection. ([e676258](https://github.com/lowdefy/lowdefy/commit/e676258688a61b93da7267272903d02cdbb3edcb))
|
||||
|
||||
## [3.21.2](https://github.com/lowdefy/lowdefy/compare/v3.21.2-alpha.0...v3.21.2) (2021-08-31)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"packages": [
|
||||
"src/packages/*",
|
||||
"src/packages/blocks/*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/lowdefy",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"description": "Lowdefy monorepo",
|
||||
|
@ -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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/ajv
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/ajv
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/ajv",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -38,7 +38,7 @@
|
||||
"prepare": "yarn build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/nunjucks": "3.22.0-alpha.1",
|
||||
"@lowdefy/nunjucks": "3.22.0",
|
||||
"ajv": "6.12.6",
|
||||
"ajv-errors": "1.0.1"
|
||||
},
|
||||
|
@ -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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/block-tools
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/block-tools",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "Lowdefy Block Tools",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -37,7 +37,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"ajv": "6.12.6",
|
||||
"ajv-errors": "1.0.1",
|
||||
"create-emotion": "10.0.27",
|
||||
|
@ -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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **blocksAntd:** Fix selector option labels and filter function. ([38445a5](https://github.com/lowdefy/lowdefy/commit/38445a58b626287868ad838d3b9885dccb7c720d))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-antd",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Lowdefy Ant Design Blocks",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -45,9 +45,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "4.5.0",
|
||||
"@lowdefy/block-tools": "3.22.0-alpha.1",
|
||||
"@lowdefy/color": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/block-tools": "3.22.0",
|
||||
"@lowdefy/color": "3.22.0",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"antd": "4.4.2",
|
||||
"classnames": "2.3.1",
|
||||
"moment": "2.29.1",
|
||||
|
@ -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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-basic
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-basic",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Basic html Lowdefy blocks.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -38,7 +38,7 @@
|
||||
"test": "jest --coverage --config jest.config.js --no-cache"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-tools": "3.22.0-alpha.1",
|
||||
"@lowdefy/block-tools": "3.22.0",
|
||||
"dompurify": "2.2.8",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2"
|
||||
@ -48,7 +48,7 @@
|
||||
"@babel/core": "7.14.3",
|
||||
"@babel/preset-env": "7.14.4",
|
||||
"@babel/preset-react": "7.13.13",
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"@wojtekmaj/enzyme-adapter-react-17": "0.6.1",
|
||||
"babel-jest": "26.6.3",
|
||||
"babel-loader": "8.2.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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-color-selectors
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-color-selectors
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-color-selectors",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "A Lowdefy color selector blocks based on react-color.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,8 +40,8 @@
|
||||
"test": "jest --coverage --config jest.config.js --no-cache"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-tools": "3.22.0-alpha.1",
|
||||
"@lowdefy/blocks-antd": "3.22.0-alpha.1",
|
||||
"@lowdefy/block-tools": "3.22.0",
|
||||
"@lowdefy/blocks-antd": "3.22.0",
|
||||
"react": "17.0.2",
|
||||
"react-color": "2.19.3",
|
||||
"react-dom": "17.0.2"
|
||||
@ -51,7 +51,7 @@
|
||||
"@babel/core": "7.14.3",
|
||||
"@babel/preset-env": "7.14.4",
|
||||
"@babel/preset-react": "7.13.13",
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"@wojtekmaj/enzyme-adapter-react-17": "0.6.1",
|
||||
"babel-jest": "26.6.3",
|
||||
"babel-loader": "8.2.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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-echarts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-echarts
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-echarts",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "ECharts Blocks for Lowdefy.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,7 +40,7 @@
|
||||
"test": "jest --coverage --config jest.config.js --no-cache"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-tools": "3.22.0-alpha.1",
|
||||
"@lowdefy/block-tools": "3.22.0",
|
||||
"echarts": "5.1.1",
|
||||
"echarts-for-react": "3.0.1",
|
||||
"react": "17.0.2",
|
||||
@ -52,7 +52,7 @@
|
||||
"@babel/core": "7.14.3",
|
||||
"@babel/preset-env": "7.14.4",
|
||||
"@babel/preset-react": "7.13.13",
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"babel-jest": "26.6.3",
|
||||
"babel-loader": "8.2.2",
|
||||
"buffer": "6.0.3",
|
||||
|
@ -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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-markdown
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-markdown
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-markdown",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Lowdefy markdown blocks.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,7 +40,7 @@
|
||||
"test": "jest --coverage --config jest.config.js --no-cache"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-tools": "3.22.0-alpha.1",
|
||||
"@lowdefy/block-tools": "3.22.0",
|
||||
"dompurify": "2.2.8",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
@ -53,7 +53,7 @@
|
||||
"@babel/core": "7.14.3",
|
||||
"@babel/preset-env": "7.14.4",
|
||||
"@babel/preset-react": "7.13.13",
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"@wojtekmaj/enzyme-adapter-react-17": "0.6.1",
|
||||
"babel-jest": "26.6.3",
|
||||
"babel-loader": "8.2.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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/build
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/build",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -36,10 +36,10 @@
|
||||
"webpack": "webpack --config webpack.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/ajv": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/node-utils": "3.22.0-alpha.1",
|
||||
"@lowdefy/nunjucks": "3.22.0-alpha.1",
|
||||
"@lowdefy/ajv": "3.22.0",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"@lowdefy/node-utils": "3.22.0",
|
||||
"@lowdefy/nunjucks": "3.22.0",
|
||||
"ajv": "6.12.6",
|
||||
"axios": "0.21.4",
|
||||
"js-yaml": "4.1.0",
|
||||
|
@ -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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cli:** Use renderer served from blocks server url if configured. ([69d14b4](https://github.com/lowdefy/lowdefy/commit/69d14b4a862827beac955a5039df225af689f297)), closes [#840](https://github.com/lowdefy/lowdefy/issues/840)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lowdefy",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Lowdefy CLI",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,8 +40,8 @@
|
||||
"webpack": "webpack --config webpack.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/node-utils": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"@lowdefy/node-utils": "3.22.0",
|
||||
"apollo-server-express": "2.25.0",
|
||||
"axios": "0.21.4",
|
||||
"chalk": "4.1.1",
|
||||
@ -69,7 +69,7 @@
|
||||
"@babel/core": "7.14.3",
|
||||
"@babel/preset-env": "7.14.4",
|
||||
"@babel/preset-react": "7.13.13",
|
||||
"@lowdefy/block-tools": "3.22.0-alpha.1",
|
||||
"@lowdefy/block-tools": "3.22.0",
|
||||
"babel-jest": "26.6.3",
|
||||
"babel-loader": "8.2.2",
|
||||
"clean-webpack-plugin": "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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/color
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/color
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/color",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
|
@ -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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cli:** Use renderer served from blocks server url if configured. ([69d14b4](https://github.com/lowdefy/lowdefy/commit/69d14b4a862827beac955a5039df225af689f297)), closes [#840](https://github.com/lowdefy/lowdefy/issues/840)
|
||||
* **docs:** Fix AxiosHttp connection type spelling in docs. ([d9b53a0](https://github.com/lowdefy/lowdefy/commit/d9b53a034111bc65813d81c036376d05274ff6c7))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add `_array.reduce` examples. ([c9a6b50](https://github.com/lowdefy/lowdefy/commit/c9a6b50017c05774654388244b06076646449ce9))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
|
||||
|
@ -66,7 +66,7 @@ _ref:
|
||||
```yaml
|
||||
# lowdefy.yaml
|
||||
name: intercom-example
|
||||
lowdefy: '3.21.2'
|
||||
lowdefy: '3.22.0'
|
||||
app:
|
||||
html:
|
||||
appendBody: |
|
||||
@ -137,7 +137,7 @@ _ref:
|
||||
```yaml
|
||||
# file: lowdefy.yaml
|
||||
name: text-highlight-example
|
||||
lowdefy: '3.21.2'
|
||||
lowdefy: '3.22.0'
|
||||
app:
|
||||
html:
|
||||
# Load the custom modules into the index.html head tag.
|
||||
|
@ -45,7 +45,7 @@ _ref:
|
||||
|
||||
```yaml
|
||||
name: dashboard-app
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
types:
|
||||
AmChartsXY:
|
||||
url: https://blocks-cdn.lowdefy.com/v3.10.1/blocks-amcharts/meta/AmChartsXY.json
|
||||
@ -95,7 +95,7 @@ _ref:
|
||||
|
||||
```yaml
|
||||
name: dashboard-app
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
types:
|
||||
MyCustomBlock:
|
||||
url: http://localhost:3002/meta/MyCustomBlock.json
|
||||
|
@ -53,7 +53,7 @@ _ref:
|
||||
|
||||
```yaml
|
||||
name: google-analytics-example
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
# ...
|
||||
app:
|
||||
html:
|
||||
@ -98,7 +98,7 @@ _ref:
|
||||
```yaml
|
||||
# /lowdefy.yaml
|
||||
name: json-todos
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
app:
|
||||
html:
|
||||
appendHead:
|
||||
@ -156,7 +156,7 @@ _ref:
|
||||
```yaml
|
||||
# /lowdefy.yaml
|
||||
name: operator-example
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
app:
|
||||
html:
|
||||
appendHead:
|
||||
|
@ -88,7 +88,7 @@ _ref:
|
||||
###### A basic full example requesting data from https://jsonplaceholder.typicode.com
|
||||
|
||||
```yaml
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
name: Lowdefy starter
|
||||
connections:
|
||||
- id: my_api
|
||||
|
@ -55,10 +55,10 @@ _ref:
|
||||
COPY --chown=node:node . .
|
||||
|
||||
# Build the Lowdefy config using the Lowdefy CLI
|
||||
RUN npx lowdefy@3.21.2 build
|
||||
RUN npx lowdefy@3.22.0 build
|
||||
|
||||
# Use the correct Lowdefy base image
|
||||
FROM lowdefy/lowdefy-aws-lambda:3.21.2
|
||||
FROM lowdefy/lowdefy-aws-lambda:3.22.0
|
||||
|
||||
# Copy build output from build stage
|
||||
COPY --from=build /home/node/lowdefy/.lowdefy/build ./build
|
||||
|
@ -65,10 +65,10 @@ _ref:
|
||||
COPY --chown=node:node . .
|
||||
|
||||
# Build the Lowdefy config using the Lowdefy CLI
|
||||
RUN npx lowdefy@3.21.2 build
|
||||
RUN npx lowdefy@3.22.0 build
|
||||
|
||||
# Use the correct Lowdefy base image
|
||||
FROM lowdefy/lowdefy:3.21.2
|
||||
FROM lowdefy/lowdefy:3.22.0
|
||||
|
||||
# Copy build output from build stage
|
||||
COPY --from=build --chown=node:node /home/node/lowdefy/.lowdefy/build ./build
|
||||
|
@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
name: '@lowdefy/docs'
|
||||
lowdefy: 3.22.0-alpha.1
|
||||
lowdefy: 3.22.0
|
||||
licence: Apache-2.0
|
||||
|
||||
cli:
|
||||
|
@ -760,9 +760,14 @@
|
||||
title: Lowdefy Versions
|
||||
icon: BranchesOutlined
|
||||
links:
|
||||
- id: v3.21.2
|
||||
- id: v3.22.0
|
||||
type: MenuLink
|
||||
url: https://docs.lowdefy.com
|
||||
properties:
|
||||
title: v3.22.0
|
||||
- id: v3.21.2
|
||||
type: MenuLink
|
||||
url: https://612e10d3dc02710008646251--lowdefy-docs.netlify.app/introduction
|
||||
properties:
|
||||
title: v3.21.2
|
||||
- id: v3.20.4
|
||||
|
@ -77,7 +77,7 @@ _ref:
|
||||
First register a custom JavaScript action: `getNormalizedEigenvector`
|
||||
```yaml
|
||||
# file: lowdefy.yaml
|
||||
lowdefy: '3.21.2'
|
||||
lowdefy: '3.22.0'
|
||||
app:
|
||||
html:
|
||||
appendHead: |
|
||||
|
@ -51,7 +51,7 @@ _ref:
|
||||
```yaml
|
||||
# lowdefy.yaml
|
||||
name: make-me-primes
|
||||
lowdefy: '3.21.2'
|
||||
lowdefy: '3.22.0'
|
||||
app:
|
||||
html:
|
||||
# This HTML will be appended to the head HTML tag in the Lowdefy app
|
||||
@ -119,7 +119,7 @@ _ref:
|
||||
```yaml
|
||||
# file: lowdefy.yaml
|
||||
name: my-chart
|
||||
lowdefy: '3.21.2'
|
||||
lowdefy: '3.22.0'
|
||||
app:
|
||||
html:
|
||||
appendHead:
|
||||
|
@ -73,7 +73,7 @@ _ref:
|
||||
###### Reference pages:
|
||||
```yaml
|
||||
# lowdefy.yaml
|
||||
lowdefy: '3.21.2'
|
||||
lowdefy: '3.22.0'
|
||||
pages:
|
||||
- _ref: pages/page1.yaml
|
||||
- _ref: pages/page2.yaml
|
||||
@ -94,7 +94,7 @@ _ref:
|
||||
```
|
||||
Returns:
|
||||
```
|
||||
lowdefy: '3.21.2'
|
||||
lowdefy: '3.22.0'
|
||||
pages:
|
||||
- id: page1
|
||||
type: PageHeaderMenu
|
||||
@ -189,7 +189,7 @@ _ref:
|
||||
|
||||
```yaml
|
||||
// lowdefy.yaml
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
|
||||
cli:
|
||||
refResolver: resolvers/useLocalOrSharedConfig.js
|
||||
@ -215,7 +215,7 @@ _ref:
|
||||
```
|
||||
```yaml
|
||||
// lowdefy.yaml
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
|
||||
pages:
|
||||
- _ref:
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/docs",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -76,7 +76,7 @@ _ref:
|
||||
|
||||
```yaml
|
||||
name: lowdefy-project-template
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
|
||||
pages:
|
||||
################ -------- Copy from here -------- ################
|
||||
|
@ -180,7 +180,7 @@ _ref:
|
||||
Open the `lowdefy.yaml` file using a text editor like [VS Code](https://code.visualstudio.com/download). The content of the file should look like this:
|
||||
|
||||
```yaml
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
name: Lowdefy starter
|
||||
|
||||
pages:
|
||||
|
@ -132,7 +132,7 @@ _ref:
|
||||
|
||||
###### Redirect to the Auth0 logout URL and return to the `logged-out` page in the app after logout:
|
||||
```yaml
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
config:
|
||||
auth:
|
||||
openId:
|
||||
@ -144,7 +144,7 @@ _ref:
|
||||
|
||||
###### Redirect to the Keycloak logout URL and return to the `logged-out` page in the app after logout:
|
||||
```yaml
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
config:
|
||||
auth:
|
||||
openId:
|
||||
|
@ -36,7 +36,7 @@ _ref:
|
||||
|
||||
###### List specific public pages:
|
||||
```yaml
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
config:
|
||||
auth:
|
||||
pages:
|
||||
@ -48,7 +48,7 @@ _ref:
|
||||
````
|
||||
###### List specific protected pages:
|
||||
```yaml
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
config:
|
||||
auth:
|
||||
pages:
|
||||
|
@ -29,7 +29,7 @@ _ref:
|
||||
Roles can be read from a custom claim on the OpenID Connect `idToken`. This should be an array of strings which are the role names. This needs to be configured at the OpenID Connect provider. The field that contains the roles array is configured in the `config.auth.openId` field in the Lowdefy configuration.
|
||||
|
||||
```yaml
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
config:
|
||||
auth:
|
||||
openId:
|
||||
@ -43,7 +43,7 @@ _ref:
|
||||
|
||||
###### Protect pages using roles:
|
||||
```yaml
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
config:
|
||||
auth:
|
||||
openId:
|
||||
|
@ -48,7 +48,7 @@ _ref:
|
||||
content: |
|
||||
Most authorization and authentication settings are configured in the `config.auth` object in the Lowdefy configuration. The following config can be set:
|
||||
```yaml
|
||||
lowdefy: 3.21.2
|
||||
lowdefy: 3.22.0
|
||||
config:
|
||||
auth:
|
||||
openId:
|
||||
|
@ -1 +1 @@
|
||||
v3.21.2
|
||||
v3.22.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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/engine
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/engine
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/engine",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -36,8 +36,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/operators": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"@lowdefy/operators": "3.22.0",
|
||||
"graphql": "15.5.0",
|
||||
"graphql-tag": "2.12.4"
|
||||
},
|
||||
|
@ -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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/format
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/format
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/format",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/graphql-federated
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/graphql-federated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/graphql-federated",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -37,7 +37,7 @@
|
||||
"webpack": "webpack --config webpack.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/graphql": "3.22.0-alpha.1"
|
||||
"@lowdefy/graphql": "3.22.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.14.3",
|
||||
|
@ -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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/graphql
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/graphql",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -39,11 +39,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@elastic/elasticsearch": "7.13.0",
|
||||
"@lowdefy/ajv": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/node-utils": "3.22.0-alpha.1",
|
||||
"@lowdefy/nunjucks": "3.22.0-alpha.1",
|
||||
"@lowdefy/operators": "3.22.0-alpha.1",
|
||||
"@lowdefy/ajv": "3.22.0",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"@lowdefy/node-utils": "3.22.0",
|
||||
"@lowdefy/nunjucks": "3.22.0",
|
||||
"@lowdefy/operators": "3.22.0",
|
||||
"@sendgrid/mail": "7.4.4",
|
||||
"ajv": "6.12.6",
|
||||
"ajv-errors": "1.0.1",
|
||||
|
@ -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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/helpers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/helpers
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/helpers",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/layout
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/layout
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/layout",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -37,8 +37,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-tools": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/block-tools": "3.22.0",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"antd": "4.4.2",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/node-utils
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/node-utils
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/node-utils",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -36,7 +36,7 @@
|
||||
"prepare": "yarn build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/nunjucks
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/nunjucks
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/nunjucks",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -38,7 +38,7 @@
|
||||
"prepare": "yarn build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"moment": "2.29.1",
|
||||
"nunjucks": "3.2.3"
|
||||
},
|
||||
|
@ -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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/operators
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/operators
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/operators",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -36,9 +36,9 @@
|
||||
"prepare": "yarn build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/format": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/nunjucks": "3.22.0-alpha.1",
|
||||
"@lowdefy/format": "3.22.0",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"@lowdefy/nunjucks": "3.22.0",
|
||||
"change-case": "4.1.2",
|
||||
"deep-diff": "1.0.2",
|
||||
"js-yaml": "4.1.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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/renderer
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/renderer
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/renderer",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,10 +40,10 @@
|
||||
"@apollo/link-context": "2.0.0-beta.3",
|
||||
"@apollo/link-error": "2.0.0-beta.3",
|
||||
"@apollo/link-retry": "2.0.0-beta.3",
|
||||
"@lowdefy/block-tools": "3.22.0-alpha.1",
|
||||
"@lowdefy/engine": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/layout": "3.22.0-alpha.1",
|
||||
"@lowdefy/block-tools": "3.22.0",
|
||||
"@lowdefy/engine": "3.22.0",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"@lowdefy/layout": "3.22.0",
|
||||
"graphql": "15.5.0",
|
||||
"graphql-type-json": "0.3.2",
|
||||
"react": "17.0.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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/server
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/server
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/server",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -37,9 +37,9 @@
|
||||
"start": "nodemon dist/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/graphql": "3.22.0-alpha.1",
|
||||
"@lowdefy/helpers": "3.22.0-alpha.1",
|
||||
"@lowdefy/node-utils": "3.22.0-alpha.1",
|
||||
"@lowdefy/graphql": "3.22.0",
|
||||
"@lowdefy/helpers": "3.22.0",
|
||||
"@lowdefy/node-utils": "3.22.0",
|
||||
"apollo-server-express": "2.25.0",
|
||||
"dotenv": "10.0.0",
|
||||
"express": "4.17.1",
|
||||
@ -50,7 +50,7 @@
|
||||
"@babel/core": "7.14.3",
|
||||
"@babel/preset-env": "7.14.4",
|
||||
"@babel/preset-react": "7.13.13",
|
||||
"@lowdefy/block-tools": "3.22.0-alpha.1",
|
||||
"@lowdefy/block-tools": "3.22.0",
|
||||
"babel-jest": "26.6.3",
|
||||
"babel-loader": "8.2.2",
|
||||
"jest": "26.6.3",
|
||||
|
@ -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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/server-aws-lambda
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/server-aws-lambda
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/server-aws-lambda",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -39,10 +39,10 @@
|
||||
"start": "nodemon dist/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/graphql": "3.22.0-alpha.1",
|
||||
"@lowdefy/node-utils": "3.22.0-alpha.1",
|
||||
"@lowdefy/server": "3.22.0-alpha.1",
|
||||
"@lowdefy/shell": "3.22.0-alpha.1",
|
||||
"@lowdefy/graphql": "3.22.0",
|
||||
"@lowdefy/node-utils": "3.22.0",
|
||||
"@lowdefy/server": "3.22.0",
|
||||
"@lowdefy/shell": "3.22.0",
|
||||
"apollo-server-express": "2.25.0",
|
||||
"express": "4.17.1",
|
||||
"graphql": "15.5.0",
|
||||
@ -53,7 +53,7 @@
|
||||
"@babel/core": "7.14.3",
|
||||
"@babel/preset-env": "7.14.4",
|
||||
"@babel/preset-react": "7.13.13",
|
||||
"@lowdefy/block-tools": "3.22.0-alpha.1",
|
||||
"@lowdefy/block-tools": "3.22.0",
|
||||
"babel-jest": "26.6.3",
|
||||
"babel-loader": "8.2.2",
|
||||
"clean-webpack-plugin": "3.0.0",
|
||||
@ -61,7 +61,7 @@
|
||||
"css-loader": "5.2.6",
|
||||
"html-webpack-plugin": "5.3.1",
|
||||
"jest": "26.6.3",
|
||||
"lowdefy": "3.22.0-alpha.1",
|
||||
"lowdefy": "3.22.0",
|
||||
"nodemon": "2.0.7",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/server-dev
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/server-dev
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/server-dev",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -36,10 +36,10 @@
|
||||
"start": "nodemon dist/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/graphql": "3.22.0-alpha.1",
|
||||
"@lowdefy/node-utils": "3.22.0-alpha.1",
|
||||
"@lowdefy/server": "3.22.0-alpha.1",
|
||||
"@lowdefy/shell": "3.22.0-alpha.1",
|
||||
"@lowdefy/graphql": "3.22.0",
|
||||
"@lowdefy/node-utils": "3.22.0",
|
||||
"@lowdefy/server": "3.22.0",
|
||||
"@lowdefy/shell": "3.22.0",
|
||||
"apollo-server-express": "2.25.0",
|
||||
"dotenv": "10.0.0",
|
||||
"express": "4.17.1",
|
||||
@ -50,7 +50,7 @@
|
||||
"@babel/core": "7.14.3",
|
||||
"@babel/preset-env": "7.14.4",
|
||||
"@babel/preset-react": "7.13.13",
|
||||
"@lowdefy/block-tools": "3.22.0-alpha.1",
|
||||
"@lowdefy/block-tools": "3.22.0",
|
||||
"babel-jest": "26.6.3",
|
||||
"babel-loader": "8.2.2",
|
||||
"clean-webpack-plugin": "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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/server-docker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/server-docker",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -39,10 +39,10 @@
|
||||
"start": "node dist/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/graphql": "3.22.0-alpha.1",
|
||||
"@lowdefy/node-utils": "3.22.0-alpha.1",
|
||||
"@lowdefy/server": "3.22.0-alpha.1",
|
||||
"@lowdefy/shell": "3.22.0-alpha.1",
|
||||
"@lowdefy/graphql": "3.22.0",
|
||||
"@lowdefy/node-utils": "3.22.0",
|
||||
"@lowdefy/server": "3.22.0",
|
||||
"@lowdefy/shell": "3.22.0",
|
||||
"apollo-server-express": "2.25.0",
|
||||
"express": "4.17.1",
|
||||
"graphql": "15.5.0"
|
||||
@ -52,11 +52,11 @@
|
||||
"@babel/core": "7.14.3",
|
||||
"@babel/preset-env": "7.14.4",
|
||||
"@babel/preset-react": "7.13.13",
|
||||
"@lowdefy/block-tools": "3.22.0-alpha.1",
|
||||
"@lowdefy/block-tools": "3.22.0",
|
||||
"babel-jest": "26.6.3",
|
||||
"babel-loader": "8.2.2",
|
||||
"jest": "26.6.3",
|
||||
"lowdefy": "3.22.0-alpha.1"
|
||||
"lowdefy": "3.22.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/server-netlify
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/server-netlify",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -37,9 +37,9 @@
|
||||
"webpack": "webpack --config webpack.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/graphql": "3.22.0-alpha.1",
|
||||
"@lowdefy/node-utils": "3.22.0-alpha.1",
|
||||
"@lowdefy/server": "3.22.0-alpha.1",
|
||||
"@lowdefy/graphql": "3.22.0",
|
||||
"@lowdefy/node-utils": "3.22.0",
|
||||
"@lowdefy/server": "3.22.0",
|
||||
"apollo-server-express": "2.25.0",
|
||||
"express": "4.17.1",
|
||||
"graphql": "15.5.0",
|
||||
@ -50,7 +50,7 @@
|
||||
"@babel/core": "7.14.3",
|
||||
"@babel/preset-env": "7.14.4",
|
||||
"@babel/preset-react": "7.13.13",
|
||||
"@lowdefy/block-tools": "3.22.0-alpha.1",
|
||||
"@lowdefy/block-tools": "3.22.0",
|
||||
"babel-jest": "26.6.3",
|
||||
"babel-loader": "8.2.2",
|
||||
"clean-webpack-plugin": "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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/server-node
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/server-node
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/server-node",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -39,10 +39,10 @@
|
||||
"start": "node dist/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/graphql": "3.22.0-alpha.1",
|
||||
"@lowdefy/node-utils": "3.22.0-alpha.1",
|
||||
"@lowdefy/server": "3.22.0-alpha.1",
|
||||
"@lowdefy/shell": "3.22.0-alpha.1",
|
||||
"@lowdefy/graphql": "3.22.0",
|
||||
"@lowdefy/node-utils": "3.22.0",
|
||||
"@lowdefy/server": "3.22.0",
|
||||
"@lowdefy/shell": "3.22.0",
|
||||
"apollo-server-express": "2.25.0",
|
||||
"express": "4.17.1",
|
||||
"graphql": "15.5.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.
|
||||
|
||||
# [3.22.0](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.1...v3.22.0) (2021-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/shell
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.22.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.22.0-alpha.0...v3.22.0-alpha.1) (2021-09-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/shell
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/shell",
|
||||
"version": "3.22.0-alpha.1",
|
||||
"version": "3.22.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -38,9 +38,9 @@
|
||||
"webpack": "webpack --config webpack.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/graphql": "3.22.0-alpha.1",
|
||||
"@lowdefy/node-utils": "3.22.0-alpha.1",
|
||||
"@lowdefy/server": "3.22.0-alpha.1",
|
||||
"@lowdefy/graphql": "3.22.0",
|
||||
"@lowdefy/node-utils": "3.22.0",
|
||||
"@lowdefy/server": "3.22.0",
|
||||
"apollo-server-express": "2.25.0",
|
||||
"dotenv": "10.0.0",
|
||||
"express": "4.17.1",
|
||||
@ -51,7 +51,7 @@
|
||||
"@babel/core": "7.14.3",
|
||||
"@babel/preset-env": "7.14.4",
|
||||
"@babel/preset-react": "7.13.13",
|
||||
"@lowdefy/block-tools": "3.22.0-alpha.1",
|
||||
"@lowdefy/block-tools": "3.22.0",
|
||||
"babel-jest": "26.6.3",
|
||||
"babel-loader": "8.2.2",
|
||||
"clean-webpack-plugin": "3.0.0",
|
||||
|
176
yarn.lock
176
yarn.lock
@ -2916,14 +2916,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lowdefy/ajv@3.22.0-alpha.1, @lowdefy/ajv@workspace:packages/ajv":
|
||||
"@lowdefy/ajv@3.22.0, @lowdefy/ajv@workspace:packages/ajv":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/ajv@workspace:packages/ajv"
|
||||
dependencies:
|
||||
"@babel/cli": 7.14.3
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@lowdefy/nunjucks": 3.22.0-alpha.1
|
||||
"@lowdefy/nunjucks": 3.22.0
|
||||
ajv: 6.12.6
|
||||
ajv-errors: 1.0.1
|
||||
babel-jest: 26.6.3
|
||||
@ -2932,7 +2932,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/block-tools@3.22.0-alpha.1, @lowdefy/block-tools@workspace:packages/blockTools":
|
||||
"@lowdefy/block-tools@3.22.0, @lowdefy/block-tools@workspace:packages/blockTools":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/block-tools@workspace:packages/blockTools"
|
||||
dependencies:
|
||||
@ -2940,7 +2940,7 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
"@wojtekmaj/enzyme-adapter-react-17": 0.6.1
|
||||
ajv: 6.12.6
|
||||
ajv-errors: 1.0.1
|
||||
@ -2971,7 +2971,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-antd@3.22.0-alpha.1, @lowdefy/blocks-antd@workspace:packages/blocks/blocksAntd":
|
||||
"@lowdefy/blocks-antd@3.22.0, @lowdefy/blocks-antd@workspace:packages/blocks/blocksAntd":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/blocks-antd@workspace:packages/blocks/blocksAntd"
|
||||
dependencies:
|
||||
@ -2980,9 +2980,9 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/block-tools": 3.22.0-alpha.1
|
||||
"@lowdefy/color": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/block-tools": 3.22.0
|
||||
"@lowdefy/color": 3.22.0
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
"@wojtekmaj/enzyme-adapter-react-17": 0.6.1
|
||||
antd: 4.4.2
|
||||
babel-jest: 26.6.3
|
||||
@ -3027,8 +3027,8 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/block-tools": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/block-tools": 3.22.0
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
"@wojtekmaj/enzyme-adapter-react-17": 0.6.1
|
||||
babel-jest: 26.6.3
|
||||
babel-loader: 8.2.2
|
||||
@ -3064,9 +3064,9 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/block-tools": 3.22.0-alpha.1
|
||||
"@lowdefy/blocks-antd": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/block-tools": 3.22.0
|
||||
"@lowdefy/blocks-antd": 3.22.0
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
"@wojtekmaj/enzyme-adapter-react-17": 0.6.1
|
||||
babel-jest: 26.6.3
|
||||
babel-loader: 8.2.2
|
||||
@ -3107,8 +3107,8 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/block-tools": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/block-tools": 3.22.0
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
babel-jest: 26.6.3
|
||||
babel-loader: 8.2.2
|
||||
buffer: 6.0.3
|
||||
@ -3144,8 +3144,8 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/block-tools": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/block-tools": 3.22.0
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
"@wojtekmaj/enzyme-adapter-react-17": 0.6.1
|
||||
babel-jest: 26.6.3
|
||||
babel-loader: 8.2.2
|
||||
@ -3184,10 +3184,10 @@ __metadata:
|
||||
"@babel/cli": 7.14.3
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@lowdefy/ajv": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/node-utils": 3.22.0-alpha.1
|
||||
"@lowdefy/nunjucks": 3.22.0-alpha.1
|
||||
"@lowdefy/ajv": 3.22.0
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
"@lowdefy/node-utils": 3.22.0
|
||||
"@lowdefy/nunjucks": 3.22.0
|
||||
ajv: 6.12.6
|
||||
axios: 0.21.4
|
||||
babel-jest: 26.6.3
|
||||
@ -3202,7 +3202,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/color@3.22.0-alpha.1, @lowdefy/color@workspace:packages/color":
|
||||
"@lowdefy/color@3.22.0, @lowdefy/color@workspace:packages/color":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/color@workspace:packages/color"
|
||||
dependencies:
|
||||
@ -3227,15 +3227,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/engine@3.22.0-alpha.1, @lowdefy/engine@workspace:packages/engine":
|
||||
"@lowdefy/engine@3.22.0, @lowdefy/engine@workspace:packages/engine":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/engine@workspace:packages/engine"
|
||||
dependencies:
|
||||
"@babel/cli": 7.14.3
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/operators": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
"@lowdefy/operators": 3.22.0
|
||||
babel-jest: 26.6.3
|
||||
graphql: 15.5.0
|
||||
graphql-tag: 2.12.4
|
||||
@ -3243,7 +3243,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/format@3.22.0-alpha.1, @lowdefy/format@workspace:packages/format":
|
||||
"@lowdefy/format@3.22.0, @lowdefy/format@workspace:packages/format":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/format@workspace:packages/format"
|
||||
dependencies:
|
||||
@ -3263,7 +3263,7 @@ __metadata:
|
||||
"@babel/cli": 7.14.3
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@lowdefy/graphql": 3.22.0-alpha.1
|
||||
"@lowdefy/graphql": 3.22.0
|
||||
babel-loader: 8.2.2
|
||||
clean-webpack-plugin: 3.0.0
|
||||
webpack: 5.38.1
|
||||
@ -3271,7 +3271,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/graphql@3.22.0-alpha.1, @lowdefy/graphql@workspace:packages/graphql":
|
||||
"@lowdefy/graphql@3.22.0, @lowdefy/graphql@workspace:packages/graphql":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/graphql@workspace:packages/graphql"
|
||||
dependencies:
|
||||
@ -3279,11 +3279,11 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@elastic/elasticsearch": 7.13.0
|
||||
"@lowdefy/ajv": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/node-utils": 3.22.0-alpha.1
|
||||
"@lowdefy/nunjucks": 3.22.0-alpha.1
|
||||
"@lowdefy/operators": 3.22.0-alpha.1
|
||||
"@lowdefy/ajv": 3.22.0
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
"@lowdefy/node-utils": 3.22.0
|
||||
"@lowdefy/nunjucks": 3.22.0
|
||||
"@lowdefy/operators": 3.22.0
|
||||
"@sendgrid/mail": 7.4.4
|
||||
"@shelf/jest-mongodb": 1.2.5
|
||||
ajv: 6.12.6
|
||||
@ -3318,7 +3318,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/helpers@3.22.0-alpha.1, @lowdefy/helpers@workspace:packages/helpers":
|
||||
"@lowdefy/helpers@3.22.0, @lowdefy/helpers@workspace:packages/helpers":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/helpers@workspace:packages/helpers"
|
||||
dependencies:
|
||||
@ -3333,7 +3333,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/layout@3.22.0-alpha.1, @lowdefy/layout@workspace:packages/layout":
|
||||
"@lowdefy/layout@3.22.0, @lowdefy/layout@workspace:packages/layout":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/layout@workspace:packages/layout"
|
||||
dependencies:
|
||||
@ -3341,8 +3341,8 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/block-tools": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/block-tools": 3.22.0
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
antd: 4.4.2
|
||||
babel-jest: 26.6.3
|
||||
babel-loader: 8.2.2
|
||||
@ -3390,14 +3390,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/node-utils@3.22.0-alpha.1, @lowdefy/node-utils@workspace:packages/nodeUtils":
|
||||
"@lowdefy/node-utils@3.22.0, @lowdefy/node-utils@workspace:packages/nodeUtils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/node-utils@workspace:packages/nodeUtils"
|
||||
dependencies:
|
||||
"@babel/cli": 7.14.3
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
babel-jest: 26.6.3
|
||||
jest: 26.6.3
|
||||
jest-diff: 26.6.2
|
||||
@ -3405,14 +3405,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/nunjucks@3.22.0-alpha.1, @lowdefy/nunjucks@workspace:packages/nunjucks":
|
||||
"@lowdefy/nunjucks@3.22.0, @lowdefy/nunjucks@workspace:packages/nunjucks":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/nunjucks@workspace:packages/nunjucks"
|
||||
dependencies:
|
||||
"@babel/cli": 7.14.3
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
babel-jest: 26.6.3
|
||||
jest: 26.6.3
|
||||
moment: 2.29.1
|
||||
@ -3420,16 +3420,16 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/operators@3.22.0-alpha.1, @lowdefy/operators@workspace:packages/operators":
|
||||
"@lowdefy/operators@3.22.0, @lowdefy/operators@workspace:packages/operators":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/operators@workspace:packages/operators"
|
||||
dependencies:
|
||||
"@babel/cli": 7.14.3
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@lowdefy/format": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/nunjucks": 3.22.0-alpha.1
|
||||
"@lowdefy/format": 3.22.0
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
"@lowdefy/nunjucks": 3.22.0
|
||||
babel-jest: 26.6.3
|
||||
change-case: 4.1.2
|
||||
deep-diff: 1.0.2
|
||||
@ -3450,10 +3450,10 @@ __metadata:
|
||||
"@apollo/link-retry": 2.0.0-beta.3
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/block-tools": 3.22.0-alpha.1
|
||||
"@lowdefy/engine": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/layout": 3.22.0-alpha.1
|
||||
"@lowdefy/block-tools": 3.22.0
|
||||
"@lowdefy/engine": 3.22.0
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
"@lowdefy/layout": 3.22.0
|
||||
babel-loader: 8.2.2
|
||||
clean-webpack-plugin: 3.0.0
|
||||
css-loader: 5.2.6
|
||||
@ -3481,11 +3481,11 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/block-tools": 3.22.0-alpha.1
|
||||
"@lowdefy/graphql": 3.22.0-alpha.1
|
||||
"@lowdefy/node-utils": 3.22.0-alpha.1
|
||||
"@lowdefy/server": 3.22.0-alpha.1
|
||||
"@lowdefy/shell": 3.22.0-alpha.1
|
||||
"@lowdefy/block-tools": 3.22.0
|
||||
"@lowdefy/graphql": 3.22.0
|
||||
"@lowdefy/node-utils": 3.22.0
|
||||
"@lowdefy/server": 3.22.0
|
||||
"@lowdefy/shell": 3.22.0
|
||||
apollo-server-express: 2.25.0
|
||||
babel-jest: 26.6.3
|
||||
babel-loader: 8.2.2
|
||||
@ -3496,7 +3496,7 @@ __metadata:
|
||||
graphql: 15.5.0
|
||||
html-webpack-plugin: 5.3.1
|
||||
jest: 26.6.3
|
||||
lowdefy: 3.22.0-alpha.1
|
||||
lowdefy: 3.22.0
|
||||
nodemon: 2.0.7
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2
|
||||
@ -3515,11 +3515,11 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/block-tools": 3.22.0-alpha.1
|
||||
"@lowdefy/graphql": 3.22.0-alpha.1
|
||||
"@lowdefy/node-utils": 3.22.0-alpha.1
|
||||
"@lowdefy/server": 3.22.0-alpha.1
|
||||
"@lowdefy/shell": 3.22.0-alpha.1
|
||||
"@lowdefy/block-tools": 3.22.0
|
||||
"@lowdefy/graphql": 3.22.0
|
||||
"@lowdefy/node-utils": 3.22.0
|
||||
"@lowdefy/server": 3.22.0
|
||||
"@lowdefy/shell": 3.22.0
|
||||
apollo-server-express: 2.25.0
|
||||
babel-jest: 26.6.3
|
||||
babel-loader: 8.2.2
|
||||
@ -3548,18 +3548,18 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/block-tools": 3.22.0-alpha.1
|
||||
"@lowdefy/graphql": 3.22.0-alpha.1
|
||||
"@lowdefy/node-utils": 3.22.0-alpha.1
|
||||
"@lowdefy/server": 3.22.0-alpha.1
|
||||
"@lowdefy/shell": 3.22.0-alpha.1
|
||||
"@lowdefy/block-tools": 3.22.0
|
||||
"@lowdefy/graphql": 3.22.0
|
||||
"@lowdefy/node-utils": 3.22.0
|
||||
"@lowdefy/server": 3.22.0
|
||||
"@lowdefy/shell": 3.22.0
|
||||
apollo-server-express: 2.25.0
|
||||
babel-jest: 26.6.3
|
||||
babel-loader: 8.2.2
|
||||
express: 4.17.1
|
||||
graphql: 15.5.0
|
||||
jest: 26.6.3
|
||||
lowdefy: 3.22.0-alpha.1
|
||||
lowdefy: 3.22.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -3571,10 +3571,10 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/block-tools": 3.22.0-alpha.1
|
||||
"@lowdefy/graphql": 3.22.0-alpha.1
|
||||
"@lowdefy/node-utils": 3.22.0-alpha.1
|
||||
"@lowdefy/server": 3.22.0-alpha.1
|
||||
"@lowdefy/block-tools": 3.22.0
|
||||
"@lowdefy/graphql": 3.22.0
|
||||
"@lowdefy/node-utils": 3.22.0
|
||||
"@lowdefy/server": 3.22.0
|
||||
apollo-server-express: 2.25.0
|
||||
babel-jest: 26.6.3
|
||||
babel-loader: 8.2.2
|
||||
@ -3602,10 +3602,10 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/graphql": 3.22.0-alpha.1
|
||||
"@lowdefy/node-utils": 3.22.0-alpha.1
|
||||
"@lowdefy/server": 3.22.0-alpha.1
|
||||
"@lowdefy/shell": 3.22.0-alpha.1
|
||||
"@lowdefy/graphql": 3.22.0
|
||||
"@lowdefy/node-utils": 3.22.0
|
||||
"@lowdefy/server": 3.22.0
|
||||
"@lowdefy/shell": 3.22.0
|
||||
apollo-server-express: 2.25.0
|
||||
babel-jest: 26.6.3
|
||||
babel-loader: 8.2.2
|
||||
@ -3618,7 +3618,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/server@3.22.0-alpha.1, @lowdefy/server@workspace:packages/server":
|
||||
"@lowdefy/server@3.22.0, @lowdefy/server@workspace:packages/server":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/server@workspace:packages/server"
|
||||
dependencies:
|
||||
@ -3626,10 +3626,10 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/block-tools": 3.22.0-alpha.1
|
||||
"@lowdefy/graphql": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/node-utils": 3.22.0-alpha.1
|
||||
"@lowdefy/block-tools": 3.22.0
|
||||
"@lowdefy/graphql": 3.22.0
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
"@lowdefy/node-utils": 3.22.0
|
||||
apollo-server-express: 2.25.0
|
||||
babel-jest: 26.6.3
|
||||
babel-loader: 8.2.2
|
||||
@ -3641,7 +3641,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/shell@3.22.0-alpha.1, @lowdefy/shell@workspace:packages/shell":
|
||||
"@lowdefy/shell@3.22.0, @lowdefy/shell@workspace:packages/shell":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/shell@workspace:packages/shell"
|
||||
dependencies:
|
||||
@ -3649,10 +3649,10 @@ __metadata:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/block-tools": 3.22.0-alpha.1
|
||||
"@lowdefy/graphql": 3.22.0-alpha.1
|
||||
"@lowdefy/node-utils": 3.22.0-alpha.1
|
||||
"@lowdefy/server": 3.22.0-alpha.1
|
||||
"@lowdefy/block-tools": 3.22.0
|
||||
"@lowdefy/graphql": 3.22.0
|
||||
"@lowdefy/node-utils": 3.22.0
|
||||
"@lowdefy/server": 3.22.0
|
||||
apollo-server-express: 2.25.0
|
||||
babel-jest: 26.6.3
|
||||
babel-loader: 8.2.2
|
||||
@ -13740,7 +13740,7 @@ fsevents@^1.2.7:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"lowdefy@3.22.0-alpha.1, lowdefy@workspace:packages/cli":
|
||||
"lowdefy@3.22.0, lowdefy@workspace:packages/cli":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "lowdefy@workspace:packages/cli"
|
||||
dependencies:
|
||||
@ -13748,9 +13748,9 @@ fsevents@^1.2.7:
|
||||
"@babel/core": 7.14.3
|
||||
"@babel/preset-env": 7.14.4
|
||||
"@babel/preset-react": 7.13.13
|
||||
"@lowdefy/block-tools": 3.22.0-alpha.1
|
||||
"@lowdefy/helpers": 3.22.0-alpha.1
|
||||
"@lowdefy/node-utils": 3.22.0-alpha.1
|
||||
"@lowdefy/block-tools": 3.22.0
|
||||
"@lowdefy/helpers": 3.22.0
|
||||
"@lowdefy/node-utils": 3.22.0
|
||||
apollo-server-express: 2.25.0
|
||||
axios: 0.21.4
|
||||
babel-jest: 26.6.3
|
||||
|
Loading…
Reference in New Issue
Block a user