mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-19 15:01:06 +08:00
chore: Release version 4.0.0-alpha.6.
This commit is contained in:
parent
49f6c208ec
commit
2530e31af7
63
CHANGELOG.md
63
CHANGELOG.md
@ -3,6 +3,69 @@
|
||||
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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Add loading and error icons to icon plugin import. ([3c98732](https://github.com/lowdefy/lowdefy/commit/3c98732584325622c56ebd042b1dab9df0427e02))
|
||||
* **blocks-antd:** Added debounce condition to Selector and MultipleSelector ([910bee0](https://github.com/lowdefy/lowdefy/commit/910bee0837ad1bd55d456f339a7750ed37aa5d0c))
|
||||
* **blocks-antd:** Swap rc-animation for rc-motion in Label to fix modules build. ([8660b6e](https://github.com/lowdefy/lowdefy/commit/8660b6e1f00c4c28e4ed4b4500b982986c712864))
|
||||
* **blocks-markdown:** Upgraded react markdown dependencies. ([9eb7c3a](https://github.com/lowdefy/lowdefy/commit/9eb7c3acbd8ab4088db75637ec8f17e36289787f))
|
||||
* **blocks:** Updated block meta, types and buildIcons. ([1d774a3](https://github.com/lowdefy/lowdefy/commit/1d774a310a71e125fc7bf7d0d7ef5171632a56a8))
|
||||
* **build:** Updated write icon imports template. ([425823d](https://github.com/lowdefy/lowdefy/commit/425823de7f64e2e6a688ac9487d13b42bb101eb2))
|
||||
* **cli:** Fix CLI dev server command. ([49f6c20](https://github.com/lowdefy/lowdefy/commit/49f6c208ec400265526487c96b9a55e36894e87d))
|
||||
* **connection-redis:** Add test for connection with url string and remove custom message for connection errors. ([095b890](https://github.com/lowdefy/lowdefy/commit/095b89072e53f9f888ec24f7649ad810554d3c0c))
|
||||
* **connection-redis:** Add tests with mocked redis client and bumped @swc/core version. ([11cef00](https://github.com/lowdefy/lowdefy/commit/11cef0059f684e77854344451f46c9916c0102cd))
|
||||
* **connection-redis:** Pin redis dependency to a fixed version and fix error messages. ([068461f](https://github.com/lowdefy/lowdefy/commit/068461fd2f34de3e7a622ba4e983e8141bd644b0))
|
||||
* **docs:** Added redis connection documentation. ([ee1620b](https://github.com/lowdefy/lowdefy/commit/ee1620bb41d8aa3f32e05e9b7e03c7986365c59f))
|
||||
* Fix antd styles. ([62a752d](https://github.com/lowdefy/lowdefy/commit/62a752d66c9b7cf4ebfd07fcc92d8a195ed43be4))
|
||||
* Fix blocks-echarts yarn berry packageExtensions. ([a908c1c](https://github.com/lowdefy/lowdefy/commit/a908c1c1f8ccaab37643bf8a043a6cec8f82f243))
|
||||
* Fix blocks-markdown package dependencies. ([035b0c1](https://github.com/lowdefy/lowdefy/commit/035b0c108b9447570fe7d37a5386d9ea414714fa))
|
||||
* Fix layout style import. ([b318343](https://github.com/lowdefy/lowdefy/commit/b3183437fe76dc49378590967671891206dcdf39))
|
||||
* Fix static files. ([d2e343e](https://github.com/lowdefy/lowdefy/commit/d2e343eb8b644d953babac628470e785af641237))
|
||||
* Refactored connection-redis plugin to have non restrictive schemas. ([f8d9f8e](https://github.com/lowdefy/lowdefy/commit/f8d9f8e149413a31f9f30c5665b570208a4d535b))
|
||||
* **server:** Home is also returned in getRootConfig. ([b138485](https://github.com/lowdefy/lowdefy/commit/b13848527749eb6f030bd944b1b169e8bd04af5d))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* 404 page working with next server ([270c92e](https://github.com/lowdefy/lowdefy/commit/270c92e16a42a5e9988b890f2abd41b16da6f673))
|
||||
* Add _diff to client operators as well as server. ([4e23fec](https://github.com/lowdefy/lowdefy/commit/4e23fec8a4985d7453dfcf750298bc0bedeb34a2))
|
||||
* Add additional operator plugins to generateDefaultTypes, and fix operaotr packages. ([a1d9c3b](https://github.com/lowdefy/lowdefy/commit/a1d9c3bf7c687603b2f79d0f75b794f703482b17))
|
||||
* Add icons and webmanifest to next server. ([6a254ed](https://github.com/lowdefy/lowdefy/commit/6a254ed88282a4965aa6e7399250668a409310a3))
|
||||
* Add rest of operators-diff files. ([fde3a94](https://github.com/lowdefy/lowdefy/commit/fde3a94ed9f67c62789029eaa6ef5a089cd5691c))
|
||||
* Add secrets to v4 servers ([9ef2ccd](https://github.com/lowdefy/lowdefy/commit/9ef2ccd131149e72ba87aee20f1720a99dbd9e07))
|
||||
* Add server manager and file watcher in reload event stream. ([8474aaf](https://github.com/lowdefy/lowdefy/commit/8474aaf63c0475cb19a76ca3df9459c05f263986))
|
||||
* Add Server Sent Event reload rout and component. ([a556eab](https://github.com/lowdefy/lowdefy/commit/a556eabdbb4da2e98088e810b3cc24cccefacd4f))
|
||||
* **build:** Move app.style.lessVariables to config.theme.lessVariables. ([cb14f17](https://github.com/lowdefy/lowdefy/commit/cb14f1712f9f064e96d2f71bf12bb3922aff46eb))
|
||||
* **cli:** Add v4 dev command to CLI. ([02770f5](https://github.com/lowdefy/lowdefy/commit/02770f57096710afc9047403e5e4a616957c3a93))
|
||||
* **clie:** Update BatchChanges to repeat and pass args to callback function. ([6dd29c5](https://github.com/lowdefy/lowdefy/commit/6dd29c5ca998ff6536d9ce3807583f4c549f070b))
|
||||
* Create connection-redis plugin. ([ee2315d](https://github.com/lowdefy/lowdefy/commit/ee2315d69c678f89a8e38de8879c374895f9cb8b))
|
||||
* Create operators-change-case plugin ([9aca6be](https://github.com/lowdefy/lowdefy/commit/9aca6be86d3246bc2028c9a559bf90be2f3c3298))
|
||||
* Create operators-diff plugin. ([97885be](https://github.com/lowdefy/lowdefy/commit/97885bef8cc8a325ae8b301b7dfc9234e4d0ddb5))
|
||||
* Create operators-mql plugin ([e3084aa](https://github.com/lowdefy/lowdefy/commit/e3084aaffa5c9d295faa699c25367883bfd690c7))
|
||||
* Create operators-uuid plugin. ([7ab243b](https://github.com/lowdefy/lowdefy/commit/7ab243bfc71f47ff2f7d81e87c7b41197fcd676d))
|
||||
* Create operators-yaml plugin. ([3a521ba](https://github.com/lowdefy/lowdefy/commit/3a521ba8c11e575ce74c994a6a7f4d99f6563ee6))
|
||||
* Create wait helper function. ([42c09f4](https://github.com/lowdefy/lowdefy/commit/42c09f467b3d4a3b51298a2a67364137def7896d))
|
||||
* Init @lowdefy/server-dev package. ([e76b40e](https://github.com/lowdefy/lowdefy/commit/e76b40e8399567bda70404dc85f06c6c2db7e837))
|
||||
* **server-dev:** Add browser opener to dev server. ([ddf9d36](https://github.com/lowdefy/lowdefy/commit/ddf9d36d8689caf30f4d008e1ec2be0c48699a34))
|
||||
* **server-dev:** Add dev server startup and config file watcher. ([a29576d](https://github.com/lowdefy/lowdefy/commit/a29576d45e58720f02896e5d0523f728fad036a5))
|
||||
* **server-dev:** Add the abilty to restart the dev server. ([b610a63](https://github.com/lowdefy/lowdefy/commit/b610a63a522afebe66dee8481cf8caf029334201))
|
||||
* **server-dev:** Dev server soft reload working. ([dd5ee07](https://github.com/lowdefy/lowdefy/commit/dd5ee07b5b39c3c22e702b5b1c8404e7a86ab500))
|
||||
* **server-dev:** Fetch Lowdefy config client-side using swr. ([ce126df](https://github.com/lowdefy/lowdefy/commit/ce126df4374d74a27a2a40439aa1bf56a63723f5))
|
||||
* **server-dev:** Reload client window if dev server is restarted. ([b8c1d58](https://github.com/lowdefy/lowdefy/commit/b8c1d58ea8b0056fdd9ce042590f7c7f90bcc439))
|
||||
* **server-dev:** Updates to dev server manager. ([b4861d0](https://github.com/lowdefy/lowdefy/commit/b4861d0892ee9a91ff49b3bb72498d8c42c02778))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* The 404 page is now always publically accessible.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"packages": [
|
||||
"src/packages/*",
|
||||
"src/packages/blocks/*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/lowdefy",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"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.
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/api
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/api",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,11 +41,11 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@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"
|
||||
"@lowdefy/ajv": "4.0.0-alpha.6",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.6",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators": "4.0.0-alpha.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/cli": "0.1.55",
|
||||
|
@ -3,6 +3,38 @@
|
||||
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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Add loading and error icons to icon plugin import. ([3c98732](https://github.com/lowdefy/lowdefy/commit/3c98732584325622c56ebd042b1dab9df0427e02))
|
||||
* **blocks-markdown:** Upgraded react markdown dependencies. ([9eb7c3a](https://github.com/lowdefy/lowdefy/commit/9eb7c3acbd8ab4088db75637ec8f17e36289787f))
|
||||
* **blocks:** Updated block meta, types and buildIcons. ([1d774a3](https://github.com/lowdefy/lowdefy/commit/1d774a310a71e125fc7bf7d0d7ef5171632a56a8))
|
||||
* **build:** Updated write icon imports template. ([425823d](https://github.com/lowdefy/lowdefy/commit/425823de7f64e2e6a688ac9487d13b42bb101eb2))
|
||||
* Fix antd styles. ([62a752d](https://github.com/lowdefy/lowdefy/commit/62a752d66c9b7cf4ebfd07fcc92d8a195ed43be4))
|
||||
* Fix blocks-echarts yarn berry packageExtensions. ([a908c1c](https://github.com/lowdefy/lowdefy/commit/a908c1c1f8ccaab37643bf8a043a6cec8f82f243))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* 404 page working with next server ([270c92e](https://github.com/lowdefy/lowdefy/commit/270c92e16a42a5e9988b890f2abd41b16da6f673))
|
||||
* Add additional operator plugins to generateDefaultTypes, and fix operaotr packages. ([a1d9c3b](https://github.com/lowdefy/lowdefy/commit/a1d9c3bf7c687603b2f79d0f75b794f703482b17))
|
||||
* **build:** Move app.style.lessVariables to config.theme.lessVariables. ([cb14f17](https://github.com/lowdefy/lowdefy/commit/cb14f1712f9f064e96d2f71bf12bb3922aff46eb))
|
||||
* **cli:** Add v4 dev command to CLI. ([02770f5](https://github.com/lowdefy/lowdefy/commit/02770f57096710afc9047403e5e4a616957c3a93))
|
||||
* Create connection-redis plugin. ([ee2315d](https://github.com/lowdefy/lowdefy/commit/ee2315d69c678f89a8e38de8879c374895f9cb8b))
|
||||
* Create wait helper function. ([42c09f4](https://github.com/lowdefy/lowdefy/commit/42c09f467b3d4a3b51298a2a67364137def7896d))
|
||||
* **server-dev:** Dev server soft reload working. ([dd5ee07](https://github.com/lowdefy/lowdefy/commit/dd5ee07b5b39c3c22e702b5b1c8404e7a86ab500))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* The 404 page is now always publically accessible.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/build",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -45,31 +45,31 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@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/ajv": "4.0.0-alpha.6",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.6",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.6",
|
||||
"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.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/connection-redis": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-change-case": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-diff": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-js": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-mql": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-nunjucks": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-uuid": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-yaml": "4.0.0-alpha.5",
|
||||
"@lowdefy/blocks-antd": "4.0.0-alpha.6",
|
||||
"@lowdefy/blocks-basic": "4.0.0-alpha.6",
|
||||
"@lowdefy/blocks-color-selectors": "4.0.0-alpha.6",
|
||||
"@lowdefy/blocks-echarts": "4.0.0-alpha.6",
|
||||
"@lowdefy/blocks-loaders": "4.0.0-alpha.6",
|
||||
"@lowdefy/blocks-markdown": "4.0.0-alpha.6",
|
||||
"@lowdefy/connection-axios-http": "4.0.0-alpha.6",
|
||||
"@lowdefy/connection-redis": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-change-case": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-diff": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-js": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-mql": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-nunjucks": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-uuid": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-yaml": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cli:** Fix CLI dev server command. ([49f6c20](https://github.com/lowdefy/lowdefy/commit/49f6c208ec400265526487c96b9a55e36894e87d))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add server manager and file watcher in reload event stream. ([8474aaf](https://github.com/lowdefy/lowdefy/commit/8474aaf63c0475cb19a76ca3df9459c05f263986))
|
||||
* **cli:** Add v4 dev command to CLI. ([02770f5](https://github.com/lowdefy/lowdefy/commit/02770f57096710afc9047403e5e4a616957c3a93))
|
||||
* **clie:** Update BatchChanges to repeat and pass args to callback function. ([6dd29c5](https://github.com/lowdefy/lowdefy/commit/6dd29c5ca998ff6536d9ce3807583f4c549f070b))
|
||||
* Create wait helper function. ([42c09f4](https://github.com/lowdefy/lowdefy/commit/42c09f467b3d4a3b51298a2a67364137def7896d))
|
||||
* **server-dev:** Add the abilty to restart the dev server. ([b610a63](https://github.com/lowdefy/lowdefy/commit/b610a63a522afebe66dee8481cf8caf029334201))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lowdefy",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"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.5",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.6",
|
||||
"axios": "0.24.0",
|
||||
"chalk": "4.1.2",
|
||||
"commander": "8.3.0",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **docs:** Added redis connection documentation. ([ee1620b](https://github.com/lowdefy/lowdefy/commit/ee1620bb41d8aa3f32e05e9b7e03c7986365c59f))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add _diff to client operators as well as server. ([4e23fec](https://github.com/lowdefy/lowdefy/commit/4e23fec8a4985d7453dfcf750298bc0bedeb34a2))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/docs",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Create wait helper function. ([42c09f4](https://github.com/lowdefy/lowdefy/commit/42c09f467b3d4a3b51298a2a67364137def7896d))
|
||||
* **server-dev:** Dev server soft reload working. ([dd5ee07](https://github.com/lowdefy/lowdefy/commit/dd5ee07b5b39c3c22e702b5b1c8404e7a86ab500))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/engine",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -38,8 +38,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators": "4.0.0-alpha.5"
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators": "4.0.0-alpha.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/cli": "0.1.55",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/format
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/format",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fix antd styles. ([62a752d](https://github.com/lowdefy/lowdefy/commit/62a752d66c9b7cf4ebfd07fcc92d8a195ed43be4))
|
||||
* Fix layout style import. ([b318343](https://github.com/lowdefy/lowdefy/commit/b3183437fe76dc49378590967671891206dcdf39))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/layout",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,8 +42,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.6",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"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.5",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add additional operator plugins to generateDefaultTypes, and fix operaotr packages. ([a1d9c3b](https://github.com/lowdefy/lowdefy/commit/a1d9c3bf7c687603b2f79d0f75b794f703482b17))
|
||||
* Create operators-change-case plugin ([9aca6be](https://github.com/lowdefy/lowdefy/commit/9aca6be86d3246bc2028c9a559bf90be2f3c3298))
|
||||
* Create operators-diff plugin. ([97885be](https://github.com/lowdefy/lowdefy/commit/97885bef8cc8a325ae8b301b7dfc9234e4d0ddb5))
|
||||
* Create operators-mql plugin ([e3084aa](https://github.com/lowdefy/lowdefy/commit/e3084aaffa5c9d295faa699c25367883bfd690c7))
|
||||
* Create operators-uuid plugin. ([7ab243b](https://github.com/lowdefy/lowdefy/commit/7ab243bfc71f47ff2f7d81e87c7b41197fcd676d))
|
||||
* Create operators-yaml plugin. ([3a521ba](https://github.com/lowdefy/lowdefy/commit/3a521ba8c11e575ce74c994a6a7f4d99f6563ee6))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/operators",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -38,7 +38,7 @@
|
||||
"test:watch": "jest --coverage --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5"
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/cli": "0.1.55",
|
||||
|
@ -3,6 +3,31 @@
|
||||
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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **blocks-antd:** Added debounce condition to Selector and MultipleSelector ([910bee0](https://github.com/lowdefy/lowdefy/commit/910bee0837ad1bd55d456f339a7750ed37aa5d0c))
|
||||
* **blocks-antd:** Swap rc-animation for rc-motion in Label to fix modules build. ([8660b6e](https://github.com/lowdefy/lowdefy/commit/8660b6e1f00c4c28e4ed4b4500b982986c712864))
|
||||
* **blocks:** Updated block meta, types and buildIcons. ([1d774a3](https://github.com/lowdefy/lowdefy/commit/1d774a310a71e125fc7bf7d0d7ef5171632a56a8))
|
||||
* Fix antd styles. ([62a752d](https://github.com/lowdefy/lowdefy/commit/62a752d66c9b7cf4ebfd07fcc92d8a195ed43be4))
|
||||
* Fix static files. ([d2e343e](https://github.com/lowdefy/lowdefy/commit/d2e343eb8b644d953babac628470e785af641237))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* 404 page working with next server ([270c92e](https://github.com/lowdefy/lowdefy/commit/270c92e16a42a5e9988b890f2abd41b16da6f673))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* The 404 page is now always publically accessible.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-antd",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Lowdefy Ant Design Blocks",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -51,8 +51,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "4.7.0",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.6",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"antd": "4.17.0-alpha.7",
|
||||
"classnames": "2.3.1",
|
||||
"moment": "2.29.1",
|
||||
@ -65,8 +65,8 @@
|
||||
"@babel/core": "7.16.0",
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.5",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.6",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **blocks:** Updated block meta, types and buildIcons. ([1d774a3](https://github.com/lowdefy/lowdefy/commit/1d774a310a71e125fc7bf7d0d7ef5171632a56a8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-basic",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Basic html Lowdefy blocks.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -48,8 +48,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.6",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"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.5",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **blocks:** Updated block meta, types and buildIcons. ([1d774a3](https://github.com/lowdefy/lowdefy/commit/1d774a310a71e125fc7bf7d0d7ef5171632a56a8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-color-selectors",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"license": "Apache-2.0",
|
||||
"description": "A Lowdefy color selector blocks based on react-color.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -50,8 +50,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/blocks-antd": "4.0.0-alpha.5",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.6",
|
||||
"@lowdefy/blocks-antd": "4.0.0-alpha.6",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
"react-color": "2.19.3",
|
||||
"react-dom": "18.0.0-alpha-327d5c484-20211106"
|
||||
@ -59,7 +59,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.5",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **blocks:** Updated block meta, types and buildIcons. ([1d774a3](https://github.com/lowdefy/lowdefy/commit/1d774a310a71e125fc7bf7d0d7ef5171632a56a8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-echarts",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"license": "Apache-2.0",
|
||||
"description": "ECharts Blocks for Lowdefy.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -50,7 +50,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.6",
|
||||
"echarts": "5.2.1",
|
||||
"echarts-for-react": "3.0.1",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
@ -59,7 +59,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.5",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **blocks:** Updated block meta, types and buildIcons. ([1d774a3](https://github.com/lowdefy/lowdefy/commit/1d774a310a71e125fc7bf7d0d7ef5171632a56a8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-loaders",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Lowdefy loader blocks.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -48,15 +48,15 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.6",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"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.5",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -3,6 +3,19 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **blocks-markdown:** Upgraded react markdown dependencies. ([9eb7c3a](https://github.com/lowdefy/lowdefy/commit/9eb7c3acbd8ab4088db75637ec8f17e36289787f))
|
||||
* **blocks:** Updated block meta, types and buildIcons. ([1d774a3](https://github.com/lowdefy/lowdefy/commit/1d774a310a71e125fc7bf7d0d7ef5171632a56a8))
|
||||
* Fix blocks-markdown package dependencies. ([035b0c1](https://github.com/lowdefy/lowdefy/commit/035b0c108b9447570fe7d37a5386d9ea414714fa))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-markdown",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"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.5",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.6",
|
||||
"dompurify": "2.3.3",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
"react-dom": "18.0.0-alpha-327d5c484-20211106",
|
||||
@ -58,7 +58,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.5",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-axios-http
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-axios-http",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,11 +41,11 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"axios": "0.24.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-elasticsearch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-elasticsearch",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"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.5"
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Create wait helper function. ([42c09f4](https://github.com/lowdefy/lowdefy/commit/42c09f467b3d4a3b51298a2a67364137def7896d))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-google-sheets",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,13 +41,13 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"google-spreadsheet": "3.1.15",
|
||||
"mingo": "^4.4.1",
|
||||
"moment": "2.29.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-knex
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-knex",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,7 +41,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"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.5",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-mongodb
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-mongodb",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,12 +41,12 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"mongodb": "3.7.3",
|
||||
"saslprep": "1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.6",
|
||||
"@shelf/jest-mongodb": "2.1.0",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
|
19
packages/plugins/connections/connection-redis/CHANGELOG.md
Normal file
19
packages/plugins/connections/connection-redis/CHANGELOG.md
Normal file
@ -0,0 +1,19 @@
|
||||
# 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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **connection-redis:** Add test for connection with url string and remove custom message for connection errors. ([095b890](https://github.com/lowdefy/lowdefy/commit/095b89072e53f9f888ec24f7649ad810554d3c0c))
|
||||
* **connection-redis:** Add tests with mocked redis client and bumped @swc/core version. ([11cef00](https://github.com/lowdefy/lowdefy/commit/11cef0059f684e77854344451f46c9916c0102cd))
|
||||
* **connection-redis:** Pin redis dependency to a fixed version and fix error messages. ([068461f](https://github.com/lowdefy/lowdefy/commit/068461fd2f34de3e7a622ba4e983e8141bd644b0))
|
||||
* Refactored connection-redis plugin to have non restrictive schemas. ([f8d9f8e](https://github.com/lowdefy/lowdefy/commit/f8d9f8e149413a31f9f30c5665b570208a4d535b))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Create connection-redis plugin. ([ee2315d](https://github.com/lowdefy/lowdefy/commit/ee2315d69c678f89a8e38de8879c374895f9cb8b))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-redis",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -45,11 +45,11 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"redis": "4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-sendgrid
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-sendgrid",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,11 +41,11 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@sendgrid/mail": "7.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-stripe
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-stripe",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,11 +42,11 @@
|
||||
"s": "swc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"stripe": "8.186.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.5",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
@ -0,0 +1,13 @@
|
||||
# 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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add additional operator plugins to generateDefaultTypes, and fix operaotr packages. ([a1d9c3b](https://github.com/lowdefy/lowdefy/commit/a1d9c3bf7c687603b2f79d0f75b794f703482b17))
|
||||
* Create operators-change-case plugin ([9aca6be](https://github.com/lowdefy/lowdefy/commit/9aca6be86d3246bc2028c9a559bf90be2f3c3298))
|
||||
* Create operators-diff plugin. ([97885be](https://github.com/lowdefy/lowdefy/commit/97885bef8cc8a325ae8b301b7dfc9234e4d0ddb5))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/operators-change-case",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,8 +42,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators": "4.0.0-alpha.6",
|
||||
"change-case": "4.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
14
packages/plugins/operators/operators-diff/CHANGELOG.md
Normal file
14
packages/plugins/operators/operators-diff/CHANGELOG.md
Normal file
@ -0,0 +1,14 @@
|
||||
# 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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add _diff to client operators as well as server. ([4e23fec](https://github.com/lowdefy/lowdefy/commit/4e23fec8a4985d7453dfcf750298bc0bedeb34a2))
|
||||
* Add additional operator plugins to generateDefaultTypes, and fix operaotr packages. ([a1d9c3b](https://github.com/lowdefy/lowdefy/commit/a1d9c3bf7c687603b2f79d0f75b794f703482b17))
|
||||
* Add rest of operators-diff files. ([fde3a94](https://github.com/lowdefy/lowdefy/commit/fde3a94ed9f67c62789029eaa6ef5a089cd5691c))
|
||||
* Create operators-diff plugin. ([97885be](https://github.com/lowdefy/lowdefy/commit/97885bef8cc8a325ae8b301b7dfc9234e4d0ddb5))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/operators-diff",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,8 +42,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators": "4.0.0-alpha.6",
|
||||
"deep-diff": "1.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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/operators-js
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/operators-js",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,8 +42,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators": "4.0.0-alpha.5"
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators": "4.0.0-alpha.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/cli": "0.1.55",
|
||||
|
12
packages/plugins/operators/operators-mql/CHANGELOG.md
Normal file
12
packages/plugins/operators/operators-mql/CHANGELOG.md
Normal file
@ -0,0 +1,12 @@
|
||||
# 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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add additional operator plugins to generateDefaultTypes, and fix operaotr packages. ([a1d9c3b](https://github.com/lowdefy/lowdefy/commit/a1d9c3bf7c687603b2f79d0f75b794f703482b17))
|
||||
* Create operators-mql plugin ([e3084aa](https://github.com/lowdefy/lowdefy/commit/e3084aaffa5c9d295faa699c25367883bfd690c7))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/operators-mql",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,8 +42,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators": "4.0.0-alpha.6",
|
||||
"mingo": "^4.4.1"
|
||||
},
|
||||
"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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/operators-nunjucks
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/operators-nunjucks",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,9 +42,9 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators": "4.0.0-alpha.5"
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators": "4.0.0-alpha.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/cli": "0.1.55",
|
||||
|
12
packages/plugins/operators/operators-uuid/CHANGELOG.md
Normal file
12
packages/plugins/operators/operators-uuid/CHANGELOG.md
Normal file
@ -0,0 +1,12 @@
|
||||
# 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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add additional operator plugins to generateDefaultTypes, and fix operaotr packages. ([a1d9c3b](https://github.com/lowdefy/lowdefy/commit/a1d9c3bf7c687603b2f79d0f75b794f703482b17))
|
||||
* Create operators-uuid plugin. ([7ab243b](https://github.com/lowdefy/lowdefy/commit/7ab243bfc71f47ff2f7d81e87c7b41197fcd676d))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/operators-uuid",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,8 +42,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators": "4.0.0-alpha.6",
|
||||
"uuid": "8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
12
packages/plugins/operators/operators-yaml/CHANGELOG.md
Normal file
12
packages/plugins/operators/operators-yaml/CHANGELOG.md
Normal file
@ -0,0 +1,12 @@
|
||||
# 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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add additional operator plugins to generateDefaultTypes, and fix operaotr packages. ([a1d9c3b](https://github.com/lowdefy/lowdefy/commit/a1d9c3bf7c687603b2f79d0f75b794f703482b17))
|
||||
* Create operators-yaml plugin. ([3a521ba](https://github.com/lowdefy/lowdefy/commit/3a521ba8c11e575ce74c994a6a7f4d99f6563ee6))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/operators-yaml",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,8 +42,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators": "4.0.0-alpha.6",
|
||||
"js-yaml": "4.1.0"
|
||||
},
|
||||
"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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/plugin-aws
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/plugin-aws",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"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.5",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.6",
|
||||
"@swc/cli": "0.1.55",
|
||||
"@swc/core": "1.2.130",
|
||||
"@swc/jest": "0.2.17",
|
||||
|
24
packages/server-dev/CHANGELOG.md
Normal file
24
packages/server-dev/CHANGELOG.md
Normal file
@ -0,0 +1,24 @@
|
||||
# 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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add secrets to v4 servers ([9ef2ccd](https://github.com/lowdefy/lowdefy/commit/9ef2ccd131149e72ba87aee20f1720a99dbd9e07))
|
||||
* Add server manager and file watcher in reload event stream. ([8474aaf](https://github.com/lowdefy/lowdefy/commit/8474aaf63c0475cb19a76ca3df9459c05f263986))
|
||||
* Add Server Sent Event reload rout and component. ([a556eab](https://github.com/lowdefy/lowdefy/commit/a556eabdbb4da2e98088e810b3cc24cccefacd4f))
|
||||
* **build:** Move app.style.lessVariables to config.theme.lessVariables. ([cb14f17](https://github.com/lowdefy/lowdefy/commit/cb14f1712f9f064e96d2f71bf12bb3922aff46eb))
|
||||
* **cli:** Add v4 dev command to CLI. ([02770f5](https://github.com/lowdefy/lowdefy/commit/02770f57096710afc9047403e5e4a616957c3a93))
|
||||
* Create wait helper function. ([42c09f4](https://github.com/lowdefy/lowdefy/commit/42c09f467b3d4a3b51298a2a67364137def7896d))
|
||||
* Init @lowdefy/server-dev package. ([e76b40e](https://github.com/lowdefy/lowdefy/commit/e76b40e8399567bda70404dc85f06c6c2db7e837))
|
||||
* **server-dev:** Add browser opener to dev server. ([ddf9d36](https://github.com/lowdefy/lowdefy/commit/ddf9d36d8689caf30f4d008e1ec2be0c48699a34))
|
||||
* **server-dev:** Add dev server startup and config file watcher. ([a29576d](https://github.com/lowdefy/lowdefy/commit/a29576d45e58720f02896e5d0523f728fad036a5))
|
||||
* **server-dev:** Add the abilty to restart the dev server. ([b610a63](https://github.com/lowdefy/lowdefy/commit/b610a63a522afebe66dee8481cf8caf029334201))
|
||||
* **server-dev:** Dev server soft reload working. ([dd5ee07](https://github.com/lowdefy/lowdefy/commit/dd5ee07b5b39c3c22e702b5b1c8404e7a86ab500))
|
||||
* **server-dev:** Fetch Lowdefy config client-side using swr. ([ce126df](https://github.com/lowdefy/lowdefy/commit/ce126df4374d74a27a2a40439aa1bf56a63723f5))
|
||||
* **server-dev:** Reload client window if dev server is restarted. ([b8c1d58](https://github.com/lowdefy/lowdefy/commit/b8c1d58ea8b0056fdd9ce042590f7c7f90bcc439))
|
||||
* **server-dev:** Updates to dev server manager. ([b4861d0](https://github.com/lowdefy/lowdefy/commit/b4861d0892ee9a91ff49b3bb72498d8c42c02778))
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/server-dev",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,27 +40,27 @@
|
||||
"next": "next"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/api": "4.0.0-alpha.5",
|
||||
"@lowdefy/block-utils": "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/build": "4.0.0-alpha.5",
|
||||
"@lowdefy/connection-axios-http": "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/node-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-change-case": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-diff": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-js": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-mql": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-nunjucks": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-uuid": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-yaml": "4.0.0-alpha.5",
|
||||
"@lowdefy/api": "4.0.0-alpha.6",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.6",
|
||||
"@lowdefy/blocks-antd": "4.0.0-alpha.6",
|
||||
"@lowdefy/blocks-basic": "4.0.0-alpha.6",
|
||||
"@lowdefy/blocks-color-selectors": "4.0.0-alpha.6",
|
||||
"@lowdefy/blocks-echarts": "4.0.0-alpha.6",
|
||||
"@lowdefy/blocks-loaders": "4.0.0-alpha.6",
|
||||
"@lowdefy/blocks-markdown": "4.0.0-alpha.6",
|
||||
"@lowdefy/build": "4.0.0-alpha.6",
|
||||
"@lowdefy/connection-axios-http": "4.0.0-alpha.6",
|
||||
"@lowdefy/engine": "4.0.0-alpha.6",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@lowdefy/layout": "4.0.0-alpha.6",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-change-case": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-diff": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-js": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-mql": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-nunjucks": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-uuid": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-yaml": "4.0.0-alpha.6",
|
||||
"chokidar": "3.5.2",
|
||||
"next": "12.0.3",
|
||||
"next-auth": "4.0.0-beta.6",
|
||||
|
@ -3,6 +3,37 @@
|
||||
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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **blocks-markdown:** Upgraded react markdown dependencies. ([9eb7c3a](https://github.com/lowdefy/lowdefy/commit/9eb7c3acbd8ab4088db75637ec8f17e36289787f))
|
||||
* Fix antd styles. ([62a752d](https://github.com/lowdefy/lowdefy/commit/62a752d66c9b7cf4ebfd07fcc92d8a195ed43be4))
|
||||
* Fix blocks-echarts yarn berry packageExtensions. ([a908c1c](https://github.com/lowdefy/lowdefy/commit/a908c1c1f8ccaab37643bf8a043a6cec8f82f243))
|
||||
* Fix blocks-markdown package dependencies. ([035b0c1](https://github.com/lowdefy/lowdefy/commit/035b0c108b9447570fe7d37a5386d9ea414714fa))
|
||||
* Fix static files. ([d2e343e](https://github.com/lowdefy/lowdefy/commit/d2e343eb8b644d953babac628470e785af641237))
|
||||
* **server:** Home is also returned in getRootConfig. ([b138485](https://github.com/lowdefy/lowdefy/commit/b13848527749eb6f030bd944b1b169e8bd04af5d))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* 404 page working with next server ([270c92e](https://github.com/lowdefy/lowdefy/commit/270c92e16a42a5e9988b890f2abd41b16da6f673))
|
||||
* Add icons and webmanifest to next server. ([6a254ed](https://github.com/lowdefy/lowdefy/commit/6a254ed88282a4965aa6e7399250668a409310a3))
|
||||
* Add secrets to v4 servers ([9ef2ccd](https://github.com/lowdefy/lowdefy/commit/9ef2ccd131149e72ba87aee20f1720a99dbd9e07))
|
||||
* Add server manager and file watcher in reload event stream. ([8474aaf](https://github.com/lowdefy/lowdefy/commit/8474aaf63c0475cb19a76ca3df9459c05f263986))
|
||||
* **build:** Move app.style.lessVariables to config.theme.lessVariables. ([cb14f17](https://github.com/lowdefy/lowdefy/commit/cb14f1712f9f064e96d2f71bf12bb3922aff46eb))
|
||||
* **server-dev:** Reload client window if dev server is restarted. ([b8c1d58](https://github.com/lowdefy/lowdefy/commit/b8c1d58ea8b0056fdd9ce042590f7c7f90bcc439))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* The 404 page is now always publically accessible.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.5](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2021-11-27)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/server",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,13 +41,13 @@
|
||||
"next": "next"
|
||||
},
|
||||
"dependencies": {
|
||||
"@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/node-utils": "4.0.0-alpha.5",
|
||||
"@lowdefy/operators-js": "4.0.0-alpha.5",
|
||||
"@lowdefy/api": "4.0.0-alpha.6",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.6",
|
||||
"@lowdefy/engine": "4.0.0-alpha.6",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@lowdefy/layout": "4.0.0-alpha.6",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-js": "4.0.0-alpha.6",
|
||||
"next": "12.0.3",
|
||||
"next-auth": "4.0.0-beta.6",
|
||||
"process": "0.11.10",
|
||||
@ -56,7 +56,7 @@
|
||||
"react-icons": "4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/build": "4.0.0-alpha.5",
|
||||
"@lowdefy/build": "4.0.0-alpha.6",
|
||||
"@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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/ajv
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/ajv",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,7 +40,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.5",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.6",
|
||||
"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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/block-dev
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/block-dev",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"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.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.6",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"@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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/block-utils
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/block-utils",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"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.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"classnames": "2.3.1",
|
||||
"dompurify": "2.3.3",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Create wait helper function. ([42c09f4](https://github.com/lowdefy/lowdefy/commit/42c09f467b3d4a3b51298a2a67364137def7896d))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/helpers",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
|
@ -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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add server manager and file watcher in reload event stream. ([8474aaf](https://github.com/lowdefy/lowdefy/commit/8474aaf63c0475cb19a76ca3df9459c05f263986))
|
||||
* **server-dev:** Updates to dev server manager. ([b4861d0](https://github.com/lowdefy/lowdefy/commit/b4861d0892ee9a91ff49b3bb72498d8c42c02778))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/node-utils",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,7 +41,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"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.6](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.5...v4.0.0-alpha.6) (2022-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/nunjucks
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/nunjucks",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,7 +40,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.5",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.6",
|
||||
"moment": "2.29.1",
|
||||
"nunjucks": "3.2.3"
|
||||
},
|
||||
|
284
yarn.lock
284
yarn.lock
@ -3254,11 +3254,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lowdefy/ajv@4.0.0-alpha.5, @lowdefy/ajv@workspace:packages/utils/ajv":
|
||||
"@lowdefy/ajv@4.0.0-alpha.6, @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.5
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3268,15 +3268,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/api@4.0.0-alpha.5, @lowdefy/api@workspace:packages/api":
|
||||
"@lowdefy/api@4.0.0-alpha.6, @lowdefy/api@workspace:packages/api":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/api@workspace:packages/api"
|
||||
dependencies:
|
||||
"@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
|
||||
"@lowdefy/ajv": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.6
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.6
|
||||
"@lowdefy/operators": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3284,13 +3284,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/block-dev@4.0.0-alpha.5, @lowdefy/block-dev@workspace:packages/utils/block-dev":
|
||||
"@lowdefy/block-dev@4.0.0-alpha.6, @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.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@testing-library/dom": 8.10.1
|
||||
@ -3306,7 +3306,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/block-utils@4.0.0-alpha.5, @lowdefy/block-utils@workspace:packages/utils/block-utils":
|
||||
"@lowdefy/block-utils@4.0.0-alpha.6, @lowdefy/block-utils@workspace:packages/utils/block-utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/block-utils@workspace:packages/utils/block-utils"
|
||||
dependencies:
|
||||
@ -3314,7 +3314,7 @@ __metadata:
|
||||
"@emotion/css": 11.5.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@emotion/react": 11.5.0
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3330,7 +3330,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-antd@4.0.0-alpha.5, @lowdefy/blocks-antd@workspace:packages/plugins/blocks/blocks-antd":
|
||||
"@lowdefy/blocks-antd@4.0.0-alpha.6, @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:
|
||||
@ -3338,10 +3338,10 @@ __metadata:
|
||||
"@babel/core": 7.16.0
|
||||
"@babel/preset-react": 7.16.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.6
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3362,15 +3362,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-basic@4.0.0-alpha.5, @lowdefy/blocks-basic@workspace:packages/plugins/blocks/blocks-basic":
|
||||
"@lowdefy/blocks-basic@4.0.0-alpha.6, @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.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.6
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3387,15 +3387,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-color-selectors@4.0.0-alpha.5, @lowdefy/blocks-color-selectors@workspace:packages/plugins/blocks/blocks-color-selectors":
|
||||
"@lowdefy/blocks-color-selectors@4.0.0-alpha.6, @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.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/blocks-antd": 4.0.0-alpha.5
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.6
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.6
|
||||
"@lowdefy/blocks-antd": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3413,14 +3413,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-echarts@4.0.0-alpha.5, @lowdefy/blocks-echarts@workspace:packages/plugins/blocks/blocks-echarts":
|
||||
"@lowdefy/blocks-echarts@4.0.0-alpha.6, @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.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.6
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3438,15 +3438,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-loaders@4.0.0-alpha.5, @lowdefy/blocks-loaders@workspace:packages/plugins/blocks/blocks-loaders":
|
||||
"@lowdefy/blocks-loaders@4.0.0-alpha.6, @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.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.6
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3462,14 +3462,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-markdown@4.0.0-alpha.5, @lowdefy/blocks-markdown@workspace:packages/plugins/blocks/blocks-markdown":
|
||||
"@lowdefy/blocks-markdown@4.0.0-alpha.6, @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.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.6
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3490,29 +3490,29 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/build@4.0.0-alpha.5, @lowdefy/build@workspace:packages/build":
|
||||
"@lowdefy/build@4.0.0-alpha.6, @lowdefy/build@workspace:packages/build":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/build@workspace:packages/build"
|
||||
dependencies:
|
||||
"@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/connection-redis": 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-change-case": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-diff": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-js": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-mql": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-nunjucks": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-uuid": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-yaml": 4.0.0-alpha.5
|
||||
"@lowdefy/ajv": 4.0.0-alpha.6
|
||||
"@lowdefy/blocks-antd": 4.0.0-alpha.6
|
||||
"@lowdefy/blocks-basic": 4.0.0-alpha.6
|
||||
"@lowdefy/blocks-color-selectors": 4.0.0-alpha.6
|
||||
"@lowdefy/blocks-echarts": 4.0.0-alpha.6
|
||||
"@lowdefy/blocks-loaders": 4.0.0-alpha.6
|
||||
"@lowdefy/blocks-markdown": 4.0.0-alpha.6
|
||||
"@lowdefy/connection-axios-http": 4.0.0-alpha.6
|
||||
"@lowdefy/connection-redis": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.6
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-change-case": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-diff": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-js": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-mql": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-nunjucks": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-uuid": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-yaml": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3526,12 +3526,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/connection-axios-http@4.0.0-alpha.5, @lowdefy/connection-axios-http@workspace:packages/plugins/connections/connection-axios-http":
|
||||
"@lowdefy/connection-axios-http@4.0.0-alpha.6, @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.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/ajv": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3545,8 +3545,8 @@ __metadata:
|
||||
resolution: "@lowdefy/connection-elasticsearch@workspace:packages/plugins/connections/connection-elasticsearch"
|
||||
dependencies:
|
||||
"@elastic/elasticsearch": 7.15.0
|
||||
"@lowdefy/ajv": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/ajv": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3558,8 +3558,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.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/ajv": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3574,8 +3574,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.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/ajv": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3592,8 +3592,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.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/ajv": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@shelf/jest-mongodb": 2.1.0
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
@ -3604,12 +3604,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/connection-redis@4.0.0-alpha.5, @lowdefy/connection-redis@workspace:packages/plugins/connections/connection-redis":
|
||||
"@lowdefy/connection-redis@4.0.0-alpha.6, @lowdefy/connection-redis@workspace:packages/plugins/connections/connection-redis":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/connection-redis@workspace:packages/plugins/connections/connection-redis"
|
||||
dependencies:
|
||||
"@lowdefy/ajv": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/ajv": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3622,8 +3622,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.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/ajv": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@sendgrid/mail": 7.5.0
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
@ -3636,8 +3636,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.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/ajv": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3658,12 +3658,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/engine@4.0.0-alpha.5, @lowdefy/engine@workspace:packages/engine":
|
||||
"@lowdefy/engine@4.0.0-alpha.6, @lowdefy/engine@workspace:packages/engine":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/engine@workspace:packages/engine"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/operators": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@lowdefy/operators": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3684,7 +3684,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/helpers@4.0.0-alpha.5, @lowdefy/helpers@workspace:packages/utils/helpers":
|
||||
"@lowdefy/helpers@4.0.0-alpha.6, @lowdefy/helpers@workspace:packages/utils/helpers":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/helpers@workspace:packages/utils/helpers"
|
||||
dependencies:
|
||||
@ -3698,15 +3698,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/layout@4.0.0-alpha.5, @lowdefy/layout@workspace:packages/layout":
|
||||
"@lowdefy/layout@4.0.0-alpha.6, @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.5
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.6
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3741,11 +3741,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/node-utils@4.0.0-alpha.5, @lowdefy/node-utils@workspace:packages/utils/node-utils":
|
||||
"@lowdefy/node-utils@4.0.0-alpha.6, @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.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3754,11 +3754,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/nunjucks@4.0.0-alpha.5, @lowdefy/nunjucks@workspace:packages/utils/nunjucks":
|
||||
"@lowdefy/nunjucks@4.0.0-alpha.6, @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.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3768,12 +3768,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/operators-change-case@4.0.0-alpha.5, @lowdefy/operators-change-case@workspace:packages/plugins/operators/operators-change-case":
|
||||
"@lowdefy/operators-change-case@4.0.0-alpha.6, @lowdefy/operators-change-case@workspace:packages/plugins/operators/operators-change-case":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/operators-change-case@workspace:packages/plugins/operators/operators-change-case"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/operators": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@lowdefy/operators": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3782,12 +3782,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/operators-diff@4.0.0-alpha.5, @lowdefy/operators-diff@workspace:packages/plugins/operators/operators-diff":
|
||||
"@lowdefy/operators-diff@4.0.0-alpha.6, @lowdefy/operators-diff@workspace:packages/plugins/operators/operators-diff":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/operators-diff@workspace:packages/plugins/operators/operators-diff"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/operators": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@lowdefy/operators": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3796,12 +3796,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/operators-js@4.0.0-alpha.5, @lowdefy/operators-js@workspace:packages/plugins/operators/operators-js":
|
||||
"@lowdefy/operators-js@4.0.0-alpha.6, @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.5
|
||||
"@lowdefy/operators": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@lowdefy/operators": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3809,12 +3809,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/operators-mql@4.0.0-alpha.5, @lowdefy/operators-mql@workspace:packages/plugins/operators/operators-mql":
|
||||
"@lowdefy/operators-mql@4.0.0-alpha.6, @lowdefy/operators-mql@workspace:packages/plugins/operators/operators-mql":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/operators-mql@workspace:packages/plugins/operators/operators-mql"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/operators": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@lowdefy/operators": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3823,13 +3823,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/operators-nunjucks@4.0.0-alpha.5, @lowdefy/operators-nunjucks@workspace:packages/plugins/operators/operators-nunjucks":
|
||||
"@lowdefy/operators-nunjucks@4.0.0-alpha.6, @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.5
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.5
|
||||
"@lowdefy/operators": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.6
|
||||
"@lowdefy/operators": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3837,12 +3837,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/operators-uuid@4.0.0-alpha.5, @lowdefy/operators-uuid@workspace:packages/plugins/operators/operators-uuid":
|
||||
"@lowdefy/operators-uuid@4.0.0-alpha.6, @lowdefy/operators-uuid@workspace:packages/plugins/operators/operators-uuid":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/operators-uuid@workspace:packages/plugins/operators/operators-uuid"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/operators": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@lowdefy/operators": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3851,12 +3851,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/operators-yaml@4.0.0-alpha.5, @lowdefy/operators-yaml@workspace:packages/plugins/operators/operators-yaml":
|
||||
"@lowdefy/operators-yaml@4.0.0-alpha.6, @lowdefy/operators-yaml@workspace:packages/plugins/operators/operators-yaml":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/operators-yaml@workspace:packages/plugins/operators/operators-yaml"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/operators": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@lowdefy/operators": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3865,11 +3865,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/operators@4.0.0-alpha.5, @lowdefy/operators@workspace:packages/operators":
|
||||
"@lowdefy/operators@4.0.0-alpha.6, @lowdefy/operators@workspace:packages/operators":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/operators@workspace:packages/operators"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3881,7 +3881,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.5
|
||||
"@lowdefy/ajv": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
@ -3894,27 +3894,27 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/server-dev@workspace:packages/server-dev"
|
||||
dependencies:
|
||||
"@lowdefy/api": 4.0.0-alpha.5
|
||||
"@lowdefy/block-utils": 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/build": 4.0.0-alpha.5
|
||||
"@lowdefy/connection-axios-http": 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/node-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-change-case": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-diff": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-js": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-mql": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-nunjucks": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-uuid": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-yaml": 4.0.0-alpha.5
|
||||
"@lowdefy/api": 4.0.0-alpha.6
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.6
|
||||
"@lowdefy/blocks-antd": 4.0.0-alpha.6
|
||||
"@lowdefy/blocks-basic": 4.0.0-alpha.6
|
||||
"@lowdefy/blocks-color-selectors": 4.0.0-alpha.6
|
||||
"@lowdefy/blocks-echarts": 4.0.0-alpha.6
|
||||
"@lowdefy/blocks-loaders": 4.0.0-alpha.6
|
||||
"@lowdefy/blocks-markdown": 4.0.0-alpha.6
|
||||
"@lowdefy/build": 4.0.0-alpha.6
|
||||
"@lowdefy/connection-axios-http": 4.0.0-alpha.6
|
||||
"@lowdefy/engine": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@lowdefy/layout": 4.0.0-alpha.6
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-change-case": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-diff": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-js": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-mql": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-nunjucks": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-uuid": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-yaml": 4.0.0-alpha.6
|
||||
"@next/eslint-plugin-next": 12.0.4
|
||||
chokidar: 3.5.2
|
||||
less: 4.1.2
|
||||
@ -3935,14 +3935,14 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/server@workspace:packages/server"
|
||||
dependencies:
|
||||
"@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/node-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/operators-js": 4.0.0-alpha.5
|
||||
"@lowdefy/api": 4.0.0-alpha.6
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.6
|
||||
"@lowdefy/build": 4.0.0-alpha.6
|
||||
"@lowdefy/engine": 4.0.0-alpha.6
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@lowdefy/layout": 4.0.0-alpha.6
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-js": 4.0.0-alpha.6
|
||||
"@next/eslint-plugin-next": 12.0.4
|
||||
less: 4.1.2
|
||||
less-loader: 10.2.0
|
||||
@ -11883,8 +11883,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "lowdefy@workspace:packages/cli"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.5
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.5
|
||||
"@lowdefy/helpers": 4.0.0-alpha.6
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.6
|
||||
"@swc/cli": 0.1.55
|
||||
"@swc/core": 1.2.130
|
||||
"@swc/jest": 0.2.17
|
||||
|
Loading…
x
Reference in New Issue
Block a user