@curenorway/kode-cli 1.16.1 → 1.16.2

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.
@@ -1201,7 +1201,7 @@ Option C: Full rollback
1201
1201
  }
1202
1202
 
1203
1203
  // src/version.ts
1204
- var CLI_VERSION = "1.16.1";
1204
+ var CLI_VERSION = "1.16.2";
1205
1205
 
1206
1206
  // src/commands/init.ts
1207
1207
  import chalk from "chalk";
package/dist/cli.js CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  updateClaudeMd,
24
24
  updateKodeDocs,
25
25
  watchCommand
26
- } from "./chunk-A6XTFKGI.js";
26
+ } from "./chunk-T5JI74PJ.js";
27
27
 
28
28
  // src/cli.ts
29
29
  import { Command } from "commander";
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  updateScriptPurpose,
29
29
  watchCommand,
30
30
  writeContext
31
- } from "./chunk-A6XTFKGI.js";
31
+ } from "./chunk-T5JI74PJ.js";
32
32
  export {
33
33
  KodeApiClient,
34
34
  KodeApiError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curenorway/kode-cli",
3
- "version": "1.16.1",
3
+ "version": "1.16.2",
4
4
  "description": "CLI for Cure Kode CDN - manage, deploy, and sync JS/CSS scripts for Webflow sites with AI agent support",
5
5
  "type": "module",
6
6
  "bin": {