@wavemaker/angular-codegen 11.2.5-next.23540 → 11.3.0-next.137008

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.
@@ -83,8 +83,8 @@
83
83
  "./node_modules/iscroll/build/iscroll.js",
84
84
  "./node_modules/js-cookie/src/js.cookie.js",
85
85
  "./node_modules/jssha/dist/sha256.js",
86
- "./node_modules/tabbable/dist/index.umd.min.js",
87
- "./node_modules/@wavemaker/focus-trap/dist/focus-trap.umd.min.js"
86
+ "./node_modules/tabbable/dist/index.umd.js",
87
+ "./node_modules/@wavemaker/focus-trap/dist/focus-trap.umd.js"
88
88
  ]
89
89
  },
90
90
  "configurations": {
@@ -179,7 +179,9 @@
179
179
  "./node_modules/hammerjs/hammer.min.js",
180
180
  "./node_modules/iscroll/build/iscroll.js",
181
181
  "./node_modules/js-cookie/src/js.cookie.js",
182
- "./node_modules/jssha/dist/sha256.js"
182
+ "./node_modules/jssha/dist/sha256.js",
183
+ "./node_modules/tabbable/dist/index.min.js",
184
+ "./node_modules/@wavemaker/focus-trap/dist/focus-trap.min.js"
183
185
  ],
184
186
  "aot": false,
185
187
  "vendorChunk": true,
@@ -5959,6 +5959,26 @@
5959
5959
  "yarn": "^1.22.19"
5960
5960
  }
5961
5961
  },
5962
+ "@wavemaker/variables": {
5963
+ "version": "11.3.0-next.137008",
5964
+ "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.3.0-next.137008.tgz",
5965
+ "integrity": "sha512-3Fd5FCPpRas1+vf8qetRpBg+w6sLLj+pZp02xAz/s7PBezFm9d0A/9mvYpwvCi8pWluFstK1mtujiZ6aCkhxwA==",
5966
+ "requires": {
5967
+ "@metrichor/jmespath": "^0.3.1",
5968
+ "lodash": "^4.17.21",
5969
+ "x2js": "^3.4.3"
5970
+ },
5971
+ "dependencies": {
5972
+ "x2js": {
5973
+ "version": "3.4.4",
5974
+ "resolved": "https://registry.npmjs.org/x2js/-/x2js-3.4.4.tgz",
5975
+ "integrity": "sha512-yG/ThaBCgnsa3aoMPAe7QwDpcyU4D70hjXC4Y1lZSfD/Tgd0MpE19FnZZRAjekryw0c8cffpOt9zsPEiqktO6Q==",
5976
+ "requires": {
5977
+ "@xmldom/xmldom": "^0.8.3"
5978
+ }
5979
+ }
5980
+ }
5981
+ },
5962
5982
  "@webassemblyjs/ast": {
5963
5983
  "version": "1.9.0",
5964
5984
  "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz",
@@ -6159,6 +6179,11 @@
6159
6179
  "@xtuc/long": "4.2.2"
6160
6180
  }
6161
6181
  },
6182
+ "@xmldom/xmldom": {
6183
+ "version": "0.8.6",
6184
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz",
6185
+ "integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg=="
6186
+ },
6162
6187
  "@xtuc/ieee754": {
6163
6188
  "version": "1.2.0",
6164
6189
  "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.3.0-next.137008",
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.5-next.23540"
74
+ "@wavemaker/app-ng-runtime": "11.3.0-next.137008"
74
75
  },
75
76
  "devDependencies": {
76
77
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",