@starascendin/lifeos-cli 0.1.0 → 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.
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.0";
2
- export declare const BUILD_TIME = "2026-01-30T15:32:48.531Z";
1
+ export declare const VERSION = "0.1.1";
2
+ export declare const BUILD_TIME = "2026-01-30T15:35:15.742Z";
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED — do not edit. Regenerated on every build.
2
- export const VERSION = "0.1.0";
3
- export const BUILD_TIME = "2026-01-30T15:32:48.531Z";
2
+ export const VERSION = "0.1.1";
3
+ export const BUILD_TIME = "2026-01-30T15:35:15.742Z";
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@starascendin/lifeos-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Lightweight CLI for LifeOS — call Convex tools directly from the command line",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
8
- "lifeos": "./dist/index.js"
8
+ "lifeos": "dist/index.js"
9
9
  },
10
10
  "files": [
11
11
  "dist",