gajae-code 0.1.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.1.3] - 2026-05-28
6
+
7
+ ### Changed
8
+
9
+ - Released the current dev branch fixes with refreshed 0.1.3 package metadata.
10
+
11
+ ## [0.1.2] - 2026-05-28
12
+
13
+ - Republished the wrapper with registry-resolved dependencies for one-line installs.
14
+ - Updated package metadata for the Gajae Code npm publication.
15
+
5
16
  ## [0.1.1] - 2026-05-28
6
17
 
7
18
  - Added the unscoped `gajae-code` npm wrapper for one-line `gjc` installs.
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "gajae-code",
4
- "version": "0.1.1",
4
+ "version": "0.1.3",
5
5
  "description": "One-line npm install wrapper for the Gajae-Code gjc CLI",
6
- "homepage": "https://gajae-code.dev",
7
- "author": "Can Boluk",
6
+ "homepage": "https://gaebal-gajae.dev",
7
+ "author": "Yeachan-Heo",
8
8
  "contributors": [
9
9
  "Mario Zechner"
10
10
  ],
@@ -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.3"
34
34
  },
35
35
  "engines": {
36
36
  "bun": ">=1.3.14"