@wavemaker/rn-codegen 11.14.1-11.6351 → 11.14.1-12.6379
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/npm-shrinkwrap.json +126 -123
- package/package-lock.json +126 -123
- package/package.json +2 -2
- package/src/templates/app.template +0 -6
- package/src/templates/package.web.json +3 -3
- package/src/templates/project/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/rn-codegen",
|
|
3
|
-
"version": "11.14.1-
|
|
3
|
+
"version": "11.14.1-12.6379",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/rn-codegen",
|
|
9
|
-
"version": "11.14.1-
|
|
9
|
+
"version": "11.14.1-12.6379",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@types/node": "18.11.10",
|
|
19
19
|
"@types/prettier": "2.7.1",
|
|
20
20
|
"@types/yargs": "17.0.15",
|
|
21
|
-
"@wavemaker/foundation-css": "11.14.1-
|
|
21
|
+
"@wavemaker/foundation-css": "11.14.1-12.6379",
|
|
22
22
|
"adm-zip": "0.5.9",
|
|
23
23
|
"axios": "1.8.3",
|
|
24
24
|
"clean-css": "5.1.5",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"node_modules/@babel/code-frame": {
|
|
75
|
-
"version": "7.
|
|
76
|
-
"integrity": "sha512-
|
|
75
|
+
"version": "7.28.6",
|
|
76
|
+
"integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==",
|
|
77
77
|
"license": "MIT",
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@babel/helper-validator-identifier": "^7.
|
|
79
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
80
80
|
"js-tokens": "^4.0.0",
|
|
81
81
|
"picocolors": "^1.1.1"
|
|
82
82
|
},
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"node_modules/@babel/compat-data": {
|
|
88
|
-
"version": "7.28.
|
|
89
|
-
"integrity": "sha512-
|
|
88
|
+
"version": "7.28.6",
|
|
89
|
+
"integrity": "sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==",
|
|
90
90
|
"dev": true,
|
|
91
91
|
"license": "MIT",
|
|
92
92
|
"engines": {
|
|
@@ -94,20 +94,20 @@
|
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
96
|
"node_modules/@babel/core": {
|
|
97
|
-
"version": "7.28.
|
|
98
|
-
"integrity": "sha512-
|
|
97
|
+
"version": "7.28.6",
|
|
98
|
+
"integrity": "sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==",
|
|
99
99
|
"dev": true,
|
|
100
100
|
"license": "MIT",
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@babel/code-frame": "^7.
|
|
103
|
-
"@babel/generator": "^7.28.
|
|
104
|
-
"@babel/helper-compilation-targets": "^7.
|
|
105
|
-
"@babel/helper-module-transforms": "^7.28.
|
|
106
|
-
"@babel/helpers": "^7.28.
|
|
107
|
-
"@babel/parser": "^7.28.
|
|
108
|
-
"@babel/template": "^7.
|
|
109
|
-
"@babel/traverse": "^7.28.
|
|
110
|
-
"@babel/types": "^7.28.
|
|
102
|
+
"@babel/code-frame": "^7.28.6",
|
|
103
|
+
"@babel/generator": "^7.28.6",
|
|
104
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
105
|
+
"@babel/helper-module-transforms": "^7.28.6",
|
|
106
|
+
"@babel/helpers": "^7.28.6",
|
|
107
|
+
"@babel/parser": "^7.28.6",
|
|
108
|
+
"@babel/template": "^7.28.6",
|
|
109
|
+
"@babel/traverse": "^7.28.6",
|
|
110
|
+
"@babel/types": "^7.28.6",
|
|
111
111
|
"@jridgewell/remapping": "^2.3.5",
|
|
112
112
|
"convert-source-map": "^2.0.0",
|
|
113
113
|
"debug": "^4.1.0",
|
|
@@ -124,13 +124,13 @@
|
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
126
|
"node_modules/@babel/core/node_modules/@babel/generator": {
|
|
127
|
-
"version": "7.28.
|
|
128
|
-
"integrity": "sha512-
|
|
127
|
+
"version": "7.28.6",
|
|
128
|
+
"integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
|
|
129
129
|
"dev": true,
|
|
130
130
|
"license": "MIT",
|
|
131
131
|
"dependencies": {
|
|
132
|
-
"@babel/parser": "^7.28.
|
|
133
|
-
"@babel/types": "^7.28.
|
|
132
|
+
"@babel/parser": "^7.28.6",
|
|
133
|
+
"@babel/types": "^7.28.6",
|
|
134
134
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
135
135
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
136
136
|
"jsesc": "^3.0.2"
|
|
@@ -140,12 +140,12 @@
|
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
142
|
"node_modules/@babel/core/node_modules/@babel/parser": {
|
|
143
|
-
"version": "7.28.
|
|
144
|
-
"integrity": "sha512-
|
|
143
|
+
"version": "7.28.6",
|
|
144
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
145
145
|
"dev": true,
|
|
146
146
|
"license": "MIT",
|
|
147
147
|
"dependencies": {
|
|
148
|
-
"@babel/types": "^7.28.
|
|
148
|
+
"@babel/types": "^7.28.6"
|
|
149
149
|
},
|
|
150
150
|
"bin": {
|
|
151
151
|
"parser": "bin/babel-parser.js"
|
|
@@ -155,17 +155,17 @@
|
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
157
|
"node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
158
|
-
"version": "7.28.
|
|
159
|
-
"integrity": "sha512-
|
|
158
|
+
"version": "7.28.6",
|
|
159
|
+
"integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==",
|
|
160
160
|
"dev": true,
|
|
161
161
|
"license": "MIT",
|
|
162
162
|
"dependencies": {
|
|
163
|
-
"@babel/code-frame": "^7.
|
|
164
|
-
"@babel/generator": "^7.28.
|
|
163
|
+
"@babel/code-frame": "^7.28.6",
|
|
164
|
+
"@babel/generator": "^7.28.6",
|
|
165
165
|
"@babel/helper-globals": "^7.28.0",
|
|
166
|
-
"@babel/parser": "^7.28.
|
|
167
|
-
"@babel/template": "^7.
|
|
168
|
-
"@babel/types": "^7.28.
|
|
166
|
+
"@babel/parser": "^7.28.6",
|
|
167
|
+
"@babel/template": "^7.28.6",
|
|
168
|
+
"@babel/types": "^7.28.6",
|
|
169
169
|
"debug": "^4.3.1"
|
|
170
170
|
},
|
|
171
171
|
"engines": {
|
|
@@ -204,12 +204,12 @@
|
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
206
|
"node_modules/@babel/helper-compilation-targets": {
|
|
207
|
-
"version": "7.
|
|
208
|
-
"integrity": "sha512-
|
|
207
|
+
"version": "7.28.6",
|
|
208
|
+
"integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
|
|
209
209
|
"dev": true,
|
|
210
210
|
"license": "MIT",
|
|
211
211
|
"dependencies": {
|
|
212
|
-
"@babel/compat-data": "^7.
|
|
212
|
+
"@babel/compat-data": "^7.28.6",
|
|
213
213
|
"@babel/helper-validator-option": "^7.27.1",
|
|
214
214
|
"browserslist": "^4.24.0",
|
|
215
215
|
"lru-cache": "^5.1.1",
|
|
@@ -272,26 +272,26 @@
|
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
"node_modules/@babel/helper-module-imports": {
|
|
275
|
-
"version": "7.
|
|
276
|
-
"integrity": "sha512-
|
|
275
|
+
"version": "7.28.6",
|
|
276
|
+
"integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
|
|
277
277
|
"dev": true,
|
|
278
278
|
"license": "MIT",
|
|
279
279
|
"dependencies": {
|
|
280
|
-
"@babel/traverse": "^7.
|
|
281
|
-
"@babel/types": "^7.
|
|
280
|
+
"@babel/traverse": "^7.28.6",
|
|
281
|
+
"@babel/types": "^7.28.6"
|
|
282
282
|
},
|
|
283
283
|
"engines": {
|
|
284
284
|
"node": ">=6.9.0"
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
287
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/generator": {
|
|
288
|
-
"version": "7.28.
|
|
289
|
-
"integrity": "sha512-
|
|
288
|
+
"version": "7.28.6",
|
|
289
|
+
"integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
|
|
290
290
|
"dev": true,
|
|
291
291
|
"license": "MIT",
|
|
292
292
|
"dependencies": {
|
|
293
|
-
"@babel/parser": "^7.28.
|
|
294
|
-
"@babel/types": "^7.28.
|
|
293
|
+
"@babel/parser": "^7.28.6",
|
|
294
|
+
"@babel/types": "^7.28.6",
|
|
295
295
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
296
296
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
297
297
|
"jsesc": "^3.0.2"
|
|
@@ -301,12 +301,12 @@
|
|
|
301
301
|
}
|
|
302
302
|
},
|
|
303
303
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/parser": {
|
|
304
|
-
"version": "7.28.
|
|
305
|
-
"integrity": "sha512-
|
|
304
|
+
"version": "7.28.6",
|
|
305
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
306
306
|
"dev": true,
|
|
307
307
|
"license": "MIT",
|
|
308
308
|
"dependencies": {
|
|
309
|
-
"@babel/types": "^7.28.
|
|
309
|
+
"@babel/types": "^7.28.6"
|
|
310
310
|
},
|
|
311
311
|
"bin": {
|
|
312
312
|
"parser": "bin/babel-parser.js"
|
|
@@ -316,17 +316,17 @@
|
|
|
316
316
|
}
|
|
317
317
|
},
|
|
318
318
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/traverse": {
|
|
319
|
-
"version": "7.28.
|
|
320
|
-
"integrity": "sha512-
|
|
319
|
+
"version": "7.28.6",
|
|
320
|
+
"integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==",
|
|
321
321
|
"dev": true,
|
|
322
322
|
"license": "MIT",
|
|
323
323
|
"dependencies": {
|
|
324
|
-
"@babel/code-frame": "^7.
|
|
325
|
-
"@babel/generator": "^7.28.
|
|
324
|
+
"@babel/code-frame": "^7.28.6",
|
|
325
|
+
"@babel/generator": "^7.28.6",
|
|
326
326
|
"@babel/helper-globals": "^7.28.0",
|
|
327
|
-
"@babel/parser": "^7.28.
|
|
328
|
-
"@babel/template": "^7.
|
|
329
|
-
"@babel/types": "^7.28.
|
|
327
|
+
"@babel/parser": "^7.28.6",
|
|
328
|
+
"@babel/template": "^7.28.6",
|
|
329
|
+
"@babel/types": "^7.28.6",
|
|
330
330
|
"debug": "^4.3.1"
|
|
331
331
|
},
|
|
332
332
|
"engines": {
|
|
@@ -346,14 +346,14 @@
|
|
|
346
346
|
}
|
|
347
347
|
},
|
|
348
348
|
"node_modules/@babel/helper-module-transforms": {
|
|
349
|
-
"version": "7.28.
|
|
350
|
-
"integrity": "sha512-
|
|
349
|
+
"version": "7.28.6",
|
|
350
|
+
"integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
|
|
351
351
|
"dev": true,
|
|
352
352
|
"license": "MIT",
|
|
353
353
|
"dependencies": {
|
|
354
|
-
"@babel/helper-module-imports": "^7.
|
|
355
|
-
"@babel/helper-validator-identifier": "^7.
|
|
356
|
-
"@babel/traverse": "^7.28.
|
|
354
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
355
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
356
|
+
"@babel/traverse": "^7.28.6"
|
|
357
357
|
},
|
|
358
358
|
"engines": {
|
|
359
359
|
"node": ">=6.9.0"
|
|
@@ -363,13 +363,13 @@
|
|
|
363
363
|
}
|
|
364
364
|
},
|
|
365
365
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/generator": {
|
|
366
|
-
"version": "7.28.
|
|
367
|
-
"integrity": "sha512-
|
|
366
|
+
"version": "7.28.6",
|
|
367
|
+
"integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
|
|
368
368
|
"dev": true,
|
|
369
369
|
"license": "MIT",
|
|
370
370
|
"dependencies": {
|
|
371
|
-
"@babel/parser": "^7.28.
|
|
372
|
-
"@babel/types": "^7.28.
|
|
371
|
+
"@babel/parser": "^7.28.6",
|
|
372
|
+
"@babel/types": "^7.28.6",
|
|
373
373
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
374
374
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
375
375
|
"jsesc": "^3.0.2"
|
|
@@ -379,12 +379,12 @@
|
|
|
379
379
|
}
|
|
380
380
|
},
|
|
381
381
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
|
|
382
|
-
"version": "7.28.
|
|
383
|
-
"integrity": "sha512-
|
|
382
|
+
"version": "7.28.6",
|
|
383
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
384
384
|
"dev": true,
|
|
385
385
|
"license": "MIT",
|
|
386
386
|
"dependencies": {
|
|
387
|
-
"@babel/types": "^7.28.
|
|
387
|
+
"@babel/types": "^7.28.6"
|
|
388
388
|
},
|
|
389
389
|
"bin": {
|
|
390
390
|
"parser": "bin/babel-parser.js"
|
|
@@ -394,17 +394,17 @@
|
|
|
394
394
|
}
|
|
395
395
|
},
|
|
396
396
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/traverse": {
|
|
397
|
-
"version": "7.28.
|
|
398
|
-
"integrity": "sha512-
|
|
397
|
+
"version": "7.28.6",
|
|
398
|
+
"integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==",
|
|
399
399
|
"dev": true,
|
|
400
400
|
"license": "MIT",
|
|
401
401
|
"dependencies": {
|
|
402
|
-
"@babel/code-frame": "^7.
|
|
403
|
-
"@babel/generator": "^7.28.
|
|
402
|
+
"@babel/code-frame": "^7.28.6",
|
|
403
|
+
"@babel/generator": "^7.28.6",
|
|
404
404
|
"@babel/helper-globals": "^7.28.0",
|
|
405
|
-
"@babel/parser": "^7.28.
|
|
406
|
-
"@babel/template": "^7.
|
|
407
|
-
"@babel/types": "^7.28.
|
|
405
|
+
"@babel/parser": "^7.28.6",
|
|
406
|
+
"@babel/template": "^7.28.6",
|
|
407
|
+
"@babel/types": "^7.28.6",
|
|
408
408
|
"debug": "^4.3.1"
|
|
409
409
|
},
|
|
410
410
|
"engines": {
|
|
@@ -424,8 +424,8 @@
|
|
|
424
424
|
}
|
|
425
425
|
},
|
|
426
426
|
"node_modules/@babel/helper-plugin-utils": {
|
|
427
|
-
"version": "7.
|
|
428
|
-
"integrity": "sha512-
|
|
427
|
+
"version": "7.28.6",
|
|
428
|
+
"integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
|
|
429
429
|
"dev": true,
|
|
430
430
|
"license": "MIT",
|
|
431
431
|
"engines": {
|
|
@@ -469,13 +469,13 @@
|
|
|
469
469
|
}
|
|
470
470
|
},
|
|
471
471
|
"node_modules/@babel/helpers": {
|
|
472
|
-
"version": "7.28.
|
|
473
|
-
"integrity": "sha512-
|
|
472
|
+
"version": "7.28.6",
|
|
473
|
+
"integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
|
|
474
474
|
"dev": true,
|
|
475
475
|
"license": "MIT",
|
|
476
476
|
"dependencies": {
|
|
477
|
-
"@babel/template": "^7.
|
|
478
|
-
"@babel/types": "^7.28.
|
|
477
|
+
"@babel/template": "^7.28.6",
|
|
478
|
+
"@babel/types": "^7.28.6"
|
|
479
479
|
},
|
|
480
480
|
"engines": {
|
|
481
481
|
"node": ">=6.9.0"
|
|
@@ -544,12 +544,12 @@
|
|
|
544
544
|
}
|
|
545
545
|
},
|
|
546
546
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
547
|
-
"version": "7.
|
|
548
|
-
"integrity": "sha512-
|
|
547
|
+
"version": "7.28.6",
|
|
548
|
+
"integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==",
|
|
549
549
|
"dev": true,
|
|
550
550
|
"license": "MIT",
|
|
551
551
|
"dependencies": {
|
|
552
|
-
"@babel/helper-plugin-utils": "^7.
|
|
552
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
553
553
|
},
|
|
554
554
|
"engines": {
|
|
555
555
|
"node": ">=6.9.0"
|
|
@@ -583,12 +583,12 @@
|
|
|
583
583
|
}
|
|
584
584
|
},
|
|
585
585
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
586
|
-
"version": "7.
|
|
587
|
-
"integrity": "sha512-
|
|
586
|
+
"version": "7.28.6",
|
|
587
|
+
"integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
|
|
588
588
|
"dev": true,
|
|
589
589
|
"license": "MIT",
|
|
590
590
|
"dependencies": {
|
|
591
|
-
"@babel/helper-plugin-utils": "^7.
|
|
591
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
592
592
|
},
|
|
593
593
|
"engines": {
|
|
594
594
|
"node": ">=6.9.0"
|
|
@@ -700,12 +700,12 @@
|
|
|
700
700
|
}
|
|
701
701
|
},
|
|
702
702
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
703
|
-
"version": "7.
|
|
704
|
-
"integrity": "sha512
|
|
703
|
+
"version": "7.28.6",
|
|
704
|
+
"integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
|
|
705
705
|
"dev": true,
|
|
706
706
|
"license": "MIT",
|
|
707
707
|
"dependencies": {
|
|
708
|
-
"@babel/helper-plugin-utils": "^7.
|
|
708
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
709
709
|
},
|
|
710
710
|
"engines": {
|
|
711
711
|
"node": ">=6.9.0"
|
|
@@ -715,24 +715,24 @@
|
|
|
715
715
|
}
|
|
716
716
|
},
|
|
717
717
|
"node_modules/@babel/template": {
|
|
718
|
-
"version": "7.
|
|
719
|
-
"integrity": "sha512-
|
|
718
|
+
"version": "7.28.6",
|
|
719
|
+
"integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
|
|
720
720
|
"license": "MIT",
|
|
721
721
|
"dependencies": {
|
|
722
|
-
"@babel/code-frame": "^7.
|
|
723
|
-
"@babel/parser": "^7.
|
|
724
|
-
"@babel/types": "^7.
|
|
722
|
+
"@babel/code-frame": "^7.28.6",
|
|
723
|
+
"@babel/parser": "^7.28.6",
|
|
724
|
+
"@babel/types": "^7.28.6"
|
|
725
725
|
},
|
|
726
726
|
"engines": {
|
|
727
727
|
"node": ">=6.9.0"
|
|
728
728
|
}
|
|
729
729
|
},
|
|
730
730
|
"node_modules/@babel/template/node_modules/@babel/parser": {
|
|
731
|
-
"version": "7.28.
|
|
732
|
-
"integrity": "sha512-
|
|
731
|
+
"version": "7.28.6",
|
|
732
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
733
733
|
"license": "MIT",
|
|
734
734
|
"dependencies": {
|
|
735
|
-
"@babel/types": "^7.28.
|
|
735
|
+
"@babel/types": "^7.28.6"
|
|
736
736
|
},
|
|
737
737
|
"bin": {
|
|
738
738
|
"parser": "bin/babel-parser.js"
|
|
@@ -762,12 +762,12 @@
|
|
|
762
762
|
}
|
|
763
763
|
},
|
|
764
764
|
"node_modules/@babel/traverse/node_modules/@babel/generator": {
|
|
765
|
-
"version": "7.28.
|
|
766
|
-
"integrity": "sha512-
|
|
765
|
+
"version": "7.28.6",
|
|
766
|
+
"integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
|
|
767
767
|
"license": "MIT",
|
|
768
768
|
"dependencies": {
|
|
769
|
-
"@babel/parser": "^7.28.
|
|
770
|
-
"@babel/types": "^7.28.
|
|
769
|
+
"@babel/parser": "^7.28.6",
|
|
770
|
+
"@babel/types": "^7.28.6",
|
|
771
771
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
772
772
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
773
773
|
"jsesc": "^3.0.2"
|
|
@@ -777,11 +777,11 @@
|
|
|
777
777
|
}
|
|
778
778
|
},
|
|
779
779
|
"node_modules/@babel/traverse/node_modules/@babel/parser": {
|
|
780
|
-
"version": "7.28.
|
|
781
|
-
"integrity": "sha512-
|
|
780
|
+
"version": "7.28.6",
|
|
781
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
782
782
|
"license": "MIT",
|
|
783
783
|
"dependencies": {
|
|
784
|
-
"@babel/types": "^7.28.
|
|
784
|
+
"@babel/types": "^7.28.6"
|
|
785
785
|
},
|
|
786
786
|
"bin": {
|
|
787
787
|
"parser": "bin/babel-parser.js"
|
|
@@ -802,8 +802,8 @@
|
|
|
802
802
|
}
|
|
803
803
|
},
|
|
804
804
|
"node_modules/@babel/types": {
|
|
805
|
-
"version": "7.28.
|
|
806
|
-
"integrity": "sha512-
|
|
805
|
+
"version": "7.28.6",
|
|
806
|
+
"integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==",
|
|
807
807
|
"license": "MIT",
|
|
808
808
|
"dependencies": {
|
|
809
809
|
"@babel/helper-string-parser": "^7.27.1",
|
|
@@ -1264,12 +1264,12 @@
|
|
|
1264
1264
|
}
|
|
1265
1265
|
},
|
|
1266
1266
|
"node_modules/@types/babel__core/node_modules/@babel/parser": {
|
|
1267
|
-
"version": "7.28.
|
|
1268
|
-
"integrity": "sha512-
|
|
1267
|
+
"version": "7.28.6",
|
|
1268
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
1269
1269
|
"dev": true,
|
|
1270
1270
|
"license": "MIT",
|
|
1271
1271
|
"dependencies": {
|
|
1272
|
-
"@babel/types": "^7.28.
|
|
1272
|
+
"@babel/types": "^7.28.6"
|
|
1273
1273
|
},
|
|
1274
1274
|
"bin": {
|
|
1275
1275
|
"parser": "bin/babel-parser.js"
|
|
@@ -1501,8 +1501,8 @@
|
|
|
1501
1501
|
}
|
|
1502
1502
|
},
|
|
1503
1503
|
"node_modules/@wavemaker/foundation-css": {
|
|
1504
|
-
"version": "11.14.1-
|
|
1505
|
-
"integrity": "sha512-
|
|
1504
|
+
"version": "11.14.1-12.6379",
|
|
1505
|
+
"integrity": "sha512-8aXjqrXYx4vsQeA0D09OVZvUp+ILrW6GArDzLo/yWtBPN5zmiP6yWJMxjANnimct058cmvx/ysthp7DqYGEu8Q==",
|
|
1506
1506
|
"license": "ISC",
|
|
1507
1507
|
"dependencies": {
|
|
1508
1508
|
"chroma-js": "^3.1.2"
|
|
@@ -1655,12 +1655,12 @@
|
|
|
1655
1655
|
}
|
|
1656
1656
|
},
|
|
1657
1657
|
"node_modules/babel-plugin-istanbul/node_modules/@babel/parser": {
|
|
1658
|
-
"version": "7.28.
|
|
1659
|
-
"integrity": "sha512-
|
|
1658
|
+
"version": "7.28.6",
|
|
1659
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
1660
1660
|
"dev": true,
|
|
1661
1661
|
"license": "MIT",
|
|
1662
1662
|
"dependencies": {
|
|
1663
|
-
"@babel/types": "^7.28.
|
|
1663
|
+
"@babel/types": "^7.28.6"
|
|
1664
1664
|
},
|
|
1665
1665
|
"bin": {
|
|
1666
1666
|
"parser": "bin/babel-parser.js"
|
|
@@ -1776,8 +1776,8 @@
|
|
|
1776
1776
|
"license": "MIT"
|
|
1777
1777
|
},
|
|
1778
1778
|
"node_modules/baseline-browser-mapping": {
|
|
1779
|
-
"version": "2.9.
|
|
1780
|
-
"integrity": "sha512-
|
|
1779
|
+
"version": "2.9.16",
|
|
1780
|
+
"integrity": "sha512-KeUZdBuxngy825i8xvzaK1Ncnkx0tBmb3k8DkEuqjKRkmtvNTjey2ZsNeh8Dw4lfKvbCOu9oeNx2TKm2vHqcRw==",
|
|
1781
1781
|
"dev": true,
|
|
1782
1782
|
"license": "Apache-2.0",
|
|
1783
1783
|
"bin": {
|
|
@@ -1950,8 +1950,8 @@
|
|
|
1950
1950
|
}
|
|
1951
1951
|
},
|
|
1952
1952
|
"node_modules/caniuse-lite": {
|
|
1953
|
-
"version": "1.0.
|
|
1954
|
-
"integrity": "sha512-
|
|
1953
|
+
"version": "1.0.30001765",
|
|
1954
|
+
"integrity": "sha512-LWcNtSyZrakjECqmpP4qdg0MMGdN368D7X8XvvAqOcqMv0RxnlqVKZl2V6/mBR68oYMxOZPLw/gO7DuisMHUvQ==",
|
|
1955
1955
|
"dev": true,
|
|
1956
1956
|
"funding": [
|
|
1957
1957
|
{
|
|
@@ -3149,12 +3149,12 @@
|
|
|
3149
3149
|
}
|
|
3150
3150
|
},
|
|
3151
3151
|
"node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
|
|
3152
|
-
"version": "7.28.
|
|
3153
|
-
"integrity": "sha512-
|
|
3152
|
+
"version": "7.28.6",
|
|
3153
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
3154
3154
|
"dev": true,
|
|
3155
3155
|
"license": "MIT",
|
|
3156
3156
|
"dependencies": {
|
|
3157
|
-
"@babel/types": "^7.28.
|
|
3157
|
+
"@babel/types": "^7.28.6"
|
|
3158
3158
|
},
|
|
3159
3159
|
"bin": {
|
|
3160
3160
|
"parser": "bin/babel-parser.js"
|
|
@@ -4806,10 +4806,13 @@
|
|
|
4806
4806
|
"optional": true
|
|
4807
4807
|
},
|
|
4808
4808
|
"node_modules/sax": {
|
|
4809
|
-
"version": "1.4.
|
|
4810
|
-
"integrity": "sha512-
|
|
4809
|
+
"version": "1.4.4",
|
|
4810
|
+
"integrity": "sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==",
|
|
4811
4811
|
"license": "BlueOak-1.0.0",
|
|
4812
|
-
"optional": true
|
|
4812
|
+
"optional": true,
|
|
4813
|
+
"engines": {
|
|
4814
|
+
"node": ">=11.0.0"
|
|
4815
|
+
}
|
|
4813
4816
|
},
|
|
4814
4817
|
"node_modules/semver": {
|
|
4815
4818
|
"version": "7.5.0",
|
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/rn-codegen",
|
|
3
|
-
"version": "11.14.1-
|
|
3
|
+
"version": "11.14.1-12.6379",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/rn-codegen",
|
|
9
|
-
"version": "11.14.1-
|
|
9
|
+
"version": "11.14.1-12.6379",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@types/node": "18.11.10",
|
|
19
19
|
"@types/prettier": "2.7.1",
|
|
20
20
|
"@types/yargs": "17.0.15",
|
|
21
|
-
"@wavemaker/foundation-css": "11.14.1-
|
|
21
|
+
"@wavemaker/foundation-css": "11.14.1-12.6379",
|
|
22
22
|
"adm-zip": "0.5.9",
|
|
23
23
|
"axios": "1.8.3",
|
|
24
24
|
"clean-css": "5.1.5",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"node_modules/@babel/code-frame": {
|
|
75
|
-
"version": "7.
|
|
76
|
-
"integrity": "sha512-
|
|
75
|
+
"version": "7.28.6",
|
|
76
|
+
"integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==",
|
|
77
77
|
"license": "MIT",
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@babel/helper-validator-identifier": "^7.
|
|
79
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
80
80
|
"js-tokens": "^4.0.0",
|
|
81
81
|
"picocolors": "^1.1.1"
|
|
82
82
|
},
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"node_modules/@babel/compat-data": {
|
|
88
|
-
"version": "7.28.
|
|
89
|
-
"integrity": "sha512-
|
|
88
|
+
"version": "7.28.6",
|
|
89
|
+
"integrity": "sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==",
|
|
90
90
|
"dev": true,
|
|
91
91
|
"license": "MIT",
|
|
92
92
|
"engines": {
|
|
@@ -94,20 +94,20 @@
|
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
96
|
"node_modules/@babel/core": {
|
|
97
|
-
"version": "7.28.
|
|
98
|
-
"integrity": "sha512-
|
|
97
|
+
"version": "7.28.6",
|
|
98
|
+
"integrity": "sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==",
|
|
99
99
|
"dev": true,
|
|
100
100
|
"license": "MIT",
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@babel/code-frame": "^7.
|
|
103
|
-
"@babel/generator": "^7.28.
|
|
104
|
-
"@babel/helper-compilation-targets": "^7.
|
|
105
|
-
"@babel/helper-module-transforms": "^7.28.
|
|
106
|
-
"@babel/helpers": "^7.28.
|
|
107
|
-
"@babel/parser": "^7.28.
|
|
108
|
-
"@babel/template": "^7.
|
|
109
|
-
"@babel/traverse": "^7.28.
|
|
110
|
-
"@babel/types": "^7.28.
|
|
102
|
+
"@babel/code-frame": "^7.28.6",
|
|
103
|
+
"@babel/generator": "^7.28.6",
|
|
104
|
+
"@babel/helper-compilation-targets": "^7.28.6",
|
|
105
|
+
"@babel/helper-module-transforms": "^7.28.6",
|
|
106
|
+
"@babel/helpers": "^7.28.6",
|
|
107
|
+
"@babel/parser": "^7.28.6",
|
|
108
|
+
"@babel/template": "^7.28.6",
|
|
109
|
+
"@babel/traverse": "^7.28.6",
|
|
110
|
+
"@babel/types": "^7.28.6",
|
|
111
111
|
"@jridgewell/remapping": "^2.3.5",
|
|
112
112
|
"convert-source-map": "^2.0.0",
|
|
113
113
|
"debug": "^4.1.0",
|
|
@@ -124,13 +124,13 @@
|
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
126
|
"node_modules/@babel/core/node_modules/@babel/generator": {
|
|
127
|
-
"version": "7.28.
|
|
128
|
-
"integrity": "sha512-
|
|
127
|
+
"version": "7.28.6",
|
|
128
|
+
"integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
|
|
129
129
|
"dev": true,
|
|
130
130
|
"license": "MIT",
|
|
131
131
|
"dependencies": {
|
|
132
|
-
"@babel/parser": "^7.28.
|
|
133
|
-
"@babel/types": "^7.28.
|
|
132
|
+
"@babel/parser": "^7.28.6",
|
|
133
|
+
"@babel/types": "^7.28.6",
|
|
134
134
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
135
135
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
136
136
|
"jsesc": "^3.0.2"
|
|
@@ -140,12 +140,12 @@
|
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
142
|
"node_modules/@babel/core/node_modules/@babel/parser": {
|
|
143
|
-
"version": "7.28.
|
|
144
|
-
"integrity": "sha512-
|
|
143
|
+
"version": "7.28.6",
|
|
144
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
145
145
|
"dev": true,
|
|
146
146
|
"license": "MIT",
|
|
147
147
|
"dependencies": {
|
|
148
|
-
"@babel/types": "^7.28.
|
|
148
|
+
"@babel/types": "^7.28.6"
|
|
149
149
|
},
|
|
150
150
|
"bin": {
|
|
151
151
|
"parser": "bin/babel-parser.js"
|
|
@@ -155,17 +155,17 @@
|
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
157
|
"node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
158
|
-
"version": "7.28.
|
|
159
|
-
"integrity": "sha512-
|
|
158
|
+
"version": "7.28.6",
|
|
159
|
+
"integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==",
|
|
160
160
|
"dev": true,
|
|
161
161
|
"license": "MIT",
|
|
162
162
|
"dependencies": {
|
|
163
|
-
"@babel/code-frame": "^7.
|
|
164
|
-
"@babel/generator": "^7.28.
|
|
163
|
+
"@babel/code-frame": "^7.28.6",
|
|
164
|
+
"@babel/generator": "^7.28.6",
|
|
165
165
|
"@babel/helper-globals": "^7.28.0",
|
|
166
|
-
"@babel/parser": "^7.28.
|
|
167
|
-
"@babel/template": "^7.
|
|
168
|
-
"@babel/types": "^7.28.
|
|
166
|
+
"@babel/parser": "^7.28.6",
|
|
167
|
+
"@babel/template": "^7.28.6",
|
|
168
|
+
"@babel/types": "^7.28.6",
|
|
169
169
|
"debug": "^4.3.1"
|
|
170
170
|
},
|
|
171
171
|
"engines": {
|
|
@@ -204,12 +204,12 @@
|
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
206
|
"node_modules/@babel/helper-compilation-targets": {
|
|
207
|
-
"version": "7.
|
|
208
|
-
"integrity": "sha512-
|
|
207
|
+
"version": "7.28.6",
|
|
208
|
+
"integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
|
|
209
209
|
"dev": true,
|
|
210
210
|
"license": "MIT",
|
|
211
211
|
"dependencies": {
|
|
212
|
-
"@babel/compat-data": "^7.
|
|
212
|
+
"@babel/compat-data": "^7.28.6",
|
|
213
213
|
"@babel/helper-validator-option": "^7.27.1",
|
|
214
214
|
"browserslist": "^4.24.0",
|
|
215
215
|
"lru-cache": "^5.1.1",
|
|
@@ -272,26 +272,26 @@
|
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
"node_modules/@babel/helper-module-imports": {
|
|
275
|
-
"version": "7.
|
|
276
|
-
"integrity": "sha512-
|
|
275
|
+
"version": "7.28.6",
|
|
276
|
+
"integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
|
|
277
277
|
"dev": true,
|
|
278
278
|
"license": "MIT",
|
|
279
279
|
"dependencies": {
|
|
280
|
-
"@babel/traverse": "^7.
|
|
281
|
-
"@babel/types": "^7.
|
|
280
|
+
"@babel/traverse": "^7.28.6",
|
|
281
|
+
"@babel/types": "^7.28.6"
|
|
282
282
|
},
|
|
283
283
|
"engines": {
|
|
284
284
|
"node": ">=6.9.0"
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
287
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/generator": {
|
|
288
|
-
"version": "7.28.
|
|
289
|
-
"integrity": "sha512-
|
|
288
|
+
"version": "7.28.6",
|
|
289
|
+
"integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
|
|
290
290
|
"dev": true,
|
|
291
291
|
"license": "MIT",
|
|
292
292
|
"dependencies": {
|
|
293
|
-
"@babel/parser": "^7.28.
|
|
294
|
-
"@babel/types": "^7.28.
|
|
293
|
+
"@babel/parser": "^7.28.6",
|
|
294
|
+
"@babel/types": "^7.28.6",
|
|
295
295
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
296
296
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
297
297
|
"jsesc": "^3.0.2"
|
|
@@ -301,12 +301,12 @@
|
|
|
301
301
|
}
|
|
302
302
|
},
|
|
303
303
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/parser": {
|
|
304
|
-
"version": "7.28.
|
|
305
|
-
"integrity": "sha512-
|
|
304
|
+
"version": "7.28.6",
|
|
305
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
306
306
|
"dev": true,
|
|
307
307
|
"license": "MIT",
|
|
308
308
|
"dependencies": {
|
|
309
|
-
"@babel/types": "^7.28.
|
|
309
|
+
"@babel/types": "^7.28.6"
|
|
310
310
|
},
|
|
311
311
|
"bin": {
|
|
312
312
|
"parser": "bin/babel-parser.js"
|
|
@@ -316,17 +316,17 @@
|
|
|
316
316
|
}
|
|
317
317
|
},
|
|
318
318
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/traverse": {
|
|
319
|
-
"version": "7.28.
|
|
320
|
-
"integrity": "sha512-
|
|
319
|
+
"version": "7.28.6",
|
|
320
|
+
"integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==",
|
|
321
321
|
"dev": true,
|
|
322
322
|
"license": "MIT",
|
|
323
323
|
"dependencies": {
|
|
324
|
-
"@babel/code-frame": "^7.
|
|
325
|
-
"@babel/generator": "^7.28.
|
|
324
|
+
"@babel/code-frame": "^7.28.6",
|
|
325
|
+
"@babel/generator": "^7.28.6",
|
|
326
326
|
"@babel/helper-globals": "^7.28.0",
|
|
327
|
-
"@babel/parser": "^7.28.
|
|
328
|
-
"@babel/template": "^7.
|
|
329
|
-
"@babel/types": "^7.28.
|
|
327
|
+
"@babel/parser": "^7.28.6",
|
|
328
|
+
"@babel/template": "^7.28.6",
|
|
329
|
+
"@babel/types": "^7.28.6",
|
|
330
330
|
"debug": "^4.3.1"
|
|
331
331
|
},
|
|
332
332
|
"engines": {
|
|
@@ -346,14 +346,14 @@
|
|
|
346
346
|
}
|
|
347
347
|
},
|
|
348
348
|
"node_modules/@babel/helper-module-transforms": {
|
|
349
|
-
"version": "7.28.
|
|
350
|
-
"integrity": "sha512-
|
|
349
|
+
"version": "7.28.6",
|
|
350
|
+
"integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
|
|
351
351
|
"dev": true,
|
|
352
352
|
"license": "MIT",
|
|
353
353
|
"dependencies": {
|
|
354
|
-
"@babel/helper-module-imports": "^7.
|
|
355
|
-
"@babel/helper-validator-identifier": "^7.
|
|
356
|
-
"@babel/traverse": "^7.28.
|
|
354
|
+
"@babel/helper-module-imports": "^7.28.6",
|
|
355
|
+
"@babel/helper-validator-identifier": "^7.28.5",
|
|
356
|
+
"@babel/traverse": "^7.28.6"
|
|
357
357
|
},
|
|
358
358
|
"engines": {
|
|
359
359
|
"node": ">=6.9.0"
|
|
@@ -363,13 +363,13 @@
|
|
|
363
363
|
}
|
|
364
364
|
},
|
|
365
365
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/generator": {
|
|
366
|
-
"version": "7.28.
|
|
367
|
-
"integrity": "sha512-
|
|
366
|
+
"version": "7.28.6",
|
|
367
|
+
"integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
|
|
368
368
|
"dev": true,
|
|
369
369
|
"license": "MIT",
|
|
370
370
|
"dependencies": {
|
|
371
|
-
"@babel/parser": "^7.28.
|
|
372
|
-
"@babel/types": "^7.28.
|
|
371
|
+
"@babel/parser": "^7.28.6",
|
|
372
|
+
"@babel/types": "^7.28.6",
|
|
373
373
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
374
374
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
375
375
|
"jsesc": "^3.0.2"
|
|
@@ -379,12 +379,12 @@
|
|
|
379
379
|
}
|
|
380
380
|
},
|
|
381
381
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
|
|
382
|
-
"version": "7.28.
|
|
383
|
-
"integrity": "sha512-
|
|
382
|
+
"version": "7.28.6",
|
|
383
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
384
384
|
"dev": true,
|
|
385
385
|
"license": "MIT",
|
|
386
386
|
"dependencies": {
|
|
387
|
-
"@babel/types": "^7.28.
|
|
387
|
+
"@babel/types": "^7.28.6"
|
|
388
388
|
},
|
|
389
389
|
"bin": {
|
|
390
390
|
"parser": "bin/babel-parser.js"
|
|
@@ -394,17 +394,17 @@
|
|
|
394
394
|
}
|
|
395
395
|
},
|
|
396
396
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/traverse": {
|
|
397
|
-
"version": "7.28.
|
|
398
|
-
"integrity": "sha512-
|
|
397
|
+
"version": "7.28.6",
|
|
398
|
+
"integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==",
|
|
399
399
|
"dev": true,
|
|
400
400
|
"license": "MIT",
|
|
401
401
|
"dependencies": {
|
|
402
|
-
"@babel/code-frame": "^7.
|
|
403
|
-
"@babel/generator": "^7.28.
|
|
402
|
+
"@babel/code-frame": "^7.28.6",
|
|
403
|
+
"@babel/generator": "^7.28.6",
|
|
404
404
|
"@babel/helper-globals": "^7.28.0",
|
|
405
|
-
"@babel/parser": "^7.28.
|
|
406
|
-
"@babel/template": "^7.
|
|
407
|
-
"@babel/types": "^7.28.
|
|
405
|
+
"@babel/parser": "^7.28.6",
|
|
406
|
+
"@babel/template": "^7.28.6",
|
|
407
|
+
"@babel/types": "^7.28.6",
|
|
408
408
|
"debug": "^4.3.1"
|
|
409
409
|
},
|
|
410
410
|
"engines": {
|
|
@@ -424,8 +424,8 @@
|
|
|
424
424
|
}
|
|
425
425
|
},
|
|
426
426
|
"node_modules/@babel/helper-plugin-utils": {
|
|
427
|
-
"version": "7.
|
|
428
|
-
"integrity": "sha512-
|
|
427
|
+
"version": "7.28.6",
|
|
428
|
+
"integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
|
|
429
429
|
"dev": true,
|
|
430
430
|
"license": "MIT",
|
|
431
431
|
"engines": {
|
|
@@ -469,13 +469,13 @@
|
|
|
469
469
|
}
|
|
470
470
|
},
|
|
471
471
|
"node_modules/@babel/helpers": {
|
|
472
|
-
"version": "7.28.
|
|
473
|
-
"integrity": "sha512-
|
|
472
|
+
"version": "7.28.6",
|
|
473
|
+
"integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
|
|
474
474
|
"dev": true,
|
|
475
475
|
"license": "MIT",
|
|
476
476
|
"dependencies": {
|
|
477
|
-
"@babel/template": "^7.
|
|
478
|
-
"@babel/types": "^7.28.
|
|
477
|
+
"@babel/template": "^7.28.6",
|
|
478
|
+
"@babel/types": "^7.28.6"
|
|
479
479
|
},
|
|
480
480
|
"engines": {
|
|
481
481
|
"node": ">=6.9.0"
|
|
@@ -544,12 +544,12 @@
|
|
|
544
544
|
}
|
|
545
545
|
},
|
|
546
546
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
547
|
-
"version": "7.
|
|
548
|
-
"integrity": "sha512-
|
|
547
|
+
"version": "7.28.6",
|
|
548
|
+
"integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==",
|
|
549
549
|
"dev": true,
|
|
550
550
|
"license": "MIT",
|
|
551
551
|
"dependencies": {
|
|
552
|
-
"@babel/helper-plugin-utils": "^7.
|
|
552
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
553
553
|
},
|
|
554
554
|
"engines": {
|
|
555
555
|
"node": ">=6.9.0"
|
|
@@ -583,12 +583,12 @@
|
|
|
583
583
|
}
|
|
584
584
|
},
|
|
585
585
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
586
|
-
"version": "7.
|
|
587
|
-
"integrity": "sha512-
|
|
586
|
+
"version": "7.28.6",
|
|
587
|
+
"integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==",
|
|
588
588
|
"dev": true,
|
|
589
589
|
"license": "MIT",
|
|
590
590
|
"dependencies": {
|
|
591
|
-
"@babel/helper-plugin-utils": "^7.
|
|
591
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
592
592
|
},
|
|
593
593
|
"engines": {
|
|
594
594
|
"node": ">=6.9.0"
|
|
@@ -700,12 +700,12 @@
|
|
|
700
700
|
}
|
|
701
701
|
},
|
|
702
702
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
703
|
-
"version": "7.
|
|
704
|
-
"integrity": "sha512
|
|
703
|
+
"version": "7.28.6",
|
|
704
|
+
"integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==",
|
|
705
705
|
"dev": true,
|
|
706
706
|
"license": "MIT",
|
|
707
707
|
"dependencies": {
|
|
708
|
-
"@babel/helper-plugin-utils": "^7.
|
|
708
|
+
"@babel/helper-plugin-utils": "^7.28.6"
|
|
709
709
|
},
|
|
710
710
|
"engines": {
|
|
711
711
|
"node": ">=6.9.0"
|
|
@@ -715,24 +715,24 @@
|
|
|
715
715
|
}
|
|
716
716
|
},
|
|
717
717
|
"node_modules/@babel/template": {
|
|
718
|
-
"version": "7.
|
|
719
|
-
"integrity": "sha512-
|
|
718
|
+
"version": "7.28.6",
|
|
719
|
+
"integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
|
|
720
720
|
"license": "MIT",
|
|
721
721
|
"dependencies": {
|
|
722
|
-
"@babel/code-frame": "^7.
|
|
723
|
-
"@babel/parser": "^7.
|
|
724
|
-
"@babel/types": "^7.
|
|
722
|
+
"@babel/code-frame": "^7.28.6",
|
|
723
|
+
"@babel/parser": "^7.28.6",
|
|
724
|
+
"@babel/types": "^7.28.6"
|
|
725
725
|
},
|
|
726
726
|
"engines": {
|
|
727
727
|
"node": ">=6.9.0"
|
|
728
728
|
}
|
|
729
729
|
},
|
|
730
730
|
"node_modules/@babel/template/node_modules/@babel/parser": {
|
|
731
|
-
"version": "7.28.
|
|
732
|
-
"integrity": "sha512-
|
|
731
|
+
"version": "7.28.6",
|
|
732
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
733
733
|
"license": "MIT",
|
|
734
734
|
"dependencies": {
|
|
735
|
-
"@babel/types": "^7.28.
|
|
735
|
+
"@babel/types": "^7.28.6"
|
|
736
736
|
},
|
|
737
737
|
"bin": {
|
|
738
738
|
"parser": "bin/babel-parser.js"
|
|
@@ -762,12 +762,12 @@
|
|
|
762
762
|
}
|
|
763
763
|
},
|
|
764
764
|
"node_modules/@babel/traverse/node_modules/@babel/generator": {
|
|
765
|
-
"version": "7.28.
|
|
766
|
-
"integrity": "sha512-
|
|
765
|
+
"version": "7.28.6",
|
|
766
|
+
"integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
|
|
767
767
|
"license": "MIT",
|
|
768
768
|
"dependencies": {
|
|
769
|
-
"@babel/parser": "^7.28.
|
|
770
|
-
"@babel/types": "^7.28.
|
|
769
|
+
"@babel/parser": "^7.28.6",
|
|
770
|
+
"@babel/types": "^7.28.6",
|
|
771
771
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
772
772
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
773
773
|
"jsesc": "^3.0.2"
|
|
@@ -777,11 +777,11 @@
|
|
|
777
777
|
}
|
|
778
778
|
},
|
|
779
779
|
"node_modules/@babel/traverse/node_modules/@babel/parser": {
|
|
780
|
-
"version": "7.28.
|
|
781
|
-
"integrity": "sha512-
|
|
780
|
+
"version": "7.28.6",
|
|
781
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
782
782
|
"license": "MIT",
|
|
783
783
|
"dependencies": {
|
|
784
|
-
"@babel/types": "^7.28.
|
|
784
|
+
"@babel/types": "^7.28.6"
|
|
785
785
|
},
|
|
786
786
|
"bin": {
|
|
787
787
|
"parser": "bin/babel-parser.js"
|
|
@@ -802,8 +802,8 @@
|
|
|
802
802
|
}
|
|
803
803
|
},
|
|
804
804
|
"node_modules/@babel/types": {
|
|
805
|
-
"version": "7.28.
|
|
806
|
-
"integrity": "sha512-
|
|
805
|
+
"version": "7.28.6",
|
|
806
|
+
"integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==",
|
|
807
807
|
"license": "MIT",
|
|
808
808
|
"dependencies": {
|
|
809
809
|
"@babel/helper-string-parser": "^7.27.1",
|
|
@@ -1264,12 +1264,12 @@
|
|
|
1264
1264
|
}
|
|
1265
1265
|
},
|
|
1266
1266
|
"node_modules/@types/babel__core/node_modules/@babel/parser": {
|
|
1267
|
-
"version": "7.28.
|
|
1268
|
-
"integrity": "sha512-
|
|
1267
|
+
"version": "7.28.6",
|
|
1268
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
1269
1269
|
"dev": true,
|
|
1270
1270
|
"license": "MIT",
|
|
1271
1271
|
"dependencies": {
|
|
1272
|
-
"@babel/types": "^7.28.
|
|
1272
|
+
"@babel/types": "^7.28.6"
|
|
1273
1273
|
},
|
|
1274
1274
|
"bin": {
|
|
1275
1275
|
"parser": "bin/babel-parser.js"
|
|
@@ -1501,8 +1501,8 @@
|
|
|
1501
1501
|
}
|
|
1502
1502
|
},
|
|
1503
1503
|
"node_modules/@wavemaker/foundation-css": {
|
|
1504
|
-
"version": "11.14.1-
|
|
1505
|
-
"integrity": "sha512-
|
|
1504
|
+
"version": "11.14.1-12.6379",
|
|
1505
|
+
"integrity": "sha512-8aXjqrXYx4vsQeA0D09OVZvUp+ILrW6GArDzLo/yWtBPN5zmiP6yWJMxjANnimct058cmvx/ysthp7DqYGEu8Q==",
|
|
1506
1506
|
"license": "ISC",
|
|
1507
1507
|
"dependencies": {
|
|
1508
1508
|
"chroma-js": "^3.1.2"
|
|
@@ -1655,12 +1655,12 @@
|
|
|
1655
1655
|
}
|
|
1656
1656
|
},
|
|
1657
1657
|
"node_modules/babel-plugin-istanbul/node_modules/@babel/parser": {
|
|
1658
|
-
"version": "7.28.
|
|
1659
|
-
"integrity": "sha512-
|
|
1658
|
+
"version": "7.28.6",
|
|
1659
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
1660
1660
|
"dev": true,
|
|
1661
1661
|
"license": "MIT",
|
|
1662
1662
|
"dependencies": {
|
|
1663
|
-
"@babel/types": "^7.28.
|
|
1663
|
+
"@babel/types": "^7.28.6"
|
|
1664
1664
|
},
|
|
1665
1665
|
"bin": {
|
|
1666
1666
|
"parser": "bin/babel-parser.js"
|
|
@@ -1776,8 +1776,8 @@
|
|
|
1776
1776
|
"license": "MIT"
|
|
1777
1777
|
},
|
|
1778
1778
|
"node_modules/baseline-browser-mapping": {
|
|
1779
|
-
"version": "2.9.
|
|
1780
|
-
"integrity": "sha512-
|
|
1779
|
+
"version": "2.9.16",
|
|
1780
|
+
"integrity": "sha512-KeUZdBuxngy825i8xvzaK1Ncnkx0tBmb3k8DkEuqjKRkmtvNTjey2ZsNeh8Dw4lfKvbCOu9oeNx2TKm2vHqcRw==",
|
|
1781
1781
|
"dev": true,
|
|
1782
1782
|
"license": "Apache-2.0",
|
|
1783
1783
|
"bin": {
|
|
@@ -1950,8 +1950,8 @@
|
|
|
1950
1950
|
}
|
|
1951
1951
|
},
|
|
1952
1952
|
"node_modules/caniuse-lite": {
|
|
1953
|
-
"version": "1.0.
|
|
1954
|
-
"integrity": "sha512-
|
|
1953
|
+
"version": "1.0.30001765",
|
|
1954
|
+
"integrity": "sha512-LWcNtSyZrakjECqmpP4qdg0MMGdN368D7X8XvvAqOcqMv0RxnlqVKZl2V6/mBR68oYMxOZPLw/gO7DuisMHUvQ==",
|
|
1955
1955
|
"dev": true,
|
|
1956
1956
|
"funding": [
|
|
1957
1957
|
{
|
|
@@ -3149,12 +3149,12 @@
|
|
|
3149
3149
|
}
|
|
3150
3150
|
},
|
|
3151
3151
|
"node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
|
|
3152
|
-
"version": "7.28.
|
|
3153
|
-
"integrity": "sha512-
|
|
3152
|
+
"version": "7.28.6",
|
|
3153
|
+
"integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
|
|
3154
3154
|
"dev": true,
|
|
3155
3155
|
"license": "MIT",
|
|
3156
3156
|
"dependencies": {
|
|
3157
|
-
"@babel/types": "^7.28.
|
|
3157
|
+
"@babel/types": "^7.28.6"
|
|
3158
3158
|
},
|
|
3159
3159
|
"bin": {
|
|
3160
3160
|
"parser": "bin/babel-parser.js"
|
|
@@ -4806,10 +4806,13 @@
|
|
|
4806
4806
|
"optional": true
|
|
4807
4807
|
},
|
|
4808
4808
|
"node_modules/sax": {
|
|
4809
|
-
"version": "1.4.
|
|
4810
|
-
"integrity": "sha512-
|
|
4809
|
+
"version": "1.4.4",
|
|
4810
|
+
"integrity": "sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==",
|
|
4811
4811
|
"license": "BlueOak-1.0.0",
|
|
4812
|
-
"optional": true
|
|
4812
|
+
"optional": true,
|
|
4813
|
+
"engines": {
|
|
4814
|
+
"node": ">=11.0.0"
|
|
4815
|
+
}
|
|
4813
4816
|
},
|
|
4814
4817
|
"node_modules/semver": {
|
|
4815
4818
|
"version": "7.5.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/rn-codegen",
|
|
3
|
-
"version": "11.14.1-
|
|
3
|
+
"version": "11.14.1-12.6379",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"puppeteer": "5.4.0",
|
|
43
43
|
"rimraf": "3.0.2",
|
|
44
44
|
"yargs": "16.2.0",
|
|
45
|
-
"@wavemaker/foundation-css": "11.14.1-
|
|
45
|
+
"@wavemaker/foundation-css": "11.14.1-12.6379"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/adm-zip": "0.5.0",
|
|
@@ -263,8 +263,6 @@ class App extends BaseApp {
|
|
|
263
263
|
RNRestart && RNRestart.Restart();
|
|
264
264
|
}
|
|
265
265
|
this.appConfig.selectedLocale = newLocale;
|
|
266
|
-
// Set moment locale to match the app locale
|
|
267
|
-
moment.locale(newLocale);
|
|
268
266
|
{{#if profile.useLocalMetadata}}
|
|
269
267
|
return this.handleLocaleUrl(`i18n/${newLocale}.json`)
|
|
270
268
|
{{else}}
|
|
@@ -404,10 +402,6 @@ class App extends BaseApp {
|
|
|
404
402
|
.then(() => AppI18nService.init())
|
|
405
403
|
.then(() => this.changeLocale( isWebPreviewMode() ? this.getDefaultLocale() : null ))
|
|
406
404
|
.then(() => {console.log('Locale files loaded')})
|
|
407
|
-
.then(() => {
|
|
408
|
-
// Set initial moment locale to match app locale
|
|
409
|
-
moment.locale(this.appConfig.selectedLocale || 'en');
|
|
410
|
-
})
|
|
411
405
|
.then(() => this.loadFonts())
|
|
412
406
|
.then(() => {console.log('Font files loaded')})
|
|
413
407
|
.then(() => initializeDeviceOperations())
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"postinstall": ""
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@wavemaker/app-rn-runtime": "11.14.1-
|
|
15
|
-
"@wavemaker/variables": "11.14.1-
|
|
16
|
-
"@wavemaker/rn-codegen": "11.14.1-
|
|
14
|
+
"@wavemaker/app-rn-runtime": "11.14.1-12.6379",
|
|
15
|
+
"@wavemaker/variables": "11.14.1-12.6379",
|
|
16
|
+
"@wavemaker/rn-codegen": "11.14.1-12.6379",
|
|
17
17
|
"@wavemaker/wavepulse-agent": "1.0.11",
|
|
18
18
|
"expo": "54.0.12",
|
|
19
19
|
"expo-build-properties": "1.0.9",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"postinstall": "node ./scripts/post-build.js"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@wavemaker/app-rn-runtime": "11.14.1-
|
|
15
|
-
"@wavemaker/variables": "11.14.1-
|
|
16
|
-
"@wavemaker/rn-codegen": "11.14.1-
|
|
14
|
+
"@wavemaker/app-rn-runtime": "11.14.1-12.6379",
|
|
15
|
+
"@wavemaker/variables": "11.14.1-12.6379",
|
|
16
|
+
"@wavemaker/rn-codegen": "11.14.1-12.6379",
|
|
17
17
|
"@wavemaker/wavepulse-agent": "1.0.11",
|
|
18
18
|
"expo": "54.0.12",
|
|
19
19
|
"expo-build-properties": "1.0.9",
|