@wavemaker/angular-codegen 11.3.6-rc.5345 → 11.3.6-rc.5349
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.
- angular-codegen/angular-app/package-lock.json +4 -19
- angular-codegen/angular-app/package.json +2 -2
- angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
- angular-codegen/dependencies/pipe-provider.cjs.js +14 -4
- angular-codegen/dependencies/transpilation-mobile.cjs.js +16 -6
- angular-codegen/dependencies/transpilation-web.cjs.js +16 -6
- angular-codegen/package.json +1 -1
@@ -5960,24 +5960,14 @@
|
|
5960
5960
|
}
|
5961
5961
|
},
|
5962
5962
|
"@wavemaker/variables": {
|
5963
|
-
"version": "11.3.6-rc.
|
5964
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.3.6-rc.
|
5965
|
-
"integrity": "sha512-
|
5963
|
+
"version": "11.3.6-rc.5349",
|
5964
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.3.6-rc.5349.tgz",
|
5965
|
+
"integrity": "sha512-RPAukJ8PGPqs+OYPA0FVBAZqgapgNFBctR7fGwlpHlEygzoibYbxq1u1Jbj4vnDnZGIJrc0agk3gQrA8zPKDfg==",
|
5966
5966
|
"requires": {
|
5967
5967
|
"@metrichor/jmespath": "^0.3.1",
|
5968
5968
|
"he": "^1.2.0",
|
5969
5969
|
"lodash": "^4.17.21",
|
5970
|
-
"x2js": "
|
5971
|
-
},
|
5972
|
-
"dependencies": {
|
5973
|
-
"x2js": {
|
5974
|
-
"version": "3.4.4",
|
5975
|
-
"resolved": "https://registry.npmjs.org/x2js/-/x2js-3.4.4.tgz",
|
5976
|
-
"integrity": "sha512-yG/ThaBCgnsa3aoMPAe7QwDpcyU4D70hjXC4Y1lZSfD/Tgd0MpE19FnZZRAjekryw0c8cffpOt9zsPEiqktO6Q==",
|
5977
|
-
"requires": {
|
5978
|
-
"@xmldom/xmldom": "^0.8.3"
|
5979
|
-
}
|
5980
|
-
}
|
5970
|
+
"x2js": "3.2.6"
|
5981
5971
|
}
|
5982
5972
|
},
|
5983
5973
|
"@webassemblyjs/ast": {
|
@@ -6180,11 +6170,6 @@
|
|
6180
6170
|
"@xtuc/long": "4.2.2"
|
6181
6171
|
}
|
6182
6172
|
},
|
6183
|
-
"@xmldom/xmldom": {
|
6184
|
-
"version": "0.8.10",
|
6185
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
|
6186
|
-
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw=="
|
6187
|
-
},
|
6188
6173
|
"@xtuc/ieee754": {
|
6189
6174
|
"version": "1.2.0",
|
6190
6175
|
"resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"@metrichor/jmespath": "^0.3.1",
|
48
48
|
"@wavemaker.com/nvd3": "1.0.0",
|
49
49
|
"@wavemaker/focus-trap": "^1.0.0",
|
50
|
-
"@wavemaker/variables": "11.3.6-rc.
|
50
|
+
"@wavemaker/variables": "11.3.6-rc.5349",
|
51
51
|
"angular-imask": "6.0.4",
|
52
52
|
"angular2-websocket": "0.9.7",
|
53
53
|
"core-js": "2.5.4",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"tslib": "^2.0.0",
|
72
72
|
"x2js": "3.2.6",
|
73
73
|
"zone.js": "~0.11.4",
|
74
|
-
"@wavemaker/app-ng-runtime": "11.3.6-rc.
|
74
|
+
"@wavemaker/app-ng-runtime": "11.3.6-rc.5349"
|
75
75
|
},
|
76
76
|
"devDependencies": {
|
77
77
|
"@ampproject/rollup-plugin-closure-compiler": "0.8.5",
|