claudekit-cli 3.41.4-dev.19 → 3.41.4-dev.20
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 +4 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15102,7 +15102,9 @@ var init_ck_config = __esm(() => {
|
|
|
15102
15102
|
contextHigh: exports_external.string().max(30).regex(/^[a-zA-Z]+$/).default("red"),
|
|
15103
15103
|
accent: exports_external.string().max(30).regex(/^[a-zA-Z]+$/).default("cyan"),
|
|
15104
15104
|
muted: exports_external.string().max(30).regex(/^[a-zA-Z]+$/).default("dim"),
|
|
15105
|
-
separator: exports_external.string().max(30).regex(/^[a-zA-Z]+$/).default("dim")
|
|
15105
|
+
separator: exports_external.string().max(30).regex(/^[a-zA-Z]+$/).default("dim"),
|
|
15106
|
+
quotaLow: exports_external.string().max(30).regex(/^[a-zA-Z]+$/).optional(),
|
|
15107
|
+
quotaHigh: exports_external.string().max(30).regex(/^[a-zA-Z]+$/).optional()
|
|
15106
15108
|
});
|
|
15107
15109
|
StatuslineLayoutSchema = exports_external.object({
|
|
15108
15110
|
baseMode: StatuslineModeSchema.default("full"),
|
|
@@ -60552,7 +60554,7 @@ var package_default;
|
|
|
60552
60554
|
var init_package = __esm(() => {
|
|
60553
60555
|
package_default = {
|
|
60554
60556
|
name: "claudekit-cli",
|
|
60555
|
-
version: "3.41.4-dev.
|
|
60557
|
+
version: "3.41.4-dev.20",
|
|
60556
60558
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
60557
60559
|
type: "module",
|
|
60558
60560
|
repository: {
|