@wavemaker/angular-codegen 11.8.1-next.45204 → 11.8.1-next.45206
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.
|
@@ -4,14 +4,14 @@ const yargs = require('yargs');
|
|
|
4
4
|
const argv = yargs(process.argv).argv;
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* Updates the @wavemaker/ng-runtime dependency in the specified package.json file.
|
|
7
|
+
* Updates the @wavemaker/app-ng-runtime dependency in the specified package.json file.
|
|
8
8
|
* @param {string} path - The path to the package.json file to update.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
const updateNgRuntimePackage = (path) => {
|
|
12
12
|
if (fs.existsSync(path)) {
|
|
13
13
|
const packageJSON = require('../' + path);
|
|
14
|
-
packageJSON['dependencies']['@wavemaker/ng-runtime'] = argv["publish-version"];
|
|
14
|
+
packageJSON['dependencies']['@wavemaker/app-ng-runtime'] = argv["publish-version"];
|
|
15
15
|
fs.writeFileSync(path, JSON.stringify(packageJSON, null, 4));
|
|
16
16
|
} else {
|
|
17
17
|
console.log('package.json not found at ' + path);
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@metrichor/jmespath": "0.3.1",
|
|
37
37
|
"@wavemaker/focus-trap": "1.0.0",
|
|
38
38
|
"@wavemaker/nvd3": "1.8.11",
|
|
39
|
-
"@wavemaker/variables": "11.8.1-next.
|
|
39
|
+
"@wavemaker/variables": "11.8.1-next.45206",
|
|
40
40
|
"@ztree/ztree_v3": "3.5.48",
|
|
41
41
|
"angular-imask": "^7.6.1",
|
|
42
42
|
"angular2-websocket": "0.9.7",
|
|
@@ -7273,9 +7273,9 @@
|
|
|
7273
7273
|
}
|
|
7274
7274
|
},
|
|
7275
7275
|
"node_modules/@wavemaker/variables": {
|
|
7276
|
-
"version": "11.8.1-next.
|
|
7277
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.8.1-next.
|
|
7278
|
-
"integrity": "sha512-
|
|
7276
|
+
"version": "11.8.1-next.45206",
|
|
7277
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.8.1-next.45206.tgz",
|
|
7278
|
+
"integrity": "sha512-yWRPqWkWi0OJ+OzHjftlVx645+yr8vVfIIlZxqCda8GvrXkLOahHB0NnXQmw4iaM/9UCYX2R9zNDwMFiBlHWcA==",
|
|
7279
7279
|
"dependencies": {
|
|
7280
7280
|
"@metrichor/jmespath": "^0.3.1",
|
|
7281
7281
|
"he": "^1.2.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@metrichor/jmespath": "0.3.1",
|
|
46
46
|
"@wavemaker/focus-trap": "1.0.0",
|
|
47
47
|
"@wavemaker/nvd3": "1.8.11",
|
|
48
|
-
"@wavemaker/variables": "11.8.1-next.
|
|
48
|
+
"@wavemaker/variables": "11.8.1-next.45206",
|
|
49
49
|
"@ztree/ztree_v3": "3.5.48",
|
|
50
50
|
"angular-imask": "^7.6.1",
|
|
51
51
|
"angular2-websocket": "0.9.7",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"tslib": "2.4.1",
|
|
72
72
|
"x2js": "3.4.4",
|
|
73
73
|
"zone.js": "0.13.3",
|
|
74
|
-
"@wavemaker/app-ng-runtime": "11.8.1-next.
|
|
74
|
+
"@wavemaker/app-ng-runtime": "11.8.1-next.45206"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|