@lowdefy/build 4.0.0-alpha.11 → 4.0.0-alpha.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build/buildImports/buildIconImports.js +3 -8
- package/dist/build/buildImports/buildImportsDev.js +3 -1
- package/dist/build/buildImports/buildImportsProd.js +3 -1
- package/dist/build/buildImports/defaultIconsDev.js +584 -0
- package/dist/build/buildImports/defaultIconsProd.js +21 -0
- package/dist/defaultTypesMap.json +281 -281
- package/package.json +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lowdefy/build",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.12",
|
|
4
4
|
"licence": "Apache-2.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"homepage": "https://lowdefy.com",
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@lowdefy/ajv": "4.0.0-alpha.
|
|
53
|
-
"@lowdefy/blocks-basic": "4.0.0-alpha.
|
|
54
|
-
"@lowdefy/blocks-loaders": "4.0.0-alpha.
|
|
55
|
-
"@lowdefy/helpers": "4.0.0-alpha.
|
|
56
|
-
"@lowdefy/node-utils": "4.0.0-alpha.
|
|
57
|
-
"@lowdefy/nunjucks": "4.0.0-alpha.
|
|
58
|
-
"@lowdefy/operators": "4.0.0-alpha.
|
|
59
|
-
"@lowdefy/operators-js": "4.0.0-alpha.
|
|
52
|
+
"@lowdefy/ajv": "4.0.0-alpha.12",
|
|
53
|
+
"@lowdefy/blocks-basic": "4.0.0-alpha.12",
|
|
54
|
+
"@lowdefy/blocks-loaders": "4.0.0-alpha.12",
|
|
55
|
+
"@lowdefy/helpers": "4.0.0-alpha.12",
|
|
56
|
+
"@lowdefy/node-utils": "4.0.0-alpha.12",
|
|
57
|
+
"@lowdefy/nunjucks": "4.0.0-alpha.12",
|
|
58
|
+
"@lowdefy/operators": "4.0.0-alpha.12",
|
|
59
|
+
"@lowdefy/operators-js": "4.0.0-alpha.12",
|
|
60
60
|
"ajv": "8.9.0",
|
|
61
61
|
"json5": "2.2.0",
|
|
62
62
|
"uuid": "8.3.2",
|
|
@@ -65,26 +65,26 @@
|
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@jest/globals": "27.5.1",
|
|
68
|
-
"@lowdefy/actions-core": "4.0.0-alpha.
|
|
69
|
-
"@lowdefy/blocks-antd": "4.0.0-alpha.
|
|
70
|
-
"@lowdefy/blocks-color-selectors": "4.0.0-alpha.
|
|
71
|
-
"@lowdefy/blocks-echarts": "4.0.0-alpha.
|
|
72
|
-
"@lowdefy/blocks-markdown": "4.0.0-alpha.
|
|
73
|
-
"@lowdefy/connection-axios-http": "4.0.0-alpha.
|
|
74
|
-
"@lowdefy/connection-elasticsearch": "4.0.0-alpha.
|
|
75
|
-
"@lowdefy/connection-google-sheets": "4.0.0-alpha.
|
|
76
|
-
"@lowdefy/connection-knex": "4.0.0-alpha.
|
|
77
|
-
"@lowdefy/connection-mongodb": "4.0.0-alpha.
|
|
78
|
-
"@lowdefy/connection-redis": "4.0.0-alpha.
|
|
79
|
-
"@lowdefy/connection-sendgrid": "4.0.0-alpha.
|
|
80
|
-
"@lowdefy/connection-stripe": "4.0.0-alpha.
|
|
81
|
-
"@lowdefy/operators-change-case": "4.0.0-alpha.
|
|
82
|
-
"@lowdefy/operators-diff": "4.0.0-alpha.
|
|
83
|
-
"@lowdefy/operators-mql": "4.0.0-alpha.
|
|
84
|
-
"@lowdefy/operators-nunjucks": "4.0.0-alpha.
|
|
85
|
-
"@lowdefy/operators-uuid": "4.0.0-alpha.
|
|
86
|
-
"@lowdefy/operators-yaml": "4.0.0-alpha.
|
|
87
|
-
"@lowdefy/plugin-next-auth": "4.0.0-alpha.
|
|
68
|
+
"@lowdefy/actions-core": "4.0.0-alpha.12",
|
|
69
|
+
"@lowdefy/blocks-antd": "4.0.0-alpha.12",
|
|
70
|
+
"@lowdefy/blocks-color-selectors": "4.0.0-alpha.12",
|
|
71
|
+
"@lowdefy/blocks-echarts": "4.0.0-alpha.12",
|
|
72
|
+
"@lowdefy/blocks-markdown": "4.0.0-alpha.12",
|
|
73
|
+
"@lowdefy/connection-axios-http": "4.0.0-alpha.12",
|
|
74
|
+
"@lowdefy/connection-elasticsearch": "4.0.0-alpha.12",
|
|
75
|
+
"@lowdefy/connection-google-sheets": "4.0.0-alpha.12",
|
|
76
|
+
"@lowdefy/connection-knex": "4.0.0-alpha.12",
|
|
77
|
+
"@lowdefy/connection-mongodb": "4.0.0-alpha.12",
|
|
78
|
+
"@lowdefy/connection-redis": "4.0.0-alpha.12",
|
|
79
|
+
"@lowdefy/connection-sendgrid": "4.0.0-alpha.12",
|
|
80
|
+
"@lowdefy/connection-stripe": "4.0.0-alpha.12",
|
|
81
|
+
"@lowdefy/operators-change-case": "4.0.0-alpha.12",
|
|
82
|
+
"@lowdefy/operators-diff": "4.0.0-alpha.12",
|
|
83
|
+
"@lowdefy/operators-mql": "4.0.0-alpha.12",
|
|
84
|
+
"@lowdefy/operators-nunjucks": "4.0.0-alpha.12",
|
|
85
|
+
"@lowdefy/operators-uuid": "4.0.0-alpha.12",
|
|
86
|
+
"@lowdefy/operators-yaml": "4.0.0-alpha.12",
|
|
87
|
+
"@lowdefy/plugin-next-auth": "4.0.0-alpha.12",
|
|
88
88
|
"@swc/cli": "0.1.55",
|
|
89
89
|
"@swc/core": "1.2.135",
|
|
90
90
|
"@swc/jest": "0.2.17",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"publishConfig": {
|
|
94
94
|
"access": "public"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "41b6138a81bee7da362dad06345bc9f87b2c2133"
|
|
97
97
|
}
|