claudekit-cli 3.41.1-dev.4 → 3.41.1-dev.5
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 +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -57199,7 +57199,7 @@ var package_default;
|
|
|
57199
57199
|
var init_package = __esm(() => {
|
|
57200
57200
|
package_default = {
|
|
57201
57201
|
name: "claudekit-cli",
|
|
57202
|
-
version: "3.41.1-dev.
|
|
57202
|
+
version: "3.41.1-dev.5",
|
|
57203
57203
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
57204
57204
|
type: "module",
|
|
57205
57205
|
repository: {
|
|
@@ -57542,7 +57542,6 @@ async function resolveTargetVersion(opts, deps) {
|
|
|
57542
57542
|
return { targetVersion, targetIsPrerelease: isPrereleaseVersion(targetVersion) };
|
|
57543
57543
|
}
|
|
57544
57544
|
var init_channel_resolver = __esm(() => {
|
|
57545
|
-
init_npm_registry();
|
|
57546
57545
|
init_npm_registry();
|
|
57547
57546
|
init_version_utils();
|
|
57548
57547
|
init_claudekit_constants();
|