@sipher.dev/agents 0.1.1 → 0.1.2
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -246,7 +246,7 @@ async function restartInstalledConnector(deploymentId, serviceKey) {
|
|
|
246
246
|
}
|
|
247
247
|
//#endregion
|
|
248
248
|
//#region package.json
|
|
249
|
-
var version = "0.1.
|
|
249
|
+
var version = "0.1.2";
|
|
250
250
|
//#endregion
|
|
251
251
|
//#region src/cli-update-notice.ts
|
|
252
252
|
const CLI_PACKAGE_NAME = "@sipher.dev/agents";
|