gajae-code 0.1.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.1.2] - 2026-05-28
6
+
7
+ - Republished the wrapper with registry-resolved dependencies for one-line installs.
8
+
5
9
  ## [0.1.1] - 2026-05-28
6
10
 
7
11
  - Added the unscoped `gajae-code` npm wrapper for one-line `gjc` installs.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "gajae-code",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "description": "One-line npm install wrapper for the Gajae-Code gjc CLI",
6
6
  "homepage": "https://gajae-code.dev",
7
7
  "author": "Can Boluk",
@@ -30,7 +30,7 @@
30
30
  "gjc": "bin/gjc.js"
31
31
  },
32
32
  "dependencies": {
33
- "@gajae-code/coding-agent": "catalog:"
33
+ "@gajae-code/coding-agent": "0.1.1"
34
34
  },
35
35
  "engines": {
36
36
  "bun": ">=1.3.14"