@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sipher.dev/agents",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "description": "SIPHER Agents CLI and machine connector.",
6
6
  "bin": {