@general-input/cli 0.1.2 → 0.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@general-input/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "description": "The agent-facing CLI for General Input. Authenticate, manage workflows, run bash with operator credentials injected by the cloud.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -42,8 +42,8 @@
42
42
  "typescript": "^5.9.3",
43
43
  "vitest": "^4.1.5",
44
44
  "@packages/api": "0.1.0",
45
- "@packages/eslint-config": "0.0.0",
46
- "@packages/typescript-config": "0.0.0"
45
+ "@packages/typescript-config": "0.0.0",
46
+ "@packages/eslint-config": "0.0.0"
47
47
  },
48
48
  "scripts": {
49
49
  "dev": "tsup --watch",