@onecx/accelerator 6.6.0 → 6.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.
@@ -0,0 +1 @@
|
|
1
|
+
export * from './v6/migrate-onecx-to-v6';
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../libs/accelerator/migrations/index.ts"],"names":[],"mappings":";;;AAAA,mEAAwC"}
|
@@ -0,0 +1,8 @@
|
|
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
|
@@ -0,0 +1 @@
|
|
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/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@onecx/accelerator",
|
3
|
-
"version": "6.
|
3
|
+
"version": "6.7.0",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"peerDependencies": {
|
6
6
|
"tslib": "^2.6.3",
|
7
7
|
"rxjs": "^7.8.1",
|
8
8
|
"@nx/devkit": "^20.3.0",
|
9
|
-
"@onecx/nx-migration-utils": "^6.
|
9
|
+
"@onecx/nx-migration-utils": "^6.7.0"
|
10
10
|
},
|
11
11
|
"type": "commonjs",
|
12
12
|
"main": "./src/index.js",
|