gajae-code 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/CHANGELOG.md +7 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,16 @@
|
|
|
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
|
+
|
|
5
11
|
## [0.1.2] - 2026-05-28
|
|
6
12
|
|
|
7
13
|
- Republished the wrapper with registry-resolved dependencies for one-line installs.
|
|
14
|
+
- Updated package metadata for the Gajae Code npm publication.
|
|
8
15
|
|
|
9
16
|
## [0.1.1] - 2026-05-28
|
|
10
17
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "gajae-code",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3",
|
|
5
5
|
"description": "One-line npm install wrapper for the Gajae-Code gjc CLI",
|
|
6
|
-
"homepage": "https://gajae
|
|
7
|
-
"author": "
|
|
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": "0.1.
|
|
33
|
+
"@gajae-code/coding-agent": "0.1.3"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
36
|
"bun": ">=1.3.14"
|