claudekit-cli 3.35.0-dev.21 → 3.35.0-dev.22
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/dist/index.js +2 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -53279,7 +53279,7 @@ var package_default;
|
|
|
53279
53279
|
var init_package = __esm(() => {
|
|
53280
53280
|
package_default = {
|
|
53281
53281
|
name: "claudekit-cli",
|
|
53282
|
-
version: "3.35.0-dev.
|
|
53282
|
+
version: "3.35.0-dev.22",
|
|
53283
53283
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
53284
53284
|
type: "module",
|
|
53285
53285
|
repository: {
|
|
@@ -53378,6 +53378,7 @@ var init_package = __esm(() => {
|
|
|
53378
53378
|
"@types/tar": "^6.1.13",
|
|
53379
53379
|
"@types/tmp": "^0.2.6",
|
|
53380
53380
|
"@types/ws": "^8.18.1",
|
|
53381
|
+
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
53381
53382
|
"semantic-release": "^24.2.0",
|
|
53382
53383
|
typescript: "^5.7.2"
|
|
53383
53384
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claudekit-cli",
|
|
3
|
-
"version": "3.35.0-dev.
|
|
3
|
+
"version": "3.35.0-dev.22",
|
|
4
4
|
"description": "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
"@types/tar": "^6.1.13",
|
|
100
100
|
"@types/tmp": "^0.2.6",
|
|
101
101
|
"@types/ws": "^8.18.1",
|
|
102
|
+
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
102
103
|
"semantic-release": "^24.2.0",
|
|
103
104
|
"typescript": "^5.7.2"
|
|
104
105
|
}
|