@wavemaker/angular-codegen 12.0.0-next.141165 → 12.0.0-next.141167
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/angular.json +1 -15
- angular-codegen/angular-app/package-lock.json +142 -1274
- angular-codegen/angular-app/package.json +4 -12
- angular-codegen/angular-app/src/assets/styles/css/wm-style.css +1 -1
- angular-codegen/dependencies/pipe-provider.cjs.js +12026 -2
- angular-codegen/dependencies/transpilation-mobile.cjs.js +768 -1
- angular-codegen/dependencies/transpilation-web.cjs.js +6013 -1
- angular-codegen/package.json +1 -1
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
}
|
|
62
62
|
],
|
|
63
63
|
"scripts": [
|
|
64
|
-
"./node_modules/x2js/x2js.js",
|
|
65
64
|
"./node_modules/d3/dist/d3.min.js",
|
|
66
65
|
"./node_modules/@wavemaker/nvd3/build/nv.d3.min.js",
|
|
67
66
|
"./node_modules/jquery/dist/jquery.min.js",
|
|
@@ -202,7 +201,6 @@
|
|
|
202
201
|
"src/assets/app.css"
|
|
203
202
|
],
|
|
204
203
|
"scripts": [
|
|
205
|
-
"./node_modules/x2js/x2js.js",
|
|
206
204
|
"./node_modules/d3/dist/d3.min.js",
|
|
207
205
|
"./node_modules/@wavemaker/nvd3/build/nv.d3.min.js",
|
|
208
206
|
"./node_modules/jquery/dist/jquery.min.js",
|
|
@@ -259,23 +257,11 @@
|
|
|
259
257
|
"options": {
|
|
260
258
|
"buildTarget": "angular-app:build"
|
|
261
259
|
}
|
|
262
|
-
},
|
|
263
|
-
"lint": {
|
|
264
|
-
"builder": "@angular-eslint/builder:lint",
|
|
265
|
-
"options": {
|
|
266
|
-
"lintFilePatterns": [
|
|
267
|
-
"src/**/*.ts",
|
|
268
|
-
"src/**/*.html"
|
|
269
|
-
]
|
|
270
|
-
}
|
|
271
260
|
}
|
|
272
261
|
}
|
|
273
262
|
}
|
|
274
263
|
},
|
|
275
264
|
"cli": {
|
|
276
|
-
"analytics": "fe5e8f46-2dff-4044-b3b8-8a1307278ce6"
|
|
277
|
-
"schematicCollections": [
|
|
278
|
-
"@angular-eslint/schematics"
|
|
279
|
-
]
|
|
265
|
+
"analytics": "fe5e8f46-2dff-4044-b3b8-8a1307278ce6"
|
|
280
266
|
}
|
|
281
267
|
}
|