@onecx/accelerator 7.6.1 → 7.7.0
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.
- package/package.json +2 -15
- package/migrations/index.d.ts +0 -1
- package/migrations/index.js +0 -5
- package/migrations/index.js.map +0 -1
- package/migrations/v6/migrate-onecx-to-v6.d.ts +0 -2
- package/migrations/v6/migrate-onecx-to-v6.js +0 -8
- package/migrations/v6/migrate-onecx-to-v6.js.map +0 -1
- package/migrations.json +0 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onecx/accelerator",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.7.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,17 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"peerDependencies": {
|
|
10
10
|
"tslib": "^2.6.3",
|
|
11
|
-
"rxjs": "^7.8.1"
|
|
12
|
-
"@nx/devkit": "^22.0.2",
|
|
13
|
-
"@onecx/nx-migration-utils": "^7.6.1"
|
|
14
|
-
},
|
|
15
|
-
"peerDependenciesMeta": {
|
|
16
|
-
"@nx/devkit": {
|
|
17
|
-
"optional": true
|
|
18
|
-
},
|
|
19
|
-
"@onecx/nx-migration-utils": {
|
|
20
|
-
"optional": true
|
|
21
|
-
}
|
|
11
|
+
"rxjs": "^7.8.1"
|
|
22
12
|
},
|
|
23
13
|
"type": "commonjs",
|
|
24
14
|
"main": "./src/index.js",
|
|
@@ -26,8 +16,5 @@
|
|
|
26
16
|
"publishConfig": {
|
|
27
17
|
"access": "public"
|
|
28
18
|
},
|
|
29
|
-
"nx-migrations": {
|
|
30
|
-
"migrations": "./migrations.json"
|
|
31
|
-
},
|
|
32
19
|
"types": "./src/index.d.ts"
|
|
33
20
|
}
|
package/migrations/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './v6/migrate-onecx-to-v6';
|
package/migrations/index.js
DELETED
package/migrations/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../libs/accelerator/migrations/index.ts"],"names":[],"mappings":";;;AAAA,mEAAwC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.default = migrateOnecxToV6;
|
|
4
|
-
const nx_migration_utils_1 = require("@onecx/nx-migration-utils");
|
|
5
|
-
async function migrateOnecxToV6(tree) {
|
|
6
|
-
await (0, nx_migration_utils_1.commonMigrateOnecxToV6)(tree);
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=migrate-onecx-to-v6.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"migrate-onecx-to-v6.js","sourceRoot":"","sources":["../../../../../libs/accelerator/migrations/v6/migrate-onecx-to-v6.ts"],"names":[],"mappings":";;AAGA,mCAEC;AAJD,kEAAkE;AAEnD,KAAK,UAAU,gBAAgB,CAAC,IAAU;IACvD,MAAM,IAAA,2CAAsB,EAAC,IAAI,CAAC,CAAA;AACpC,CAAC"}
|
package/migrations.json
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"generators": {
|
|
3
|
-
"migrate-onecx-to-v6": {
|
|
4
|
-
"cli": "nx",
|
|
5
|
-
"version": "6.0.0",
|
|
6
|
-
"description": "Update package json to Angular 19, PrimeNG 19, OneCX versions to v6 and other dependencies to be compatible with Angular 19.",
|
|
7
|
-
"factory": "migrations/v6/migrate-onecx-to-v6"
|
|
8
|
-
}
|
|
9
|
-
},
|
|
10
|
-
"packageJsonUpdates": {
|
|
11
|
-
"6.0.0": {
|
|
12
|
-
"version": "6.0.0",
|
|
13
|
-
"packages": {
|
|
14
|
-
"@angular/cli": {
|
|
15
|
-
"version": "~19.0.0",
|
|
16
|
-
"alwaysAddToPackageJson": false
|
|
17
|
-
},
|
|
18
|
-
"@nx/angular": {
|
|
19
|
-
"version": "~20.3.0",
|
|
20
|
-
"alwaysAddToPackageJson": false
|
|
21
|
-
},
|
|
22
|
-
"@ngx-translate/core": {
|
|
23
|
-
"version": "~16.0.4",
|
|
24
|
-
"alwaysAddToPackageJson": false
|
|
25
|
-
},
|
|
26
|
-
"primeng": {
|
|
27
|
-
"version": "~19.0.0",
|
|
28
|
-
"alwaysAddToPackageJson": false
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
"version": "null"
|
|
33
|
-
}
|
|
34
|
-
}
|