@digital-herd/content-hub-cli 1.0.4 → 1.0.6

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.
@@ -1 +1 @@
1
- Object.defineProperty(exports,"__esModule",{value:!0});let globalCommandConfig_1=require("@/utils/globalCommandConfig");class PatchService{_initialised=!1;runtimeConfig;constructor(){}async init(){this._initialised||(this.runtimeConfig=await(0,globalCommandConfig_1.globalCommandConfig)({environent:process.env.ENVIRONMENT}),this._initialised=!0)}async getClient(){return await this.init(),this.runtimeConfig.contenthubService.client}}exports.default=PatchService;
1
+ Object.defineProperty(exports,"__esModule",{value:!0});let globalCommandConfig_1=require("../../../utils/globalCommandConfig");class PatchService{_initialised=!1;runtimeConfig;constructor(){}async init(){this._initialised||(this.runtimeConfig=await(0,globalCommandConfig_1.globalCommandConfig)({environent:process.env.ENVIRONMENT}),this._initialised=!0)}async getClient(){return await this.init(),this.runtimeConfig.contenthubService.client}}exports.default=PatchService;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@digital-herd/content-hub-cli",
3
3
  "description": "CLI tools for managing Sitecore Content Hub external components and scripts",
4
- "version": "1.0.4",
4
+ "version": "1.0.6",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
7
7
  "types": "./lib/index.d.ts",