@silkweave/cli 1.4.0 → 1.4.1

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @silkweave/cli@1.3.2 build /Users/atomic/projects/ai/silkweave/packages/cli
3
+ > @silkweave/cli@1.4.0 build /Users/atomic/projects/ai/silkweave/packages/cli
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -12,7 +12,7 @@
12
12
  ESM Build start
13
13
  ESM build/index.js 3.23 KB
14
14
  ESM build/index.js.map 6.04 KB
15
- ESM ⚡️ Build success in 8ms
15
+ ESM ⚡️ Build success in 6ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 451ms
17
+ DTS ⚡️ Build success in 448ms
18
18
  DTS build/index.d.ts 103.00 B
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @silkweave/cli@1.3.2 lint /Users/atomic/projects/ai/silkweave/packages/cli
3
+ > @silkweave/cli@1.4.0 lint /Users/atomic/projects/ai/silkweave/packages/cli
4
4
  > eslint
5
5
 
@@ -22,5 +22,5 @@
22
22
  ESM build/index.js.map 6.04 KB
23
23
  ESM ⚡️ Build success in 7ms
24
24
  DTS Build start
25
- DTS ⚡️ Build success in 447ms
25
+ DTS ⚡️ Build success in 463ms
26
26
  DTS build/index.d.ts 103.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silkweave/cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Silkweave CLI Adapter",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  "change-case": "^5.4.4",
16
16
  "commander": "^13.1.0",
17
17
  "zod": "^4.3.6",
18
- "@silkweave/core": "1.4.0",
19
- "@silkweave/logger": "1.4.0"
18
+ "@silkweave/core": "1.4.1",
19
+ "@silkweave/logger": "1.4.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@eslint/js": "^10.0.1",