@chipctx/cli-updater 0.1.0 → 0.1.1

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.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const VERSION = "0.1.0";
1
+ export declare const VERSION = "0.1.1";
2
2
  export * from "./types.js";
3
3
  export { CacheStore } from "./cache.js";
4
4
  export { VersionClient } from "./versionClient.js";
package/dist/index.js CHANGED
@@ -1928,7 +1928,7 @@ function createNpmRunner(deps) {
1928
1928
  }
1929
1929
 
1930
1930
  // src/index.ts
1931
- var VERSION = "0.1.0";
1931
+ var VERSION = "0.1.1";
1932
1932
  export {
1933
1933
  interpretResponseHeaders,
1934
1934
  decideAction,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chipctx/cli-updater",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Shared CLI updater for ChipCloud products (hardawa, chipctx)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",