@wavemaker/angular-codegen 11.2.4-rc.91 → 11.2.5-next.141566

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.
@@ -5959,6 +5959,27 @@
5959
5959
  "yarn": "^1.22.19"
5960
5960
  }
5961
5961
  },
5962
+ "@wavemaker/variables": {
5963
+ "version": "11.2.5-next.141566",
5964
+ "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.2.5-next.141566.tgz",
5965
+ "integrity": "sha512-D95ext7kaLP3345xLY6iCISmTLmod8S9gQ/8jVbEv+VvWosG3PcFBFRZeGzemAkUpmFoIkGtGQCIdLs6qHJOuQ==",
5966
+ "requires": {
5967
+ "@metrichor/jmespath": "^0.3.1",
5968
+ "he": "^1.2.0",
5969
+ "lodash": "^4.17.21",
5970
+ "x2js": "^3.4.3"
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
+ }
5981
+ }
5982
+ },
5962
5983
  "@webassemblyjs/ast": {
5963
5984
  "version": "1.9.0",
5964
5985
  "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz",
@@ -6159,6 +6180,11 @@
6159
6180
  "@xtuc/long": "4.2.2"
6160
6181
  }
6161
6182
  },
6183
+ "@xmldom/xmldom": {
6184
+ "version": "0.8.7",
6185
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.7.tgz",
6186
+ "integrity": "sha512-sI1Ly2cODlWStkINzqGrZ8K6n+MTSbAeQnAipGyL+KZCXuHaRlj2gyyy8B/9MvsFFqN7XHryQnB2QwhzvJXovg=="
6187
+ },
6162
6188
  "@xtuc/ieee754": {
6163
6189
  "version": "1.2.0",
6164
6190
  "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
@@ -47,6 +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.2.5-next.141566",
50
51
  "angular-imask": "6.0.4",
51
52
  "angular2-websocket": "0.9.7",
52
53
  "core-js": "2.5.4",
@@ -70,7 +71,7 @@
70
71
  "tslib": "^2.0.0",
71
72
  "x2js": "3.2.6",
72
73
  "zone.js": "~0.11.4",
73
- "@wavemaker/app-ng-runtime": "11.2.4-rc.91"
74
+ "@wavemaker/app-ng-runtime": "11.2.5-next.141566"
74
75
  },
75
76
  "devDependencies": {
76
77
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",