@wavemaker/app-rn-runtime 11.8.0-rc.5767 → 11.8.0-rc.5769
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/package-lock.json +203 -15
- package/package.json +2 -2
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/app-rn-runtime",
|
|
3
|
-
"version": "11.8.0-rc.
|
|
3
|
+
"version": "11.8.0-rc.5769",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/app-rn-runtime",
|
|
9
|
-
"version": "11.8.0-rc.
|
|
9
|
+
"version": "11.8.0-rc.5769",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@expo/vector-icons": "14.0.0",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@react-navigation/drawer": "6.6.3",
|
|
20
20
|
"@react-navigation/native": "6.1.7",
|
|
21
21
|
"@react-navigation/stack": "6.3.29",
|
|
22
|
-
"@wavemaker/variables": "11.8.0-rc.
|
|
22
|
+
"@wavemaker/variables": "11.8.0-rc.5769",
|
|
23
23
|
"axios": "1.6.8",
|
|
24
24
|
"color": "4.2.3",
|
|
25
25
|
"cross-env": "7.0.3",
|
|
@@ -9400,9 +9400,9 @@
|
|
|
9400
9400
|
}
|
|
9401
9401
|
},
|
|
9402
9402
|
"node_modules/@wavemaker/variables": {
|
|
9403
|
-
"version": "11.8.0-rc.
|
|
9404
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.8.0-rc.
|
|
9405
|
-
"integrity": "sha512-
|
|
9403
|
+
"version": "11.8.0-rc.5769",
|
|
9404
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.8.0-rc.5769.tgz",
|
|
9405
|
+
"integrity": "sha512-ha9WxqNxqFwZ5Q3SvFwaLYPRTm66BcwCZtC+ZBVDr68oEqtolKbJcHReg8ynTkm5VUQvh7vPMspiLzD3ky/K6w==",
|
|
9406
9406
|
"dependencies": {
|
|
9407
9407
|
"@metrichor/jmespath": "^0.3.1",
|
|
9408
9408
|
"he": "^1.2.0",
|
|
@@ -10345,11 +10345,169 @@
|
|
|
10345
10345
|
}
|
|
10346
10346
|
},
|
|
10347
10347
|
"node_modules/babel-plugin-react-compiler": {
|
|
10348
|
-
"version": "0.0.0",
|
|
10349
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-0.0.0.tgz",
|
|
10350
|
-
"integrity": "sha512-
|
|
10348
|
+
"version": "0.0.0-experimental-6067d4e-20240919",
|
|
10349
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-0.0.0-experimental-6067d4e-20240919.tgz",
|
|
10350
|
+
"integrity": "sha512-3BHXXnd3GzOkHHWMhYLARTUa03PyMzhbAA3ptG+WXujJu0mx1BT3CslcqDlKMh7j508uspT5JCXRZh0ZIN9a0g==",
|
|
10351
|
+
"peer": true,
|
|
10352
|
+
"dependencies": {
|
|
10353
|
+
"@babel/generator": "7.2.0",
|
|
10354
|
+
"@babel/types": "^7.19.0",
|
|
10355
|
+
"chalk": "4",
|
|
10356
|
+
"invariant": "^2.2.4",
|
|
10357
|
+
"pretty-format": "^24",
|
|
10358
|
+
"zod": "^3.22.4",
|
|
10359
|
+
"zod-validation-error": "^2.1.0"
|
|
10360
|
+
}
|
|
10361
|
+
},
|
|
10362
|
+
"node_modules/babel-plugin-react-compiler/node_modules/@babel/generator": {
|
|
10363
|
+
"version": "7.2.0",
|
|
10364
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.2.0.tgz",
|
|
10365
|
+
"integrity": "sha512-BA75MVfRlFQG2EZgFYIwyT1r6xSkwfP2bdkY/kLZusEYWiJs4xCowab/alaEaT0wSvmVuXGqiefeBlP+7V1yKg==",
|
|
10366
|
+
"peer": true,
|
|
10367
|
+
"dependencies": {
|
|
10368
|
+
"@babel/types": "^7.2.0",
|
|
10369
|
+
"jsesc": "^2.5.1",
|
|
10370
|
+
"lodash": "^4.17.10",
|
|
10371
|
+
"source-map": "^0.5.0",
|
|
10372
|
+
"trim-right": "^1.0.1"
|
|
10373
|
+
}
|
|
10374
|
+
},
|
|
10375
|
+
"node_modules/babel-plugin-react-compiler/node_modules/@jest/types": {
|
|
10376
|
+
"version": "24.9.0",
|
|
10377
|
+
"resolved": "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz",
|
|
10378
|
+
"integrity": "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==",
|
|
10379
|
+
"peer": true,
|
|
10380
|
+
"dependencies": {
|
|
10381
|
+
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
10382
|
+
"@types/istanbul-reports": "^1.1.1",
|
|
10383
|
+
"@types/yargs": "^13.0.0"
|
|
10384
|
+
},
|
|
10385
|
+
"engines": {
|
|
10386
|
+
"node": ">= 6"
|
|
10387
|
+
}
|
|
10388
|
+
},
|
|
10389
|
+
"node_modules/babel-plugin-react-compiler/node_modules/@types/istanbul-reports": {
|
|
10390
|
+
"version": "1.1.2",
|
|
10391
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.2.tgz",
|
|
10392
|
+
"integrity": "sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==",
|
|
10393
|
+
"peer": true,
|
|
10394
|
+
"dependencies": {
|
|
10395
|
+
"@types/istanbul-lib-coverage": "*",
|
|
10396
|
+
"@types/istanbul-lib-report": "*"
|
|
10397
|
+
}
|
|
10398
|
+
},
|
|
10399
|
+
"node_modules/babel-plugin-react-compiler/node_modules/@types/yargs": {
|
|
10400
|
+
"version": "13.0.12",
|
|
10401
|
+
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.12.tgz",
|
|
10402
|
+
"integrity": "sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==",
|
|
10403
|
+
"peer": true,
|
|
10404
|
+
"dependencies": {
|
|
10405
|
+
"@types/yargs-parser": "*"
|
|
10406
|
+
}
|
|
10407
|
+
},
|
|
10408
|
+
"node_modules/babel-plugin-react-compiler/node_modules/ansi-regex": {
|
|
10409
|
+
"version": "4.1.1",
|
|
10410
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
|
|
10411
|
+
"integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
|
|
10412
|
+
"peer": true,
|
|
10413
|
+
"engines": {
|
|
10414
|
+
"node": ">=6"
|
|
10415
|
+
}
|
|
10416
|
+
},
|
|
10417
|
+
"node_modules/babel-plugin-react-compiler/node_modules/chalk": {
|
|
10418
|
+
"version": "4.1.2",
|
|
10419
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
10420
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
10421
|
+
"peer": true,
|
|
10422
|
+
"dependencies": {
|
|
10423
|
+
"ansi-styles": "^4.1.0",
|
|
10424
|
+
"supports-color": "^7.1.0"
|
|
10425
|
+
},
|
|
10426
|
+
"engines": {
|
|
10427
|
+
"node": ">=10"
|
|
10428
|
+
},
|
|
10429
|
+
"funding": {
|
|
10430
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
10431
|
+
}
|
|
10432
|
+
},
|
|
10433
|
+
"node_modules/babel-plugin-react-compiler/node_modules/chalk/node_modules/ansi-styles": {
|
|
10434
|
+
"version": "4.3.0",
|
|
10435
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
10436
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
10437
|
+
"peer": true,
|
|
10438
|
+
"dependencies": {
|
|
10439
|
+
"color-convert": "^2.0.1"
|
|
10440
|
+
},
|
|
10441
|
+
"engines": {
|
|
10442
|
+
"node": ">=8"
|
|
10443
|
+
},
|
|
10444
|
+
"funding": {
|
|
10445
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
10446
|
+
}
|
|
10447
|
+
},
|
|
10448
|
+
"node_modules/babel-plugin-react-compiler/node_modules/color-convert": {
|
|
10449
|
+
"version": "2.0.1",
|
|
10450
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
10451
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
10452
|
+
"peer": true,
|
|
10453
|
+
"dependencies": {
|
|
10454
|
+
"color-name": "~1.1.4"
|
|
10455
|
+
},
|
|
10456
|
+
"engines": {
|
|
10457
|
+
"node": ">=7.0.0"
|
|
10458
|
+
}
|
|
10459
|
+
},
|
|
10460
|
+
"node_modules/babel-plugin-react-compiler/node_modules/color-name": {
|
|
10461
|
+
"version": "1.1.4",
|
|
10462
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
10463
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
10351
10464
|
"peer": true
|
|
10352
10465
|
},
|
|
10466
|
+
"node_modules/babel-plugin-react-compiler/node_modules/has-flag": {
|
|
10467
|
+
"version": "4.0.0",
|
|
10468
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
10469
|
+
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
10470
|
+
"peer": true,
|
|
10471
|
+
"engines": {
|
|
10472
|
+
"node": ">=8"
|
|
10473
|
+
}
|
|
10474
|
+
},
|
|
10475
|
+
"node_modules/babel-plugin-react-compiler/node_modules/pretty-format": {
|
|
10476
|
+
"version": "24.9.0",
|
|
10477
|
+
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-24.9.0.tgz",
|
|
10478
|
+
"integrity": "sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==",
|
|
10479
|
+
"peer": true,
|
|
10480
|
+
"dependencies": {
|
|
10481
|
+
"@jest/types": "^24.9.0",
|
|
10482
|
+
"ansi-regex": "^4.0.0",
|
|
10483
|
+
"ansi-styles": "^3.2.0",
|
|
10484
|
+
"react-is": "^16.8.4"
|
|
10485
|
+
},
|
|
10486
|
+
"engines": {
|
|
10487
|
+
"node": ">= 6"
|
|
10488
|
+
}
|
|
10489
|
+
},
|
|
10490
|
+
"node_modules/babel-plugin-react-compiler/node_modules/source-map": {
|
|
10491
|
+
"version": "0.5.7",
|
|
10492
|
+
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
|
10493
|
+
"integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
|
|
10494
|
+
"peer": true,
|
|
10495
|
+
"engines": {
|
|
10496
|
+
"node": ">=0.10.0"
|
|
10497
|
+
}
|
|
10498
|
+
},
|
|
10499
|
+
"node_modules/babel-plugin-react-compiler/node_modules/supports-color": {
|
|
10500
|
+
"version": "7.2.0",
|
|
10501
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
10502
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
10503
|
+
"peer": true,
|
|
10504
|
+
"dependencies": {
|
|
10505
|
+
"has-flag": "^4.0.0"
|
|
10506
|
+
},
|
|
10507
|
+
"engines": {
|
|
10508
|
+
"node": ">=8"
|
|
10509
|
+
}
|
|
10510
|
+
},
|
|
10353
10511
|
"node_modules/babel-plugin-react-native-web": {
|
|
10354
10512
|
"version": "0.19.12",
|
|
10355
10513
|
"resolved": "https://registry.npmjs.org/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.19.12.tgz",
|
|
@@ -11591,9 +11749,9 @@
|
|
|
11591
11749
|
}
|
|
11592
11750
|
},
|
|
11593
11751
|
"node_modules/caniuse-lite": {
|
|
11594
|
-
"version": "1.0.
|
|
11595
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
11596
|
-
"integrity": "sha512-
|
|
11752
|
+
"version": "1.0.30001662",
|
|
11753
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001662.tgz",
|
|
11754
|
+
"integrity": "sha512-sgMUVwLmGseH8ZIrm1d51UbrhqMCH3jvS7gF/M6byuHOnKyLOBL7W8yz5V02OHwgLGA36o/AFhWzzh4uc5aqTA==",
|
|
11597
11755
|
"funding": [
|
|
11598
11756
|
{
|
|
11599
11757
|
"type": "opencollective",
|
|
@@ -13815,9 +13973,9 @@
|
|
|
13815
13973
|
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
|
|
13816
13974
|
},
|
|
13817
13975
|
"node_modules/electron-to-chromium": {
|
|
13818
|
-
"version": "1.5.
|
|
13819
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
13820
|
-
"integrity": "sha512-
|
|
13976
|
+
"version": "1.5.25",
|
|
13977
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.25.tgz",
|
|
13978
|
+
"integrity": "sha512-kMb204zvK3PsSlgvvwzI3wBIcAw15tRkYk+NQdsjdDtcQWTp2RABbMQ9rUBy8KNEOM+/E6ep+XC3AykiWZld4g=="
|
|
13821
13979
|
},
|
|
13822
13980
|
"node_modules/emittery": {
|
|
13823
13981
|
"version": "0.13.1",
|
|
@@ -29511,6 +29669,15 @@
|
|
|
29511
29669
|
"node": ">=8"
|
|
29512
29670
|
}
|
|
29513
29671
|
},
|
|
29672
|
+
"node_modules/trim-right": {
|
|
29673
|
+
"version": "1.0.1",
|
|
29674
|
+
"resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
|
|
29675
|
+
"integrity": "sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw==",
|
|
29676
|
+
"peer": true,
|
|
29677
|
+
"engines": {
|
|
29678
|
+
"node": ">=0.10.0"
|
|
29679
|
+
}
|
|
29680
|
+
},
|
|
29514
29681
|
"node_modules/ts-interface-checker": {
|
|
29515
29682
|
"version": "0.1.13",
|
|
29516
29683
|
"resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
|
|
@@ -31276,6 +31443,27 @@
|
|
|
31276
31443
|
"funding": {
|
|
31277
31444
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
31278
31445
|
}
|
|
31446
|
+
},
|
|
31447
|
+
"node_modules/zod": {
|
|
31448
|
+
"version": "3.23.8",
|
|
31449
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
|
|
31450
|
+
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
|
|
31451
|
+
"peer": true,
|
|
31452
|
+
"funding": {
|
|
31453
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
31454
|
+
}
|
|
31455
|
+
},
|
|
31456
|
+
"node_modules/zod-validation-error": {
|
|
31457
|
+
"version": "2.1.0",
|
|
31458
|
+
"resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-2.1.0.tgz",
|
|
31459
|
+
"integrity": "sha512-VJh93e2wb4c3tWtGgTa0OF/dTt/zoPCPzXq4V11ZjxmEAFaPi/Zss1xIZdEB5RD8GD00U0/iVXgqkF77RV7pdQ==",
|
|
31460
|
+
"peer": true,
|
|
31461
|
+
"engines": {
|
|
31462
|
+
"node": ">=18.0.0"
|
|
31463
|
+
},
|
|
31464
|
+
"peerDependencies": {
|
|
31465
|
+
"zod": "^3.18.0"
|
|
31466
|
+
}
|
|
31279
31467
|
}
|
|
31280
31468
|
}
|
|
31281
31469
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/app-rn-runtime",
|
|
3
|
-
"version": "11.8.0-rc.
|
|
3
|
+
"version": "11.8.0-rc.5769",
|
|
4
4
|
"description": "''",
|
|
5
5
|
"main": "index",
|
|
6
6
|
"module": "index",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@react-navigation/drawer": "6.6.3",
|
|
46
46
|
"@react-navigation/native": "6.1.7",
|
|
47
47
|
"@react-navigation/stack": "6.3.29",
|
|
48
|
-
"@wavemaker/variables": "11.8.0-rc.
|
|
48
|
+
"@wavemaker/variables": "11.8.0-rc.5769",
|
|
49
49
|
"axios": "1.6.8",
|
|
50
50
|
"color": "4.2.3",
|
|
51
51
|
"cross-env": "7.0.3",
|