@wavemaker/angular-codegen 11.8.0-next.141690 → 11.8.0-next.141691
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.
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@metrichor/jmespath": "0.3.1",
|
|
38
38
|
"@wavemaker/focus-trap": "1.0.1",
|
|
39
39
|
"@wavemaker/nvd3": "1.8.11",
|
|
40
|
-
"@wavemaker/variables": "11.8.0-next.
|
|
40
|
+
"@wavemaker/variables": "11.8.0-next.141691",
|
|
41
41
|
"@ztree/ztree_v3": "3.5.48",
|
|
42
42
|
"angular-imask": "^7.6.1",
|
|
43
43
|
"angular2-websocket": "0.9.7",
|
|
@@ -6453,9 +6453,9 @@
|
|
|
6453
6453
|
}
|
|
6454
6454
|
},
|
|
6455
6455
|
"node_modules/@wavemaker/variables": {
|
|
6456
|
-
"version": "11.8.0-next.
|
|
6457
|
-
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.8.0-next.
|
|
6458
|
-
"integrity": "sha512-
|
|
6456
|
+
"version": "11.8.0-next.141691",
|
|
6457
|
+
"resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.8.0-next.141691.tgz",
|
|
6458
|
+
"integrity": "sha512-pCD7nky8dsh/Rgji3qzqCBYnVI9ptCpRHOXGpKQTQ0pBY6KJ+CS+0QOURlP+O+o4AaJOLiuJhHNu+UBl8n4TZg==",
|
|
6459
6459
|
"dependencies": {
|
|
6460
6460
|
"@metrichor/jmespath": "^0.3.1",
|
|
6461
6461
|
"he": "^1.2.0",
|
package/angular-app/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-app",
|
|
3
|
-
"version": "11.8.0-next.
|
|
3
|
+
"version": "11.8.0-next.141691",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"start": "./node_modules/.bin/ng serve",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@metrichor/jmespath": "0.3.1",
|
|
47
47
|
"@wavemaker/focus-trap": "1.0.1",
|
|
48
48
|
"@wavemaker/nvd3": "1.8.11",
|
|
49
|
-
"@wavemaker/variables": "11.8.0-next.
|
|
49
|
+
"@wavemaker/variables": "11.8.0-next.141691",
|
|
50
50
|
"@ztree/ztree_v3": "3.5.48",
|
|
51
51
|
"angular-imask": "^7.6.1",
|
|
52
52
|
"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.14.7",
|
|
74
|
-
"@wavemaker/app-ng-runtime": "11.8.0-next.
|
|
74
|
+
"@wavemaker/app-ng-runtime": "11.8.0-next.141691"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
package/build-angular-app.js
CHANGED
|
@@ -47,7 +47,7 @@ const buildAngularApp = (args) => {
|
|
|
47
47
|
const HOME_DIR = os.homedir(), APP_NAME = "angular-app";
|
|
48
48
|
const TARBALL_DOWNLOAD_PATH = (HOME_DIR + '/.wm/node_modules') + '/' + APP_NAME + '/' + args.runtimeUIVersion;
|
|
49
49
|
const PACKAGE_NAME = NPM_PACKAGE_SCOPE + '/' + APP_NAME + '@' + args.runtimeUIVersion;
|
|
50
|
-
const TARBALL_NAME = APP_NAME + '-' + args.runtimeUIVersion + '.tgz';
|
|
50
|
+
const TARBALL_NAME = NPM_PACKAGE_SCOPE + '-' + APP_NAME + '-' + args.runtimeUIVersion + '.tgz';
|
|
51
51
|
|
|
52
52
|
fs.mkdirSync(TARBALL_DOWNLOAD_PATH, { recursive: true });
|
|
53
53
|
executeSyncCmd('cd ' + TARBALL_DOWNLOAD_PATH + ` && npm pack ${PACKAGE_NAME}`, null, `Downloading tarball - ${PACKAGE_NAME} to the location - ${TARBALL_DOWNLOAD_PATH}`);
|
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-codegen",
|
|
3
|
-
"version": "11.8.0-next.
|
|
3
|
+
"version": "11.8.0-next.141691",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/angular-codegen",
|
|
9
|
-
"version": "11.8.0-next.
|
|
9
|
+
"version": "11.8.0-next.141691",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"cheerio": "^1.0.0-rc.2",
|