mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-19 15:01:06 +08:00
chore: Release version v4.0.0-alpha.2.
This commit is contained in:
parent
3e58d59982
commit
4ac8365d6e
16
CHANGELOG.md
16
CHANGELOG.md
@ -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.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixes for CLI build. ([3e58d59](https://github.com/lowdefy/lowdefy/commit/3e58d599829e1393de52e94e6e1e82f6876231ec))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Fetch, install and build @lowdefy/server from CLI. ([7966538](https://github.com/lowdefy/lowdefy/commit/7966538468b4e9ac65003876b30ad1302132f1c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"packages": [
|
||||
"src/packages/*",
|
||||
"src/packages/blocks/*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/lowdefy",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"description": "Lowdefy monorepo",
|
||||
|
@ -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.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixes for CLI build. ([3e58d59](https://github.com/lowdefy/lowdefy/commit/3e58d599829e1393de52e94e6e1e82f6876231ec))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/api",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,11 +41,11 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.1",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.1",
|
||||
"@lowdefy/operators": "4.0.0-alpha.1"
|
||||
"@lowdefy/ajv": "4.0.0-alpha.2",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.2",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.2",
|
||||
"@lowdefy/operators": "4.0.0-alpha.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/cli": "0.1.52",
|
||||
|
@ -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.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixes for CLI build. ([3e58d59](https://github.com/lowdefy/lowdefy/commit/3e58d599829e1393de52e94e6e1e82f6876231ec))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/build",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,18 +41,18 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.1",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.1",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.2",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.2",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.2",
|
||||
"ajv": "8.8.2",
|
||||
"js-yaml": "4.1.0",
|
||||
"json5": "2.2.0",
|
||||
"uuid": "8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/blocks-basic": "4.0.0-alpha.1",
|
||||
"@lowdefy/connection-axios-http": "4.0.0-alpha.1",
|
||||
"@lowdefy/blocks-basic": "4.0.0-alpha.2",
|
||||
"@lowdefy/connection-axios-http": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -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.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixes for CLI build. ([3e58d59](https://github.com/lowdefy/lowdefy/commit/3e58d599829e1393de52e94e6e1e82f6876231ec))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Fetch, install and build @lowdefy/server from CLI. ([7966538](https://github.com/lowdefy/lowdefy/commit/7966538468b4e9ac65003876b30ad1302132f1c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lowdefy",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"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.1",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"@lowdefy/node-utils": "4.0.0-alpha.2",
|
||||
"axios": "0.24.0",
|
||||
"chalk": "4.1.2",
|
||||
"chokidar": "3.5.2",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/docs",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/engine
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/engine",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -38,8 +38,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/operators": "4.0.0-alpha.1"
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"@lowdefy/operators": "4.0.0-alpha.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/cli": "0.1.52",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/format
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/format",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/layout
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/layout",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,8 +41,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.2",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"antd": "4.17.0-alpha.7",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
"react-dom": "18.0.0-alpha-327d5c484-20211106"
|
||||
@ -50,7 +50,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.1",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/operators
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/operators",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -38,9 +38,9 @@
|
||||
"test:watch": "jest --coverage --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/format": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.1",
|
||||
"@lowdefy/format": "4.0.0-alpha.2",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.2",
|
||||
"change-case": "4.1.2",
|
||||
"deep-diff": "1.0.2",
|
||||
"js-yaml": "4.1.0",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-antd
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-antd
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-antd",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Lowdefy Ant Design Blocks",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -47,8 +47,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "4.7.0",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.2",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"antd": "4.17.0-alpha.7",
|
||||
"classnames": "2.3.1",
|
||||
"moment": "2.29.1",
|
||||
@ -61,7 +61,7 @@
|
||||
"@babel/core": "7.16.0",
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.1",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-basic
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-basic",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Basic html Lowdefy blocks.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -43,8 +43,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.2",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"dompurify": "2.3.3",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
"react-dom": "18.0.0-alpha-327d5c484-20211106"
|
||||
@ -52,7 +52,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.1",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-color-selectors
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-color-selectors
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-color-selectors",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"description": "A Lowdefy color selector blocks based on react-color.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,8 +42,8 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.1",
|
||||
"@lowdefy/blocks-antd": "4.0.0-alpha.1",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.2",
|
||||
"@lowdefy/blocks-antd": "4.0.0-alpha.2",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
"react-color": "2.19.3",
|
||||
"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.1",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-echarts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-echarts
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-echarts",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"description": "ECharts Blocks for Lowdefy.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,7 +42,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.1",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.2",
|
||||
"echarts": "5.2.1",
|
||||
"echarts-for-react": "3.0.1",
|
||||
"react": "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.1",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-loaders
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-loaders
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-loaders",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Lowdefy loader blocks.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,15 +40,15 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.2",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"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.1",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-markdown
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/blocks-markdown
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/blocks-markdown",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Lowdefy markdown blocks.",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,7 +42,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.1",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.2",
|
||||
"dompurify": "2.3.3",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
"react-dom": "18.0.0-alpha-327d5c484-20211106",
|
||||
@ -53,7 +53,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "7.16.0",
|
||||
"@emotion/jest": "11.5.0",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.1",
|
||||
"@lowdefy/block-dev": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-axios-http
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-axios-http",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,11 +41,11 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"axios": "0.24.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.1",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-elasticsearch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-elasticsearch",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"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.1"
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.1",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-google-sheets
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-google-sheets",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,13 +41,13 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"google-spreadsheet": "3.1.15",
|
||||
"mingo": "4.2.0",
|
||||
"moment": "2.29.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.1",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-knex
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-knex",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,7 +41,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"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.1",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-mongodb
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-mongodb",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,12 +41,12 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"mongodb": "3.7.3",
|
||||
"saslprep": "1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.1",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.2",
|
||||
"@shelf/jest-mongodb": "2.1.0",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-sendgrid
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-sendgrid",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,11 +41,11 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"@sendgrid/mail": "7.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.1",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/connection-stripe
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/connection-stripe",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -42,11 +42,11 @@
|
||||
"s": "swc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"stripe": "8.186.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/ajv": "4.0.0-alpha.1",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/plugin-aws
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/plugin-aws",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"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.1",
|
||||
"@lowdefy/ajv": "4.0.0-alpha.2",
|
||||
"@swc/cli": "0.1.52",
|
||||
"@swc/core": "1.2.112",
|
||||
"@swc/jest": "0.2.9",
|
||||
|
@ -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.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixes for CLI build. ([3e58d59](https://github.com/lowdefy/lowdefy/commit/3e58d599829e1393de52e94e6e1e82f6876231ec))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Fetch, install and build @lowdefy/server from CLI. ([7966538](https://github.com/lowdefy/lowdefy/commit/7966538468b4e9ac65003876b30ad1302132f1c3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/server",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,14 +40,14 @@
|
||||
"next": "next"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/api": "4.0.0-alpha.1",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.1",
|
||||
"@lowdefy/blocks-antd": "4.0.0-alpha.1",
|
||||
"@lowdefy/blocks-basic": "4.0.0-alpha.1",
|
||||
"@lowdefy/connection-axios-http": "4.0.0-alpha.1",
|
||||
"@lowdefy/engine": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/layout": "4.0.0-alpha.1",
|
||||
"@lowdefy/api": "4.0.0-alpha.2",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.2",
|
||||
"@lowdefy/blocks-antd": "4.0.0-alpha.2",
|
||||
"@lowdefy/blocks-basic": "4.0.0-alpha.2",
|
||||
"@lowdefy/connection-axios-http": "4.0.0-alpha.2",
|
||||
"@lowdefy/engine": "4.0.0-alpha.2",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"@lowdefy/layout": "4.0.0-alpha.2",
|
||||
"next": "12.0.3",
|
||||
"next-auth": "4.0.0-beta.6",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
@ -55,7 +55,7 @@
|
||||
"react-icons": "4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lowdefy/build": "4.0.0-alpha.1",
|
||||
"@lowdefy/build": "4.0.0-alpha.2",
|
||||
"@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.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/ajv
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/ajv",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,7 +40,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.1",
|
||||
"@lowdefy/nunjucks": "4.0.0-alpha.2",
|
||||
"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.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/block-dev
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/block-dev",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"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.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/block-utils": "4.0.0-alpha.2",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"@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.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/block-utils
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/block-utils
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/block-utils",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"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.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"classnames": "2.3.1",
|
||||
"dompurify": "2.3.3",
|
||||
"react": "18.0.0-alpha-327d5c484-20211106",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/helpers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/helpers
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/helpers",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
|
@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [4.0.0-alpha.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/node-utils
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/node-utils
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/node-utils",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -41,7 +41,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"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.2](https://github.com/lowdefy/lowdefy/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/nunjucks
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [4.0.0-alpha.1](https://github.com/lowdefy/lowdefy/compare/v3.23.1...v4.0.0-alpha.1) (2021-11-25)
|
||||
|
||||
**Note:** Version bump only for package @lowdefy/nunjucks
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lowdefy/nunjucks",
|
||||
"version": "4.0.0-alpha.1",
|
||||
"version": "4.0.0-alpha.2",
|
||||
"licence": "Apache-2.0",
|
||||
"description": "",
|
||||
"homepage": "https://lowdefy.com",
|
||||
@ -40,7 +40,7 @@
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lowdefy/helpers": "4.0.0-alpha.1",
|
||||
"@lowdefy/helpers": "4.0.0-alpha.2",
|
||||
"moment": "2.29.1",
|
||||
"nunjucks": "3.2.3"
|
||||
},
|
||||
|
164
yarn.lock
164
yarn.lock
@ -3248,11 +3248,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@lowdefy/ajv@4.0.0-alpha.1, @lowdefy/ajv@workspace:packages/utils/ajv":
|
||||
"@lowdefy/ajv@4.0.0-alpha.2, @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.1
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3262,15 +3262,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/api@4.0.0-alpha.1, @lowdefy/api@workspace:packages/api":
|
||||
"@lowdefy/api@4.0.0-alpha.2, @lowdefy/api@workspace:packages/api":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/api@workspace:packages/api"
|
||||
dependencies:
|
||||
"@lowdefy/ajv": 4.0.0-alpha.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.1
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.1
|
||||
"@lowdefy/operators": 4.0.0-alpha.1
|
||||
"@lowdefy/ajv": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.2
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.2
|
||||
"@lowdefy/operators": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3278,13 +3278,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/block-dev@4.0.0-alpha.1, @lowdefy/block-dev@workspace:packages/utils/block-dev":
|
||||
"@lowdefy/block-dev@4.0.0-alpha.2, @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.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@testing-library/dom": 8.10.1
|
||||
@ -3300,7 +3300,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/block-utils@4.0.0-alpha.1, @lowdefy/block-utils@workspace:packages/utils/block-utils":
|
||||
"@lowdefy/block-utils@4.0.0-alpha.2, @lowdefy/block-utils@workspace:packages/utils/block-utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/block-utils@workspace:packages/utils/block-utils"
|
||||
dependencies:
|
||||
@ -3308,7 +3308,7 @@ __metadata:
|
||||
"@emotion/css": 11.5.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@emotion/react": 11.5.0
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3324,7 +3324,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-antd@4.0.0-alpha.1, @lowdefy/blocks-antd@workspace:packages/plugins/blocks/blocks-antd":
|
||||
"@lowdefy/blocks-antd@4.0.0-alpha.2, @lowdefy/blocks-antd@workspace:packages/plugins/blocks/blocks-antd":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/blocks-antd@workspace:packages/plugins/blocks/blocks-antd"
|
||||
dependencies:
|
||||
@ -3332,9 +3332,9 @@ __metadata:
|
||||
"@babel/core": 7.16.0
|
||||
"@babel/preset-react": 7.16.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.1
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.2
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3355,15 +3355,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/blocks-basic@4.0.0-alpha.1, @lowdefy/blocks-basic@workspace:packages/plugins/blocks/blocks-basic":
|
||||
"@lowdefy/blocks-basic@4.0.0-alpha.2, @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.1
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.2
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3386,9 +3386,9 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/preset-react": 7.16.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.1
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.1
|
||||
"@lowdefy/blocks-antd": 4.0.0-alpha.1
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.2
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.2
|
||||
"@lowdefy/blocks-antd": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3412,8 +3412,8 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/preset-react": 7.16.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.1
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.1
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.2
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3437,9 +3437,9 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/preset-react": 7.16.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.1
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.2
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3461,8 +3461,8 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/preset-react": 7.16.0
|
||||
"@emotion/jest": 11.5.0
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.1
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.1
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.2
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3482,16 +3482,16 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/build@4.0.0-alpha.1, @lowdefy/build@workspace:packages/build":
|
||||
"@lowdefy/build@4.0.0-alpha.2, @lowdefy/build@workspace:packages/build":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/build@workspace:packages/build"
|
||||
dependencies:
|
||||
"@lowdefy/ajv": 4.0.0-alpha.1
|
||||
"@lowdefy/blocks-basic": 4.0.0-alpha.1
|
||||
"@lowdefy/connection-axios-http": 4.0.0-alpha.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.1
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.1
|
||||
"@lowdefy/ajv": 4.0.0-alpha.2
|
||||
"@lowdefy/blocks-basic": 4.0.0-alpha.2
|
||||
"@lowdefy/connection-axios-http": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.2
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3505,12 +3505,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/connection-axios-http@4.0.0-alpha.1, @lowdefy/connection-axios-http@workspace:packages/plugins/connections/connection-axios-http":
|
||||
"@lowdefy/connection-axios-http@4.0.0-alpha.2, @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.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/ajv": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3524,8 +3524,8 @@ __metadata:
|
||||
resolution: "@lowdefy/connection-elasticsearch@workspace:packages/plugins/connections/connection-elasticsearch"
|
||||
dependencies:
|
||||
"@elastic/elasticsearch": 7.15.0
|
||||
"@lowdefy/ajv": 4.0.0-alpha.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/ajv": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3537,8 +3537,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.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/ajv": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3553,8 +3553,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.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/ajv": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3571,8 +3571,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.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/ajv": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@shelf/jest-mongodb": 2.1.0
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
@ -3587,8 +3587,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.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/ajv": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@sendgrid/mail": 7.5.0
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
@ -3601,8 +3601,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.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/ajv": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3623,12 +3623,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/engine@4.0.0-alpha.1, @lowdefy/engine@workspace:packages/engine":
|
||||
"@lowdefy/engine@4.0.0-alpha.2, @lowdefy/engine@workspace:packages/engine":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/engine@workspace:packages/engine"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/operators": 4.0.0-alpha.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@lowdefy/operators": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3636,7 +3636,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/format@4.0.0-alpha.1, @lowdefy/format@workspace:packages/format":
|
||||
"@lowdefy/format@4.0.0-alpha.2, @lowdefy/format@workspace:packages/format":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/format@workspace:packages/format"
|
||||
dependencies:
|
||||
@ -3649,7 +3649,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/helpers@4.0.0-alpha.1, @lowdefy/helpers@workspace:packages/utils/helpers":
|
||||
"@lowdefy/helpers@4.0.0-alpha.2, @lowdefy/helpers@workspace:packages/utils/helpers":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/helpers@workspace:packages/utils/helpers"
|
||||
dependencies:
|
||||
@ -3663,15 +3663,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/layout@4.0.0-alpha.1, @lowdefy/layout@workspace:packages/layout":
|
||||
"@lowdefy/layout@4.0.0-alpha.2, @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.1
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/block-dev": 4.0.0-alpha.2
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3706,11 +3706,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/node-utils@4.0.0-alpha.1, @lowdefy/node-utils@workspace:packages/utils/node-utils":
|
||||
"@lowdefy/node-utils@4.0.0-alpha.2, @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.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3719,11 +3719,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/nunjucks@4.0.0-alpha.1, @lowdefy/nunjucks@workspace:packages/utils/nunjucks":
|
||||
"@lowdefy/nunjucks@4.0.0-alpha.2, @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.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3733,13 +3733,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@lowdefy/operators@4.0.0-alpha.1, @lowdefy/operators@workspace:packages/operators":
|
||||
"@lowdefy/operators@4.0.0-alpha.2, @lowdefy/operators@workspace:packages/operators":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/operators@workspace:packages/operators"
|
||||
dependencies:
|
||||
"@lowdefy/format": 4.0.0-alpha.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.1
|
||||
"@lowdefy/format": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@lowdefy/nunjucks": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3756,7 +3756,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.1
|
||||
"@lowdefy/ajv": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
@ -3771,15 +3771,15 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@lowdefy/server@workspace:packages/server"
|
||||
dependencies:
|
||||
"@lowdefy/api": 4.0.0-alpha.1
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.1
|
||||
"@lowdefy/blocks-antd": 4.0.0-alpha.1
|
||||
"@lowdefy/blocks-basic": 4.0.0-alpha.1
|
||||
"@lowdefy/build": 4.0.0-alpha.1
|
||||
"@lowdefy/connection-axios-http": 4.0.0-alpha.1
|
||||
"@lowdefy/engine": 4.0.0-alpha.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/layout": 4.0.0-alpha.1
|
||||
"@lowdefy/api": 4.0.0-alpha.2
|
||||
"@lowdefy/block-utils": 4.0.0-alpha.2
|
||||
"@lowdefy/blocks-antd": 4.0.0-alpha.2
|
||||
"@lowdefy/blocks-basic": 4.0.0-alpha.2
|
||||
"@lowdefy/build": 4.0.0-alpha.2
|
||||
"@lowdefy/connection-axios-http": 4.0.0-alpha.2
|
||||
"@lowdefy/engine": 4.0.0-alpha.2
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@lowdefy/layout": 4.0.0-alpha.2
|
||||
"@next/eslint-plugin-next": 12.0.4
|
||||
less: 4.1.2
|
||||
less-loader: 10.2.0
|
||||
@ -11698,8 +11698,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "lowdefy@workspace:packages/cli"
|
||||
dependencies:
|
||||
"@lowdefy/helpers": 4.0.0-alpha.1
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.1
|
||||
"@lowdefy/helpers": 4.0.0-alpha.2
|
||||
"@lowdefy/node-utils": 4.0.0-alpha.2
|
||||
"@swc/cli": 0.1.52
|
||||
"@swc/core": 1.2.112
|
||||
"@swc/jest": 0.2.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user