@lowdefy/build 4.0.0-rc.11 → 4.0.0-rc.13

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.
@@ -645,6 +645,18 @@ export default {
645
645
  type: 'MenuLink "url" should be a string.'
646
646
  }
647
647
  },
648
+ urlQuery: {
649
+ type: 'object',
650
+ errorMessage: {
651
+ type: 'MenuLink "urlQuery" should be an object.'
652
+ }
653
+ },
654
+ input: {
655
+ type: 'object',
656
+ errorMessage: {
657
+ type: 'MenuLink "input" should be an object.'
658
+ }
659
+ },
648
660
  properties: {
649
661
  type: 'object',
650
662
  errorMessage: {
@@ -13,7 +13,10 @@
13
13
  See the License for the specific language governing permissions and
14
14
  limitations under the License.
15
15
  */ let id_counter = 0;
16
- function makeId() {
16
+ function makeId(reset) {
17
+ if (reset) {
18
+ id_counter = 0;
19
+ }
17
20
  id_counter++;
18
21
  return id_counter.toString(36);
19
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/build",
3
- "version": "4.0.0-rc.11",
3
+ "version": "4.0.0-rc.13",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "homepage": "https://lowdefy.com",
@@ -51,14 +51,14 @@
51
51
  "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
52
52
  },
53
53
  "dependencies": {
54
- "@lowdefy/ajv": "4.0.0-rc.11",
55
- "@lowdefy/blocks-basic": "4.0.0-rc.11",
56
- "@lowdefy/blocks-loaders": "4.0.0-rc.11",
57
- "@lowdefy/helpers": "4.0.0-rc.11",
58
- "@lowdefy/node-utils": "4.0.0-rc.11",
59
- "@lowdefy/nunjucks": "4.0.0-rc.11",
60
- "@lowdefy/operators": "4.0.0-rc.11",
61
- "@lowdefy/operators-js": "4.0.0-rc.11",
54
+ "@lowdefy/ajv": "4.0.0-rc.13",
55
+ "@lowdefy/blocks-basic": "4.0.0-rc.13",
56
+ "@lowdefy/blocks-loaders": "4.0.0-rc.13",
57
+ "@lowdefy/helpers": "4.0.0-rc.13",
58
+ "@lowdefy/node-utils": "4.0.0-rc.13",
59
+ "@lowdefy/nunjucks": "4.0.0-rc.13",
60
+ "@lowdefy/operators": "4.0.0-rc.13",
61
+ "@lowdefy/operators-js": "4.0.0-rc.13",
62
62
  "ajv": "8.12.0",
63
63
  "json5": "2.2.3",
64
64
  "yaml": "2.3.2",
@@ -66,35 +66,35 @@
66
66
  },
67
67
  "devDependencies": {
68
68
  "@jest/globals": "28.1.3",
69
- "@lowdefy/actions-core": "4.0.0-rc.11",
70
- "@lowdefy/actions-pdf-make": "4.0.0-rc.11",
71
- "@lowdefy/blocks-aggrid": "4.0.0-rc.11",
72
- "@lowdefy/blocks-algolia": "4.0.0-rc.11",
73
- "@lowdefy/blocks-antd": "4.0.0-rc.11",
74
- "@lowdefy/blocks-color-selectors": "4.0.0-rc.11",
75
- "@lowdefy/blocks-echarts": "4.0.0-rc.11",
76
- "@lowdefy/blocks-google-maps": "4.0.0-rc.11",
77
- "@lowdefy/blocks-markdown": "4.0.0-rc.11",
78
- "@lowdefy/blocks-qr": "4.0.0-rc.11",
79
- "@lowdefy/connection-axios-http": "4.0.0-rc.11",
80
- "@lowdefy/connection-elasticsearch": "4.0.0-rc.11",
81
- "@lowdefy/connection-google-sheets": "4.0.0-rc.11",
82
- "@lowdefy/connection-knex": "4.0.0-rc.11",
83
- "@lowdefy/connection-mongodb": "4.0.0-rc.11",
84
- "@lowdefy/connection-redis": "4.0.0-rc.11",
85
- "@lowdefy/connection-sendgrid": "4.0.0-rc.11",
86
- "@lowdefy/connection-stripe": "4.0.0-rc.11",
87
- "@lowdefy/operators-change-case": "4.0.0-rc.11",
88
- "@lowdefy/operators-diff": "4.0.0-rc.11",
89
- "@lowdefy/operators-moment": "4.0.0-rc.11",
90
- "@lowdefy/operators-mql": "4.0.0-rc.11",
91
- "@lowdefy/operators-nunjucks": "4.0.0-rc.11",
92
- "@lowdefy/operators-uuid": "4.0.0-rc.11",
93
- "@lowdefy/operators-yaml": "4.0.0-rc.11",
94
- "@lowdefy/plugin-auth0": "4.0.0-rc.11",
95
- "@lowdefy/plugin-aws": "4.0.0-rc.11",
96
- "@lowdefy/plugin-csv": "4.0.0-rc.11",
97
- "@lowdefy/plugin-next-auth": "4.0.0-rc.11",
69
+ "@lowdefy/actions-core": "4.0.0-rc.13",
70
+ "@lowdefy/actions-pdf-make": "4.0.0-rc.13",
71
+ "@lowdefy/blocks-aggrid": "4.0.0-rc.13",
72
+ "@lowdefy/blocks-algolia": "4.0.0-rc.13",
73
+ "@lowdefy/blocks-antd": "4.0.0-rc.13",
74
+ "@lowdefy/blocks-color-selectors": "4.0.0-rc.13",
75
+ "@lowdefy/blocks-echarts": "4.0.0-rc.13",
76
+ "@lowdefy/blocks-google-maps": "4.0.0-rc.13",
77
+ "@lowdefy/blocks-markdown": "4.0.0-rc.13",
78
+ "@lowdefy/blocks-qr": "4.0.0-rc.13",
79
+ "@lowdefy/connection-axios-http": "4.0.0-rc.13",
80
+ "@lowdefy/connection-elasticsearch": "4.0.0-rc.13",
81
+ "@lowdefy/connection-google-sheets": "4.0.0-rc.13",
82
+ "@lowdefy/connection-knex": "4.0.0-rc.13",
83
+ "@lowdefy/connection-mongodb": "4.0.0-rc.13",
84
+ "@lowdefy/connection-redis": "4.0.0-rc.13",
85
+ "@lowdefy/connection-sendgrid": "4.0.0-rc.13",
86
+ "@lowdefy/connection-stripe": "4.0.0-rc.13",
87
+ "@lowdefy/operators-change-case": "4.0.0-rc.13",
88
+ "@lowdefy/operators-diff": "4.0.0-rc.13",
89
+ "@lowdefy/operators-moment": "4.0.0-rc.13",
90
+ "@lowdefy/operators-mql": "4.0.0-rc.13",
91
+ "@lowdefy/operators-nunjucks": "4.0.0-rc.13",
92
+ "@lowdefy/operators-uuid": "4.0.0-rc.13",
93
+ "@lowdefy/operators-yaml": "4.0.0-rc.13",
94
+ "@lowdefy/plugin-auth0": "4.0.0-rc.13",
95
+ "@lowdefy/plugin-aws": "4.0.0-rc.13",
96
+ "@lowdefy/plugin-csv": "4.0.0-rc.13",
97
+ "@lowdefy/plugin-next-auth": "4.0.0-rc.13",
98
98
  "@swc/cli": "0.1.62",
99
99
  "@swc/core": "1.3.92",
100
100
  "@swc/jest": "0.2.29",
@@ -103,5 +103,5 @@
103
103
  "publishConfig": {
104
104
  "access": "public"
105
105
  },
106
- "gitHead": "dbc49d3688a6d2f44de25cc3f4bc071627f7ebfa"
106
+ "gitHead": "e0e9a9b4e4e15c899de64d6736fa6e83cf56f8e4"
107
107
  }