@wavemaker/angular-codegen 12.0.0-next.45031 → 12.0.0-next.45501
Sign up to get free protection for your applications and to get access to all the features.
- angular-codegen/angular-app/angular.json +0 -2
- angular-codegen/angular-app/build-scripts/update-version.js +24 -0
- angular-codegen/angular-app/package-lock.json +411 -4122
- angular-codegen/angular-app/package.json +8 -10
- angular-codegen/angular-app/src/setup-jest.js +1 -0
- angular-codegen/angular-app/tsconfig.json +0 -3
- angular-codegen/dependencies/pipe-provider.cjs.js +12028 -8
- angular-codegen/dependencies/transpilation-mobile.cjs.js +1174 -465
- angular-codegen/dependencies/transpilation-web.cjs.js +6419 -465
- angular-codegen/package-lock.json +1 -1
- angular-codegen/package.json +2 -2
angular-codegen/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wavemaker/angular-codegen",
|
3
|
-
"version": "12.0.0-next.
|
3
|
+
"version": "12.0.0-next.45501",
|
4
4
|
"description": "",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"author": "",
|
12
12
|
"license": "ISC",
|
13
13
|
"dependencies": {
|
14
|
-
"cheerio": "
|
14
|
+
"cheerio": "1.0.0-rc.12",
|
15
15
|
"decode-uri-component": "^0.2.0",
|
16
16
|
"express": "^4.16.4",
|
17
17
|
"fast-xml-parser": "^3.19.0",
|