@wavemaker/angular-codegen 12.0.0-next.25480 → 12.0.0-next.28533
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.
- package/angular-app/angular.json +8 -1
- package/angular-app/dependency-report.html +1 -1
- package/angular-app/npm-shrinkwrap.json +1010 -920
- package/angular-app/package-lock.json +1010 -920
- package/angular-app/package.json +5 -5
- package/angular-app/src/tsconfig.app.json +5 -2
- package/dependencies/custom-widgets-bundle.cjs.js +43 -37
- package/dependencies/pipe-provider.cjs.js +20 -6
- package/dependencies/transpilation-web.cjs.js +22 -4
- package/download-packages.js +53 -5
- package/npm-shrinkwrap.json +120 -200
- package/package-lock.json +120 -200
- package/package.json +2 -2
- package/src/gen-layouts.js +1 -1
- package/angular-app/src/app/app-codegen.module.ts +0 -11
- package/angular-app/src/framework/angular1.polyfills.ts +0 -36
package/angular-app/angular.json
CHANGED
|
@@ -88,6 +88,13 @@
|
|
|
88
88
|
"./node_modules/jssha/dist/sha256.js",
|
|
89
89
|
"./node_modules/@ztree/ztree_v3/js/jquery.ztree.all.js",
|
|
90
90
|
"./node_modules/@wavemaker/app-ng-runtime/scripts/tree-keyboard-navigation/keyboard-navigation.js"
|
|
91
|
+
],
|
|
92
|
+
"allowedCommonJsDependencies": [
|
|
93
|
+
"angular2-websocket/angular2-websocket",
|
|
94
|
+
"he",
|
|
95
|
+
"moment",
|
|
96
|
+
"moment-timezone",
|
|
97
|
+
"x2js"
|
|
91
98
|
]
|
|
92
99
|
},
|
|
93
100
|
"configurations": {
|
|
@@ -126,7 +133,7 @@
|
|
|
126
133
|
"budgets": [
|
|
127
134
|
{
|
|
128
135
|
"type": "initial",
|
|
129
|
-
"maximumWarning": "
|
|
136
|
+
"maximumWarning": "5mb"
|
|
130
137
|
}
|
|
131
138
|
]
|
|
132
139
|
},
|