@onecx/integration-interface 6.0.0-rc.11 → 6.0.0-rc.13

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/migrations.json +10 -2
  2. package/package.json +3 -3
package/migrations.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "version": "6.0.0",
18
18
  "description": "Update package json to Angular 19, PrimeNG 19, OneCX versions to v6 and other dependencies to be compatible with Angular 19.",
19
19
  "factory": "migrations/v6/migrate-onecx-to-v6"
20
- }
20
+ }
21
21
  },
22
22
  "packageJsonUpdates": {
23
23
  "6.0.0": {
@@ -30,9 +30,17 @@
30
30
  "@nx/angular": {
31
31
  "version": "~20.3.0",
32
32
  "alwaysAddToPackageJson": false
33
+ },
34
+ "@ngx-translate/core": {
35
+ "version": "~16.0.4",
36
+ "alwaysAddToPackageJson": false
37
+ },
38
+ "primeng": {
39
+ "version": "~19.0.0",
40
+ "alwaysAddToPackageJson": false
33
41
  }
34
42
  }
35
43
  },
36
44
  "version": "null"
37
45
  }
38
- }
46
+ }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@onecx/integration-interface",
3
- "version": "6.0.0-rc.11",
3
+ "version": "6.0.0-rc.13",
4
4
  "license": "Apache-2.0",
5
5
  "peerDependencies": {
6
6
  "tslib": "^2.6.3",
7
7
  "rxjs": "^7.8.1",
8
- "@onecx/accelerator": "^6.0.0-rc.11",
9
- "@onecx/nx-migration-utils": "^6.0.0-rc.11",
8
+ "@onecx/accelerator": "^6.0.0-rc.13",
9
+ "@onecx/nx-migration-utils": "^6.0.0-rc.13",
10
10
  "@nx/devkit": "^20.3.0",
11
11
  "@phenomnomnominal/tsquery": "^6",
12
12
  "typescript": "^5.5.4"