@silkweave/core 1.9.1 → 1.11.0

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,14 +1,13 @@
1
-
2
- $ tsdown
3
- ℹ tsdown v0.21.10 powered by rolldown v1.0.0-rc.17
4
- ℹ config file: /Users/atomic/projects/silkweave/silkweave/packages/core/tsdown.config.ts
5
- ℹ entry: ./src/index.ts
6
- ℹ tsconfig: tsconfig.json
7
- ℹ Build start
8
- ℹ Cleaning 4 files
9
- ℹ build/index.mjs  4.23 kB │ gzip: 1.51 kB
10
- ℹ build/index.mjs.map 11.45 kB │ gzip: 3.41 kB
11
- ℹ build/index.d.mts.map  3.56 kB │ gzip: 0.98 kB
12
- ℹ build/index.d.mts  6.12 kB │ gzip: 1.82 kB
13
- ℹ 4 files, total: 25.36 kB
14
- ✔ Build complete in 471ms
1
+ $ tsdown
2
+ ℹ tsdown v0.21.10 powered by rolldown v1.0.0-rc.17
3
+ ℹ config file: /Users/atomic/projects/silkweave/silkweave/packages/core/tsdown.config.ts
4
+ ℹ entry: ./src/index.ts
5
+ ℹ tsconfig: tsconfig.json
6
+ ℹ Build start
7
+ ℹ Cleaning 4 files
8
+ ℹ build/index.mjs  4.23 kB │ gzip: 1.51 kB
9
+ ℹ build/index.mjs.map 11.45 kB │ gzip: 3.41 kB
10
+ ℹ build/index.d.mts.map  3.56 kB │ gzip: 0.98 kB
11
+ ℹ build/index.d.mts  6.12 kB │ gzip: 1.82 kB
12
+ ℹ 4 files, total: 25.36 kB
13
+ ✔ Build complete in 531ms
@@ -12,4 +12,4 @@
12
12
  ℹ build/index.d.mts.map  3.56 kB │ gzip: 0.98 kB
13
13
  ℹ build/index.d.mts  6.12 kB │ gzip: 1.82 kB
14
14
  ℹ 4 files, total: 25.36 kB
15
- ✔ Build complete in 419ms
15
+ ✔ Build complete in 466ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silkweave/core",
3
- "version": "1.9.1",
3
+ "version": "1.11.0",
4
4
  "description": "Silkweave Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,7 +11,7 @@
11
11
  "main": "build/index.mjs",
12
12
  "dependencies": {
13
13
  "@modelcontextprotocol/sdk": "^1.29.0",
14
- "@silkweave/logger": "1.9.1"
14
+ "@silkweave/logger": "1.11.0"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "zod": "^3.25.0"