@contentstack/cli-utilities 2.0.0-beta.10 → 2.0.0-beta.11
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.
|
@@ -13,4 +13,4 @@ export declare const levelColors: {
|
|
|
13
13
|
info: string;
|
|
14
14
|
debug: string;
|
|
15
15
|
};
|
|
16
|
-
export declare const PROGRESS_SUPPORTED_MODULES: readonly ["export", "import", "audit", "import-setup", "clone"];
|
|
16
|
+
export declare const PROGRESS_SUPPORTED_MODULES: readonly ["export", "import", "audit", "import-setup", "clone", "bulk-operations"];
|
package/lib/constants/logging.js
CHANGED
|
@@ -17,4 +17,4 @@ exports.levelColors = {
|
|
|
17
17
|
info: 'white',
|
|
18
18
|
debug: 'blue',
|
|
19
19
|
};
|
|
20
|
-
exports.PROGRESS_SUPPORTED_MODULES = ['export', 'import', 'audit', 'import-setup', 'clone'];
|
|
20
|
+
exports.PROGRESS_SUPPORTED_MODULES = ['export', 'import', 'audit', 'import-setup', 'clone', 'bulk-operations'];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentstack/cli-utilities",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.11",
|
|
4
4
|
"description": "Utilities for contentstack projects",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": ""
|
|
17
|
+
"url": "git+https://github.com/contentstack/cli.git",
|
|
18
|
+
"directory": "packages/contentstack-utilities"
|
|
18
19
|
},
|
|
19
20
|
"keywords": [
|
|
20
21
|
"contentstack",
|
|
@@ -82,4 +83,4 @@
|
|
|
82
83
|
"ts-node": "^10.9.2",
|
|
83
84
|
"typescript": "^5.9.3"
|
|
84
85
|
}
|
|
85
|
-
}
|
|
86
|
+
}
|