@wavemaker/angular-app 11.8.0-rc.5765 → 11.8.0-rc.5769

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.
Files changed (2) hide show
  1. package/package-lock.json +10 -10
  2. package/package.json +3 -3
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-app",
3
- "version": "11.8.0-rc.5765",
3
+ "version": "11.8.0-rc.5769",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/angular-app",
9
- "version": "11.8.0-rc.5765",
9
+ "version": "11.8.0-rc.5769",
10
10
  "dependencies": {
11
11
  "@angular/animations": "17.3.11",
12
12
  "@angular/common": "17.3.11",
@@ -34,10 +34,10 @@
34
34
  "@awesome-cordova-plugins/vibration": "5.39.1",
35
35
  "@babel/runtime": "7.14.8",
36
36
  "@metrichor/jmespath": "0.3.1",
37
- "@wavemaker/app-ng-runtime": "11.8.0-rc.5765",
37
+ "@wavemaker/app-ng-runtime": "11.8.0-rc.5769",
38
38
  "@wavemaker/focus-trap": "1.0.1",
39
39
  "@wavemaker/nvd3": "1.8.11",
40
- "@wavemaker/variables": "11.8.0-rc.5765",
40
+ "@wavemaker/variables": "11.8.0-rc.5769",
41
41
  "@ztree/ztree_v3": "3.5.48",
42
42
  "angular-imask": "^7.6.1",
43
43
  "angular2-websocket": "0.9.7",
@@ -6436,9 +6436,9 @@
6436
6436
  }
6437
6437
  },
6438
6438
  "node_modules/@wavemaker/app-ng-runtime": {
6439
- "version": "11.8.0-rc.5765",
6440
- "resolved": "https://registry.npmjs.org/@wavemaker/app-ng-runtime/-/app-ng-runtime-11.8.0-rc.5765.tgz",
6441
- "integrity": "sha512-ROYE+h9IEioqq6ylsb09Z7ANJ7fgdlzk6TsnJCjttSYAZfh2zLoabpmdntFSuvMiw1XwoWSkRueAjaPnW/VC7A==",
6439
+ "version": "11.8.0-rc.5769",
6440
+ "resolved": "https://registry.npmjs.org/@wavemaker/app-ng-runtime/-/app-ng-runtime-11.8.0-rc.5769.tgz",
6441
+ "integrity": "sha512-aiSojyVqK50+ObR7C0cLul0umFFFL6l9yPKWin2nZfjewlQMYWmLIvydRj9O9pYFE+JFyK30MOMKHRBgXrZtZw==",
6442
6442
  "engines": {
6443
6443
  "node": ">=18.16.1",
6444
6444
  "npm": ">=9.5.1"
@@ -6462,9 +6462,9 @@
6462
6462
  }
6463
6463
  },
6464
6464
  "node_modules/@wavemaker/variables": {
6465
- "version": "11.8.0-rc.5765",
6466
- "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.8.0-rc.5765.tgz",
6467
- "integrity": "sha512-hkadSc3SHt5VmKF2wUiYuBhkyX8faJb9fK0CLXdFkb9Byer52tW0Kk3DIt5Mz9YBuIlW+W3hWspOaDtBBY2dYw==",
6465
+ "version": "11.8.0-rc.5769",
6466
+ "resolved": "https://registry.npmjs.org/@wavemaker/variables/-/variables-11.8.0-rc.5769.tgz",
6467
+ "integrity": "sha512-ha9WxqNxqFwZ5Q3SvFwaLYPRTm66BcwCZtC+ZBVDr68oEqtolKbJcHReg8ynTkm5VUQvh7vPMspiLzD3ky/K6w==",
6468
6468
  "dependencies": {
6469
6469
  "@metrichor/jmespath": "^0.3.1",
6470
6470
  "he": "^1.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/angular-app",
3
- "version": "11.8.0-rc.5765",
3
+ "version": "11.8.0-rc.5769",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "start": "./node_modules/.bin/ng serve",
@@ -48,7 +48,7 @@
48
48
  "@metrichor/jmespath": "0.3.1",
49
49
  "@wavemaker/focus-trap": "1.0.1",
50
50
  "@wavemaker/nvd3": "1.8.11",
51
- "@wavemaker/variables": "11.8.0-rc.5765",
51
+ "@wavemaker/variables": "11.8.0-rc.5769",
52
52
  "@ztree/ztree_v3": "3.5.48",
53
53
  "angular-imask": "^7.6.1",
54
54
  "angular2-websocket": "0.9.7",
@@ -73,7 +73,7 @@
73
73
  "tslib": "2.4.1",
74
74
  "x2js": "3.4.4",
75
75
  "zone.js": "0.14.7",
76
- "@wavemaker/app-ng-runtime": "11.8.0-rc.5765"
76
+ "@wavemaker/app-ng-runtime": "11.8.0-rc.5769"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@ampproject/rollup-plugin-closure-compiler": "^0.27.0",