@wavemaker/rn-codegen 11.14.1-16.6412 → 11.14.1-16.6418
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 +105 -41
- package/package-lock.json +105 -41
- package/package.json +2 -2
- 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-16.
|
|
3
|
+
"version": "11.14.1-16.6418",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/rn-codegen",
|
|
9
|
-
"version": "11.14.1-16.
|
|
9
|
+
"version": "11.14.1-16.6418",
|
|
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-16.
|
|
21
|
+
"@wavemaker/foundation-css": "11.14.1-16.6418",
|
|
22
22
|
"adm-zip": "0.5.9",
|
|
23
23
|
"axios": "1.8.3",
|
|
24
24
|
"clean-css": "5.1.5",
|
|
@@ -819,27 +819,6 @@
|
|
|
819
819
|
"dev": true,
|
|
820
820
|
"license": "MIT"
|
|
821
821
|
},
|
|
822
|
-
"node_modules/@isaacs/balanced-match": {
|
|
823
|
-
"version": "4.0.1",
|
|
824
|
-
"integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
|
|
825
|
-
"dev": true,
|
|
826
|
-
"license": "MIT",
|
|
827
|
-
"engines": {
|
|
828
|
-
"node": "20 || >=22"
|
|
829
|
-
}
|
|
830
|
-
},
|
|
831
|
-
"node_modules/@isaacs/brace-expansion": {
|
|
832
|
-
"version": "5.0.1",
|
|
833
|
-
"integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==",
|
|
834
|
-
"dev": true,
|
|
835
|
-
"license": "MIT",
|
|
836
|
-
"dependencies": {
|
|
837
|
-
"@isaacs/balanced-match": "^4.0.1"
|
|
838
|
-
},
|
|
839
|
-
"engines": {
|
|
840
|
-
"node": "20 || >=22"
|
|
841
|
-
}
|
|
842
|
-
},
|
|
843
822
|
"node_modules/@istanbuljs/load-nyc-config": {
|
|
844
823
|
"version": "1.1.0",
|
|
845
824
|
"integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
|
|
@@ -1044,6 +1023,22 @@
|
|
|
1044
1023
|
}
|
|
1045
1024
|
}
|
|
1046
1025
|
},
|
|
1026
|
+
"node_modules/@jest/reporters/node_modules/balanced-match": {
|
|
1027
|
+
"version": "1.0.2",
|
|
1028
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
1029
|
+
"dev": true,
|
|
1030
|
+
"license": "MIT"
|
|
1031
|
+
},
|
|
1032
|
+
"node_modules/@jest/reporters/node_modules/brace-expansion": {
|
|
1033
|
+
"version": "1.1.12",
|
|
1034
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
1035
|
+
"dev": true,
|
|
1036
|
+
"license": "MIT",
|
|
1037
|
+
"dependencies": {
|
|
1038
|
+
"balanced-match": "^1.0.0",
|
|
1039
|
+
"concat-map": "0.0.1"
|
|
1040
|
+
}
|
|
1041
|
+
},
|
|
1047
1042
|
"node_modules/@jest/reporters/node_modules/glob": {
|
|
1048
1043
|
"version": "7.2.3",
|
|
1049
1044
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
@@ -1501,8 +1496,8 @@
|
|
|
1501
1496
|
}
|
|
1502
1497
|
},
|
|
1503
1498
|
"node_modules/@wavemaker/foundation-css": {
|
|
1504
|
-
"version": "11.14.1-16.
|
|
1505
|
-
"integrity": "sha512-
|
|
1499
|
+
"version": "11.14.1-16.6418",
|
|
1500
|
+
"integrity": "sha512-HAmdjtu3JzwLWxsc31uvtD6dr0Td6muf+mjrHat21RVIgx+7d1hrKJObZhZW22kTPlS68dVCXTaUOlQhC8ezmQ==",
|
|
1506
1501
|
"license": "ISC",
|
|
1507
1502
|
"dependencies": {
|
|
1508
1503
|
"chroma-js": "^3.1.2"
|
|
@@ -1752,9 +1747,13 @@
|
|
|
1752
1747
|
}
|
|
1753
1748
|
},
|
|
1754
1749
|
"node_modules/balanced-match": {
|
|
1755
|
-
"version": "
|
|
1756
|
-
"integrity": "sha512-
|
|
1757
|
-
"
|
|
1750
|
+
"version": "4.0.3",
|
|
1751
|
+
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
1752
|
+
"dev": true,
|
|
1753
|
+
"license": "MIT",
|
|
1754
|
+
"engines": {
|
|
1755
|
+
"node": "20 || >=22"
|
|
1756
|
+
}
|
|
1758
1757
|
},
|
|
1759
1758
|
"node_modules/base64-js": {
|
|
1760
1759
|
"version": "1.5.1",
|
|
@@ -1800,12 +1799,15 @@
|
|
|
1800
1799
|
"license": "ISC"
|
|
1801
1800
|
},
|
|
1802
1801
|
"node_modules/brace-expansion": {
|
|
1803
|
-
"version": "
|
|
1804
|
-
"integrity": "sha512-
|
|
1802
|
+
"version": "5.0.2",
|
|
1803
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
1804
|
+
"dev": true,
|
|
1805
1805
|
"license": "MIT",
|
|
1806
1806
|
"dependencies": {
|
|
1807
|
-
"balanced-match": "^
|
|
1808
|
-
|
|
1807
|
+
"balanced-match": "^4.0.2"
|
|
1808
|
+
},
|
|
1809
|
+
"engines": {
|
|
1810
|
+
"node": "20 || >=22"
|
|
1809
1811
|
}
|
|
1810
1812
|
},
|
|
1811
1813
|
"node_modules/braces": {
|
|
@@ -1950,8 +1952,8 @@
|
|
|
1950
1952
|
}
|
|
1951
1953
|
},
|
|
1952
1954
|
"node_modules/caniuse-lite": {
|
|
1953
|
-
"version": "1.0.
|
|
1954
|
-
"integrity": "sha512-
|
|
1955
|
+
"version": "1.0.30001770",
|
|
1956
|
+
"integrity": "sha512-x/2CLQ1jHENRbHg5PSId2sXq1CIO1CISvwWAj027ltMVG2UNgW+w9oH2+HzgEIRFembL8bUlXtfbBHR1fCg2xw==",
|
|
1955
1957
|
"dev": true,
|
|
1956
1958
|
"funding": [
|
|
1957
1959
|
{
|
|
@@ -2817,12 +2819,12 @@
|
|
|
2817
2819
|
}
|
|
2818
2820
|
},
|
|
2819
2821
|
"node_modules/glob": {
|
|
2820
|
-
"version": "13.0.
|
|
2821
|
-
"integrity": "sha512-
|
|
2822
|
+
"version": "13.0.5",
|
|
2823
|
+
"integrity": "sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==",
|
|
2822
2824
|
"dev": true,
|
|
2823
2825
|
"license": "BlueOak-1.0.0",
|
|
2824
2826
|
"dependencies": {
|
|
2825
|
-
"minimatch": "^10.1
|
|
2827
|
+
"minimatch": "^10.2.1",
|
|
2826
2828
|
"minipass": "^7.1.2",
|
|
2827
2829
|
"path-scurry": "^2.0.0"
|
|
2828
2830
|
},
|
|
@@ -3406,6 +3408,22 @@
|
|
|
3406
3408
|
}
|
|
3407
3409
|
}
|
|
3408
3410
|
},
|
|
3411
|
+
"node_modules/jest-config/node_modules/balanced-match": {
|
|
3412
|
+
"version": "1.0.2",
|
|
3413
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
3414
|
+
"dev": true,
|
|
3415
|
+
"license": "MIT"
|
|
3416
|
+
},
|
|
3417
|
+
"node_modules/jest-config/node_modules/brace-expansion": {
|
|
3418
|
+
"version": "1.1.12",
|
|
3419
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
3420
|
+
"dev": true,
|
|
3421
|
+
"license": "MIT",
|
|
3422
|
+
"dependencies": {
|
|
3423
|
+
"balanced-match": "^1.0.0",
|
|
3424
|
+
"concat-map": "0.0.1"
|
|
3425
|
+
}
|
|
3426
|
+
},
|
|
3409
3427
|
"node_modules/jest-config/node_modules/glob": {
|
|
3410
3428
|
"version": "7.2.3",
|
|
3411
3429
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
@@ -3719,6 +3737,22 @@
|
|
|
3719
3737
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
3720
3738
|
}
|
|
3721
3739
|
},
|
|
3740
|
+
"node_modules/jest-runtime/node_modules/balanced-match": {
|
|
3741
|
+
"version": "1.0.2",
|
|
3742
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
3743
|
+
"dev": true,
|
|
3744
|
+
"license": "MIT"
|
|
3745
|
+
},
|
|
3746
|
+
"node_modules/jest-runtime/node_modules/brace-expansion": {
|
|
3747
|
+
"version": "1.1.12",
|
|
3748
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
3749
|
+
"dev": true,
|
|
3750
|
+
"license": "MIT",
|
|
3751
|
+
"dependencies": {
|
|
3752
|
+
"balanced-match": "^1.0.0",
|
|
3753
|
+
"concat-map": "0.0.1"
|
|
3754
|
+
}
|
|
3755
|
+
},
|
|
3722
3756
|
"node_modules/jest-runtime/node_modules/glob": {
|
|
3723
3757
|
"version": "7.2.3",
|
|
3724
3758
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
@@ -4177,12 +4211,12 @@
|
|
|
4177
4211
|
}
|
|
4178
4212
|
},
|
|
4179
4213
|
"node_modules/minimatch": {
|
|
4180
|
-
"version": "10.1
|
|
4181
|
-
"integrity": "sha512-
|
|
4214
|
+
"version": "10.2.1",
|
|
4215
|
+
"integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==",
|
|
4182
4216
|
"dev": true,
|
|
4183
4217
|
"license": "BlueOak-1.0.0",
|
|
4184
4218
|
"dependencies": {
|
|
4185
|
-
"
|
|
4219
|
+
"brace-expansion": "^5.0.2"
|
|
4186
4220
|
},
|
|
4187
4221
|
"engines": {
|
|
4188
4222
|
"node": "20 || >=22"
|
|
@@ -4749,6 +4783,20 @@
|
|
|
4749
4783
|
"url": "https://github.com/sponsors/isaacs"
|
|
4750
4784
|
}
|
|
4751
4785
|
},
|
|
4786
|
+
"node_modules/rimraf/node_modules/balanced-match": {
|
|
4787
|
+
"version": "1.0.2",
|
|
4788
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
4789
|
+
"license": "MIT"
|
|
4790
|
+
},
|
|
4791
|
+
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
4792
|
+
"version": "1.1.12",
|
|
4793
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
4794
|
+
"license": "MIT",
|
|
4795
|
+
"dependencies": {
|
|
4796
|
+
"balanced-match": "^1.0.0",
|
|
4797
|
+
"concat-map": "0.0.1"
|
|
4798
|
+
}
|
|
4799
|
+
},
|
|
4752
4800
|
"node_modules/rimraf/node_modules/glob": {
|
|
4753
4801
|
"version": "7.2.3",
|
|
4754
4802
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
@@ -5109,6 +5157,22 @@
|
|
|
5109
5157
|
"node": ">=8"
|
|
5110
5158
|
}
|
|
5111
5159
|
},
|
|
5160
|
+
"node_modules/test-exclude/node_modules/balanced-match": {
|
|
5161
|
+
"version": "1.0.2",
|
|
5162
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
5163
|
+
"dev": true,
|
|
5164
|
+
"license": "MIT"
|
|
5165
|
+
},
|
|
5166
|
+
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
5167
|
+
"version": "1.1.12",
|
|
5168
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
5169
|
+
"dev": true,
|
|
5170
|
+
"license": "MIT",
|
|
5171
|
+
"dependencies": {
|
|
5172
|
+
"balanced-match": "^1.0.0",
|
|
5173
|
+
"concat-map": "0.0.1"
|
|
5174
|
+
}
|
|
5175
|
+
},
|
|
5112
5176
|
"node_modules/test-exclude/node_modules/glob": {
|
|
5113
5177
|
"version": "7.2.3",
|
|
5114
5178
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/rn-codegen",
|
|
3
|
-
"version": "11.14.1-16.
|
|
3
|
+
"version": "11.14.1-16.6418",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/rn-codegen",
|
|
9
|
-
"version": "11.14.1-16.
|
|
9
|
+
"version": "11.14.1-16.6418",
|
|
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-16.
|
|
21
|
+
"@wavemaker/foundation-css": "11.14.1-16.6418",
|
|
22
22
|
"adm-zip": "0.5.9",
|
|
23
23
|
"axios": "1.8.3",
|
|
24
24
|
"clean-css": "5.1.5",
|
|
@@ -819,27 +819,6 @@
|
|
|
819
819
|
"dev": true,
|
|
820
820
|
"license": "MIT"
|
|
821
821
|
},
|
|
822
|
-
"node_modules/@isaacs/balanced-match": {
|
|
823
|
-
"version": "4.0.1",
|
|
824
|
-
"integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
|
|
825
|
-
"dev": true,
|
|
826
|
-
"license": "MIT",
|
|
827
|
-
"engines": {
|
|
828
|
-
"node": "20 || >=22"
|
|
829
|
-
}
|
|
830
|
-
},
|
|
831
|
-
"node_modules/@isaacs/brace-expansion": {
|
|
832
|
-
"version": "5.0.1",
|
|
833
|
-
"integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==",
|
|
834
|
-
"dev": true,
|
|
835
|
-
"license": "MIT",
|
|
836
|
-
"dependencies": {
|
|
837
|
-
"@isaacs/balanced-match": "^4.0.1"
|
|
838
|
-
},
|
|
839
|
-
"engines": {
|
|
840
|
-
"node": "20 || >=22"
|
|
841
|
-
}
|
|
842
|
-
},
|
|
843
822
|
"node_modules/@istanbuljs/load-nyc-config": {
|
|
844
823
|
"version": "1.1.0",
|
|
845
824
|
"integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
|
|
@@ -1044,6 +1023,22 @@
|
|
|
1044
1023
|
}
|
|
1045
1024
|
}
|
|
1046
1025
|
},
|
|
1026
|
+
"node_modules/@jest/reporters/node_modules/balanced-match": {
|
|
1027
|
+
"version": "1.0.2",
|
|
1028
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
1029
|
+
"dev": true,
|
|
1030
|
+
"license": "MIT"
|
|
1031
|
+
},
|
|
1032
|
+
"node_modules/@jest/reporters/node_modules/brace-expansion": {
|
|
1033
|
+
"version": "1.1.12",
|
|
1034
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
1035
|
+
"dev": true,
|
|
1036
|
+
"license": "MIT",
|
|
1037
|
+
"dependencies": {
|
|
1038
|
+
"balanced-match": "^1.0.0",
|
|
1039
|
+
"concat-map": "0.0.1"
|
|
1040
|
+
}
|
|
1041
|
+
},
|
|
1047
1042
|
"node_modules/@jest/reporters/node_modules/glob": {
|
|
1048
1043
|
"version": "7.2.3",
|
|
1049
1044
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
@@ -1501,8 +1496,8 @@
|
|
|
1501
1496
|
}
|
|
1502
1497
|
},
|
|
1503
1498
|
"node_modules/@wavemaker/foundation-css": {
|
|
1504
|
-
"version": "11.14.1-16.
|
|
1505
|
-
"integrity": "sha512-
|
|
1499
|
+
"version": "11.14.1-16.6418",
|
|
1500
|
+
"integrity": "sha512-HAmdjtu3JzwLWxsc31uvtD6dr0Td6muf+mjrHat21RVIgx+7d1hrKJObZhZW22kTPlS68dVCXTaUOlQhC8ezmQ==",
|
|
1506
1501
|
"license": "ISC",
|
|
1507
1502
|
"dependencies": {
|
|
1508
1503
|
"chroma-js": "^3.1.2"
|
|
@@ -1752,9 +1747,13 @@
|
|
|
1752
1747
|
}
|
|
1753
1748
|
},
|
|
1754
1749
|
"node_modules/balanced-match": {
|
|
1755
|
-
"version": "
|
|
1756
|
-
"integrity": "sha512-
|
|
1757
|
-
"
|
|
1750
|
+
"version": "4.0.3",
|
|
1751
|
+
"integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
|
|
1752
|
+
"dev": true,
|
|
1753
|
+
"license": "MIT",
|
|
1754
|
+
"engines": {
|
|
1755
|
+
"node": "20 || >=22"
|
|
1756
|
+
}
|
|
1758
1757
|
},
|
|
1759
1758
|
"node_modules/base64-js": {
|
|
1760
1759
|
"version": "1.5.1",
|
|
@@ -1800,12 +1799,15 @@
|
|
|
1800
1799
|
"license": "ISC"
|
|
1801
1800
|
},
|
|
1802
1801
|
"node_modules/brace-expansion": {
|
|
1803
|
-
"version": "
|
|
1804
|
-
"integrity": "sha512-
|
|
1802
|
+
"version": "5.0.2",
|
|
1803
|
+
"integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
|
|
1804
|
+
"dev": true,
|
|
1805
1805
|
"license": "MIT",
|
|
1806
1806
|
"dependencies": {
|
|
1807
|
-
"balanced-match": "^
|
|
1808
|
-
|
|
1807
|
+
"balanced-match": "^4.0.2"
|
|
1808
|
+
},
|
|
1809
|
+
"engines": {
|
|
1810
|
+
"node": "20 || >=22"
|
|
1809
1811
|
}
|
|
1810
1812
|
},
|
|
1811
1813
|
"node_modules/braces": {
|
|
@@ -1950,8 +1952,8 @@
|
|
|
1950
1952
|
}
|
|
1951
1953
|
},
|
|
1952
1954
|
"node_modules/caniuse-lite": {
|
|
1953
|
-
"version": "1.0.
|
|
1954
|
-
"integrity": "sha512-
|
|
1955
|
+
"version": "1.0.30001770",
|
|
1956
|
+
"integrity": "sha512-x/2CLQ1jHENRbHg5PSId2sXq1CIO1CISvwWAj027ltMVG2UNgW+w9oH2+HzgEIRFembL8bUlXtfbBHR1fCg2xw==",
|
|
1955
1957
|
"dev": true,
|
|
1956
1958
|
"funding": [
|
|
1957
1959
|
{
|
|
@@ -2817,12 +2819,12 @@
|
|
|
2817
2819
|
}
|
|
2818
2820
|
},
|
|
2819
2821
|
"node_modules/glob": {
|
|
2820
|
-
"version": "13.0.
|
|
2821
|
-
"integrity": "sha512-
|
|
2822
|
+
"version": "13.0.5",
|
|
2823
|
+
"integrity": "sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==",
|
|
2822
2824
|
"dev": true,
|
|
2823
2825
|
"license": "BlueOak-1.0.0",
|
|
2824
2826
|
"dependencies": {
|
|
2825
|
-
"minimatch": "^10.1
|
|
2827
|
+
"minimatch": "^10.2.1",
|
|
2826
2828
|
"minipass": "^7.1.2",
|
|
2827
2829
|
"path-scurry": "^2.0.0"
|
|
2828
2830
|
},
|
|
@@ -3406,6 +3408,22 @@
|
|
|
3406
3408
|
}
|
|
3407
3409
|
}
|
|
3408
3410
|
},
|
|
3411
|
+
"node_modules/jest-config/node_modules/balanced-match": {
|
|
3412
|
+
"version": "1.0.2",
|
|
3413
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
3414
|
+
"dev": true,
|
|
3415
|
+
"license": "MIT"
|
|
3416
|
+
},
|
|
3417
|
+
"node_modules/jest-config/node_modules/brace-expansion": {
|
|
3418
|
+
"version": "1.1.12",
|
|
3419
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
3420
|
+
"dev": true,
|
|
3421
|
+
"license": "MIT",
|
|
3422
|
+
"dependencies": {
|
|
3423
|
+
"balanced-match": "^1.0.0",
|
|
3424
|
+
"concat-map": "0.0.1"
|
|
3425
|
+
}
|
|
3426
|
+
},
|
|
3409
3427
|
"node_modules/jest-config/node_modules/glob": {
|
|
3410
3428
|
"version": "7.2.3",
|
|
3411
3429
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
@@ -3719,6 +3737,22 @@
|
|
|
3719
3737
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
3720
3738
|
}
|
|
3721
3739
|
},
|
|
3740
|
+
"node_modules/jest-runtime/node_modules/balanced-match": {
|
|
3741
|
+
"version": "1.0.2",
|
|
3742
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
3743
|
+
"dev": true,
|
|
3744
|
+
"license": "MIT"
|
|
3745
|
+
},
|
|
3746
|
+
"node_modules/jest-runtime/node_modules/brace-expansion": {
|
|
3747
|
+
"version": "1.1.12",
|
|
3748
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
3749
|
+
"dev": true,
|
|
3750
|
+
"license": "MIT",
|
|
3751
|
+
"dependencies": {
|
|
3752
|
+
"balanced-match": "^1.0.0",
|
|
3753
|
+
"concat-map": "0.0.1"
|
|
3754
|
+
}
|
|
3755
|
+
},
|
|
3722
3756
|
"node_modules/jest-runtime/node_modules/glob": {
|
|
3723
3757
|
"version": "7.2.3",
|
|
3724
3758
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
@@ -4177,12 +4211,12 @@
|
|
|
4177
4211
|
}
|
|
4178
4212
|
},
|
|
4179
4213
|
"node_modules/minimatch": {
|
|
4180
|
-
"version": "10.1
|
|
4181
|
-
"integrity": "sha512-
|
|
4214
|
+
"version": "10.2.1",
|
|
4215
|
+
"integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==",
|
|
4182
4216
|
"dev": true,
|
|
4183
4217
|
"license": "BlueOak-1.0.0",
|
|
4184
4218
|
"dependencies": {
|
|
4185
|
-
"
|
|
4219
|
+
"brace-expansion": "^5.0.2"
|
|
4186
4220
|
},
|
|
4187
4221
|
"engines": {
|
|
4188
4222
|
"node": "20 || >=22"
|
|
@@ -4749,6 +4783,20 @@
|
|
|
4749
4783
|
"url": "https://github.com/sponsors/isaacs"
|
|
4750
4784
|
}
|
|
4751
4785
|
},
|
|
4786
|
+
"node_modules/rimraf/node_modules/balanced-match": {
|
|
4787
|
+
"version": "1.0.2",
|
|
4788
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
4789
|
+
"license": "MIT"
|
|
4790
|
+
},
|
|
4791
|
+
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
4792
|
+
"version": "1.1.12",
|
|
4793
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
4794
|
+
"license": "MIT",
|
|
4795
|
+
"dependencies": {
|
|
4796
|
+
"balanced-match": "^1.0.0",
|
|
4797
|
+
"concat-map": "0.0.1"
|
|
4798
|
+
}
|
|
4799
|
+
},
|
|
4752
4800
|
"node_modules/rimraf/node_modules/glob": {
|
|
4753
4801
|
"version": "7.2.3",
|
|
4754
4802
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
@@ -5109,6 +5157,22 @@
|
|
|
5109
5157
|
"node": ">=8"
|
|
5110
5158
|
}
|
|
5111
5159
|
},
|
|
5160
|
+
"node_modules/test-exclude/node_modules/balanced-match": {
|
|
5161
|
+
"version": "1.0.2",
|
|
5162
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
5163
|
+
"dev": true,
|
|
5164
|
+
"license": "MIT"
|
|
5165
|
+
},
|
|
5166
|
+
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
5167
|
+
"version": "1.1.12",
|
|
5168
|
+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
5169
|
+
"dev": true,
|
|
5170
|
+
"license": "MIT",
|
|
5171
|
+
"dependencies": {
|
|
5172
|
+
"balanced-match": "^1.0.0",
|
|
5173
|
+
"concat-map": "0.0.1"
|
|
5174
|
+
}
|
|
5175
|
+
},
|
|
5112
5176
|
"node_modules/test-exclude/node_modules/glob": {
|
|
5113
5177
|
"version": "7.2.3",
|
|
5114
5178
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/rn-codegen",
|
|
3
|
-
"version": "11.14.1-16.
|
|
3
|
+
"version": "11.14.1-16.6418",
|
|
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-16.
|
|
45
|
+
"@wavemaker/foundation-css": "11.14.1-16.6418"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/adm-zip": "0.5.0",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"postinstall": ""
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@wavemaker/app-rn-runtime": "11.14.1-16.
|
|
15
|
-
"@wavemaker/variables": "11.14.1-16.
|
|
16
|
-
"@wavemaker/rn-codegen": "11.14.1-16.
|
|
14
|
+
"@wavemaker/app-rn-runtime": "11.14.1-16.6418",
|
|
15
|
+
"@wavemaker/variables": "11.14.1-16.6418",
|
|
16
|
+
"@wavemaker/rn-codegen": "11.14.1-16.6418",
|
|
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-16.
|
|
15
|
-
"@wavemaker/variables": "11.14.1-16.
|
|
16
|
-
"@wavemaker/rn-codegen": "11.14.1-16.
|
|
14
|
+
"@wavemaker/app-rn-runtime": "11.14.1-16.6418",
|
|
15
|
+
"@wavemaker/variables": "11.14.1-16.6418",
|
|
16
|
+
"@wavemaker/rn-codegen": "11.14.1-16.6418",
|
|
17
17
|
"@wavemaker/wavepulse-agent": "1.0.11",
|
|
18
18
|
"expo": "54.0.12",
|
|
19
19
|
"expo-build-properties": "1.0.9",
|