@wavemaker/angular-codegen 11.8.3-next.27390 → 11.8.3-next.27392
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 +4 -4
- angular-codegen/angular-app/package.json +2 -2
- angular-codegen/dependencies/expression-parser.cjs.js +50533 -0
- angular-codegen/dependencies/pipe-provider.cjs.js +218344 -0
- angular-codegen/dependencies/transpilation-mobile.cjs.js +94054 -0
- angular-codegen/dependencies/transpilation-web.cjs.js +0 -2
- angular-codegen/package.json +1 -1
|
@@ -57220,8 +57220,6 @@ function requireLib () {
|
|
|
57220
57220
|
});
|
|
57221
57221
|
} (x2js));
|
|
57222
57222
|
|
|
57223
|
-
var X2JS = x2jsExports;
|
|
57224
|
-
|
|
57225
57223
|
/**
|
|
57226
57224
|
* @license Angular v17.3.11
|
|
57227
57225
|
* (c) 2010-2024 Google LLC. https://angular.io/
|