@wavemaker/angular-codegen 11.2.0-next.141305 → 11.2.0-next.141561

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.min.js",
87
- "./node_modules/@wavemaker/focus-trap/dist/focus-trap.min.js"
86
+ "./node_modules/tabbable/dist/index.umd.min.js",
87
+ "./node_modules/@wavemaker/focus-trap/dist/focus-trap.umd.min.js"
88
88
  ]
89
89
  },
90
90
  "configurations": {
@@ -179,9 +179,7 @@
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",
183
- "./node_modules/tabbable/dist/index.min.js",
184
- "./node_modules/@wavemaker/focus-trap/dist/focus-trap.min.js"
182
+ "./node_modules/jssha/dist/sha256.js"
185
183
  ],
186
184
  "aot": false,
187
185
  "vendorChunk": true,
@@ -5959,26 +5959,6 @@
5959
5959
  "yarn": "^1.22.19"
5960
5960
  }
5961
5961
  },
5962
- "@wavemaker/variables": {
5963
- "version": "11.2.0-next.141305",
5964
- "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.2.0-next.141305.tgz",
5965
- "integrity": "sha512-aVdMVHoMQfT2RG77Exy6OulMWl2V049V79RGkCziLVqIFfbecMTyFjy17hrrZ7tlKj8ROHYXluCMRKhPD5vwQA==",
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
- },
5982
5962
  "@webassemblyjs/ast": {
5983
5963
  "version": "1.9.0",
5984
5964
  "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz",
@@ -6179,11 +6159,6 @@
6179
6159
  "@xtuc/long": "4.2.2"
6180
6160
  }
6181
6161
  },
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
- },
6187
6162
  "@xtuc/ieee754": {
6188
6163
  "version": "1.2.0",
6189
6164
  "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
@@ -47,7 +47,6 @@
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.0-next.141305",
51
50
  "angular-imask": "6.0.4",
52
51
  "angular2-websocket": "0.9.7",
53
52
  "core-js": "2.5.4",
@@ -71,7 +70,7 @@
71
70
  "tslib": "^2.0.0",
72
71
  "x2js": "3.2.6",
73
72
  "zone.js": "~0.11.4",
74
- "@wavemaker/app-ng-runtime": "11.2.0-next.141305"
73
+ "@wavemaker/app-ng-runtime": "11.2.0-next.141561"
75
74
  },
76
75
  "devDependencies": {
77
76
  "@ampproject/rollup-plugin-closure-compiler": "0.8.5",