@wavemaker/app-rn-runtime 11.11.0-rc.6116 → 11.11.0-rc.6124
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 +28 -16
- package/package-lock.json +28 -16
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wavemaker/app-rn-runtime",
|
3
|
-
"version": "11.11.0-rc.
|
3
|
+
"version": "11.11.0-rc.6124",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@wavemaker/app-rn-runtime",
|
9
|
-
"version": "11.11.0-rc.
|
9
|
+
"version": "11.11.0-rc.6124",
|
10
10
|
"license": "MIT",
|
11
11
|
"dependencies": {
|
12
12
|
"@expo/vector-icons": "14.0.2",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"@react-navigation/drawer": "6.6.3",
|
21
21
|
"@react-navigation/native": "6.1.7",
|
22
22
|
"@react-navigation/stack": "6.3.29",
|
23
|
-
"@wavemaker/variables": "11.11.0-rc.
|
23
|
+
"@wavemaker/variables": "11.11.0-rc.6124",
|
24
24
|
"axios": "1.6.8",
|
25
25
|
"color": "4.2.3",
|
26
26
|
"cross-env": "7.0.3",
|
@@ -6372,8 +6372,8 @@
|
|
6372
6372
|
"license": "MIT"
|
6373
6373
|
},
|
6374
6374
|
"node_modules/@types/node": {
|
6375
|
-
"version": "22.
|
6376
|
-
"integrity": "sha512-
|
6375
|
+
"version": "22.15.0",
|
6376
|
+
"integrity": "sha512-99S8dWD2DkeE6PBaEDw+In3aar7hdoBvjyJMR6vaKBTzpvR0P00ClzJMOoVrj9D2+Sy/YCwACYHnBTpMhg1UCA==",
|
6377
6377
|
"license": "MIT",
|
6378
6378
|
"dependencies": {
|
6379
6379
|
"undici-types": "~6.21.0"
|
@@ -6666,8 +6666,8 @@
|
|
6666
6666
|
}
|
6667
6667
|
},
|
6668
6668
|
"node_modules/@wavemaker/variables": {
|
6669
|
-
"version": "11.11.0-rc.
|
6670
|
-
"integrity": "sha512-
|
6669
|
+
"version": "11.11.0-rc.6124",
|
6670
|
+
"integrity": "sha512-vIGpyiCEvX8YJ7OHrgxKn+3C+mz5ZmvQh7vTec1ObYt7PBTyt8fBTDocfzo0KXB9n/hg0KKTVDKOH685tP587g==",
|
6671
6671
|
"license": "ISC",
|
6672
6672
|
"dependencies": {
|
6673
6673
|
"@metrichor/jmespath": "^0.3.1",
|
@@ -11154,8 +11154,8 @@
|
|
11154
11154
|
"license": "MIT"
|
11155
11155
|
},
|
11156
11156
|
"node_modules/electron-to-chromium": {
|
11157
|
-
"version": "1.5.
|
11158
|
-
"integrity": "sha512-
|
11157
|
+
"version": "1.5.142",
|
11158
|
+
"integrity": "sha512-Ah2HgkTu/9RhTDNThBtzu2Wirdy4DC9b0sMT1pUhbkZQ5U/iwmE+PHZX1MpjD5IkJCc2wSghgGG/B04szAx07w==",
|
11159
11159
|
"license": "ISC"
|
11160
11160
|
},
|
11161
11161
|
"node_modules/emittery": {
|
@@ -11424,8 +11424,8 @@
|
|
11424
11424
|
}
|
11425
11425
|
},
|
11426
11426
|
"node_modules/es-module-lexer": {
|
11427
|
-
"version": "1.
|
11428
|
-
"integrity": "sha512-
|
11427
|
+
"version": "1.7.0",
|
11428
|
+
"integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
|
11429
11429
|
"dev": true,
|
11430
11430
|
"license": "MIT",
|
11431
11431
|
"peer": true
|
@@ -19686,12 +19686,12 @@
|
|
19686
19686
|
"license": "MIT"
|
19687
19687
|
},
|
19688
19688
|
"node_modules/parse5": {
|
19689
|
-
"version": "7.
|
19690
|
-
"integrity": "sha512-
|
19689
|
+
"version": "7.3.0",
|
19690
|
+
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
19691
19691
|
"dev": true,
|
19692
19692
|
"license": "MIT",
|
19693
19693
|
"dependencies": {
|
19694
|
-
"entities": "^
|
19694
|
+
"entities": "^6.0.0"
|
19695
19695
|
},
|
19696
19696
|
"funding": {
|
19697
19697
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
@@ -19722,6 +19722,18 @@
|
|
19722
19722
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
19723
19723
|
}
|
19724
19724
|
},
|
19725
|
+
"node_modules/parse5/node_modules/entities": {
|
19726
|
+
"version": "6.0.0",
|
19727
|
+
"integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==",
|
19728
|
+
"dev": true,
|
19729
|
+
"license": "BSD-2-Clause",
|
19730
|
+
"engines": {
|
19731
|
+
"node": ">=0.12"
|
19732
|
+
},
|
19733
|
+
"funding": {
|
19734
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
19735
|
+
}
|
19736
|
+
},
|
19725
19737
|
"node_modules/parseurl": {
|
19726
19738
|
"version": "1.3.3",
|
19727
19739
|
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
@@ -22237,8 +22249,8 @@
|
|
22237
22249
|
}
|
22238
22250
|
},
|
22239
22251
|
"node_modules/schema-utils": {
|
22240
|
-
"version": "4.3.
|
22241
|
-
"integrity": "sha512-
|
22252
|
+
"version": "4.3.2",
|
22253
|
+
"integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==",
|
22242
22254
|
"dev": true,
|
22243
22255
|
"license": "MIT",
|
22244
22256
|
"peer": true,
|
package/package-lock.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wavemaker/app-rn-runtime",
|
3
|
-
"version": "11.11.0-rc.
|
3
|
+
"version": "11.11.0-rc.6124",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@wavemaker/app-rn-runtime",
|
9
|
-
"version": "11.11.0-rc.
|
9
|
+
"version": "11.11.0-rc.6124",
|
10
10
|
"license": "MIT",
|
11
11
|
"dependencies": {
|
12
12
|
"@expo/vector-icons": "14.0.2",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"@react-navigation/drawer": "6.6.3",
|
21
21
|
"@react-navigation/native": "6.1.7",
|
22
22
|
"@react-navigation/stack": "6.3.29",
|
23
|
-
"@wavemaker/variables": "11.11.0-rc.
|
23
|
+
"@wavemaker/variables": "11.11.0-rc.6124",
|
24
24
|
"axios": "1.6.8",
|
25
25
|
"color": "4.2.3",
|
26
26
|
"cross-env": "7.0.3",
|
@@ -6372,8 +6372,8 @@
|
|
6372
6372
|
"license": "MIT"
|
6373
6373
|
},
|
6374
6374
|
"node_modules/@types/node": {
|
6375
|
-
"version": "22.
|
6376
|
-
"integrity": "sha512-
|
6375
|
+
"version": "22.15.0",
|
6376
|
+
"integrity": "sha512-99S8dWD2DkeE6PBaEDw+In3aar7hdoBvjyJMR6vaKBTzpvR0P00ClzJMOoVrj9D2+Sy/YCwACYHnBTpMhg1UCA==",
|
6377
6377
|
"license": "MIT",
|
6378
6378
|
"dependencies": {
|
6379
6379
|
"undici-types": "~6.21.0"
|
@@ -6666,8 +6666,8 @@
|
|
6666
6666
|
}
|
6667
6667
|
},
|
6668
6668
|
"node_modules/@wavemaker/variables": {
|
6669
|
-
"version": "11.11.0-rc.
|
6670
|
-
"integrity": "sha512-
|
6669
|
+
"version": "11.11.0-rc.6124",
|
6670
|
+
"integrity": "sha512-vIGpyiCEvX8YJ7OHrgxKn+3C+mz5ZmvQh7vTec1ObYt7PBTyt8fBTDocfzo0KXB9n/hg0KKTVDKOH685tP587g==",
|
6671
6671
|
"license": "ISC",
|
6672
6672
|
"dependencies": {
|
6673
6673
|
"@metrichor/jmespath": "^0.3.1",
|
@@ -11154,8 +11154,8 @@
|
|
11154
11154
|
"license": "MIT"
|
11155
11155
|
},
|
11156
11156
|
"node_modules/electron-to-chromium": {
|
11157
|
-
"version": "1.5.
|
11158
|
-
"integrity": "sha512-
|
11157
|
+
"version": "1.5.142",
|
11158
|
+
"integrity": "sha512-Ah2HgkTu/9RhTDNThBtzu2Wirdy4DC9b0sMT1pUhbkZQ5U/iwmE+PHZX1MpjD5IkJCc2wSghgGG/B04szAx07w==",
|
11159
11159
|
"license": "ISC"
|
11160
11160
|
},
|
11161
11161
|
"node_modules/emittery": {
|
@@ -11424,8 +11424,8 @@
|
|
11424
11424
|
}
|
11425
11425
|
},
|
11426
11426
|
"node_modules/es-module-lexer": {
|
11427
|
-
"version": "1.
|
11428
|
-
"integrity": "sha512-
|
11427
|
+
"version": "1.7.0",
|
11428
|
+
"integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
|
11429
11429
|
"dev": true,
|
11430
11430
|
"license": "MIT",
|
11431
11431
|
"peer": true
|
@@ -19686,12 +19686,12 @@
|
|
19686
19686
|
"license": "MIT"
|
19687
19687
|
},
|
19688
19688
|
"node_modules/parse5": {
|
19689
|
-
"version": "7.
|
19690
|
-
"integrity": "sha512-
|
19689
|
+
"version": "7.3.0",
|
19690
|
+
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
19691
19691
|
"dev": true,
|
19692
19692
|
"license": "MIT",
|
19693
19693
|
"dependencies": {
|
19694
|
-
"entities": "^
|
19694
|
+
"entities": "^6.0.0"
|
19695
19695
|
},
|
19696
19696
|
"funding": {
|
19697
19697
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
@@ -19722,6 +19722,18 @@
|
|
19722
19722
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
19723
19723
|
}
|
19724
19724
|
},
|
19725
|
+
"node_modules/parse5/node_modules/entities": {
|
19726
|
+
"version": "6.0.0",
|
19727
|
+
"integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==",
|
19728
|
+
"dev": true,
|
19729
|
+
"license": "BSD-2-Clause",
|
19730
|
+
"engines": {
|
19731
|
+
"node": ">=0.12"
|
19732
|
+
},
|
19733
|
+
"funding": {
|
19734
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
19735
|
+
}
|
19736
|
+
},
|
19725
19737
|
"node_modules/parseurl": {
|
19726
19738
|
"version": "1.3.3",
|
19727
19739
|
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
@@ -22237,8 +22249,8 @@
|
|
22237
22249
|
}
|
22238
22250
|
},
|
22239
22251
|
"node_modules/schema-utils": {
|
22240
|
-
"version": "4.3.
|
22241
|
-
"integrity": "sha512-
|
22252
|
+
"version": "4.3.2",
|
22253
|
+
"integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==",
|
22242
22254
|
"dev": true,
|
22243
22255
|
"license": "MIT",
|
22244
22256
|
"peer": true,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wavemaker/app-rn-runtime",
|
3
|
-
"version": "11.11.0-rc.
|
3
|
+
"version": "11.11.0-rc.6124",
|
4
4
|
"description": "''",
|
5
5
|
"main": "index",
|
6
6
|
"module": "index",
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"@react-navigation/drawer": "6.6.3",
|
50
50
|
"@react-navigation/native": "6.1.7",
|
51
51
|
"@react-navigation/stack": "6.3.29",
|
52
|
-
"@wavemaker/variables": "11.11.0-rc.
|
52
|
+
"@wavemaker/variables": "11.11.0-rc.6124",
|
53
53
|
"axios": "1.6.8",
|
54
54
|
"color": "4.2.3",
|
55
55
|
"cross-env": "7.0.3",
|