@puukis/cli 0.1.4 → 0.1.7

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.
@@ -9,8 +9,8 @@
9
9
  name="description"
10
10
  content="Personal AI agent gateway - control your computer via chat"
11
11
  />
12
- <script type="module" crossorigin src="/assets/index-CoRvzX_I.js"></script>
13
- <link rel="stylesheet" crossorigin href="/assets/index-yRXKJNsc.css">
12
+ <script type="module" crossorigin src="/assets/index-BzWpnrn5.js"></script>
13
+ <link rel="stylesheet" crossorigin href="/assets/index-BW5JKDR2.css">
14
14
  </head>
15
15
  <body>
16
16
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@puukis/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.7",
4
4
  "description": "Keygate global CLI with bundled web UI",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
@@ -16,7 +16,7 @@
16
16
  "build": "pnpm --filter @puukis/web build && tsc && node ./scripts/copyWebAssets.mjs"
17
17
  },
18
18
  "dependencies": {
19
- "@puukis/core": "^0.1.1"
19
+ "@puukis/core": "workspace:*"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^22.0.0",