@wavemaker/angular-codegen 11.0.0-next.138551 → 11.0.0-next.138552
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 +3 -0
- angular-codegen/angular-app/package.json +1 -1
- angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
- angular-codegen/dependencies/transpilation-mobile.cjs.js +47 -4
- angular-codegen/dependencies/transpilation-web.cjs.js +47 -4
- angular-codegen/package.json +1 -1
|
@@ -5685,6 +5685,7 @@
|
|
|
5685
5685
|
"version": "7.8.0",
|
|
5686
5686
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.8.0.tgz",
|
|
5687
5687
|
"integrity": "sha512-AmXqneQZL3KZMIgBpaPTeI6pfwh+xQ2vutMsyqOu1TBdEXFZgpG/80wuJ531w2ZN7TI0/oc8CPxzh/DKQudZqg==",
|
|
5688
|
+
"deprecated": "Please update to latest patch version to fix memory leak https://github.com/isaacs/node-lru-cache/issues/227",
|
|
5688
5689
|
"dev": true,
|
|
5689
5690
|
"engines": {
|
|
5690
5691
|
"node": ">=12"
|
|
@@ -5740,6 +5741,7 @@
|
|
|
5740
5741
|
"version": "7.8.0",
|
|
5741
5742
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.8.0.tgz",
|
|
5742
5743
|
"integrity": "sha512-AmXqneQZL3KZMIgBpaPTeI6pfwh+xQ2vutMsyqOu1TBdEXFZgpG/80wuJ531w2ZN7TI0/oc8CPxzh/DKQudZqg==",
|
|
5744
|
+
"deprecated": "Please update to latest patch version to fix memory leak https://github.com/isaacs/node-lru-cache/issues/227",
|
|
5743
5745
|
"dev": true,
|
|
5744
5746
|
"engines": {
|
|
5745
5747
|
"node": ">=12"
|
|
@@ -20003,6 +20005,7 @@
|
|
|
20003
20005
|
"version": "7.8.0",
|
|
20004
20006
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.8.0.tgz",
|
|
20005
20007
|
"integrity": "sha512-AmXqneQZL3KZMIgBpaPTeI6pfwh+xQ2vutMsyqOu1TBdEXFZgpG/80wuJ531w2ZN7TI0/oc8CPxzh/DKQudZqg==",
|
|
20008
|
+
"deprecated": "Please update to latest patch version to fix memory leak https://github.com/isaacs/node-lru-cache/issues/227",
|
|
20006
20009
|
"dev": true,
|
|
20007
20010
|
"engines": {
|
|
20008
20011
|
"node": ">=12"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"tslib": "^2.0.0",
|
|
67
67
|
"x2js": "3.2.6",
|
|
68
68
|
"zone.js": "~0.11.4",
|
|
69
|
-
"@wavemaker/app-ng-runtime": "11.0.0-next.
|
|
69
|
+
"@wavemaker/app-ng-runtime": "11.0.0-next.138552"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@ampproject/rollup-plugin-closure-compiler": "0.8.5",
|