codedeck 0.1.8 → 0.1.9

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "codedeck",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "CodeDeck, a local runtime for coding agents with session management, process supervision, event normalization, and git isolation",
5
5
  "type": "module",
6
6
  "bin": {
7
- "codedeck": "./dist/cli/index.js"
7
+ "codedeck": "dist/cli/index.js"
8
8
  },
9
9
  "files": [
10
10
  "dist",
@@ -31,7 +31,7 @@
31
31
  "license": "MIT",
32
32
  "repository": {
33
33
  "type": "git",
34
- "url": "https://github.com/4ndreello/run-agent.git"
34
+ "url": "git+https://github.com/4ndreello/run-agent.git"
35
35
  },
36
36
  "homepage": "https://github.com/4ndreello/run-agent#readme",
37
37
  "bugs": {