@silkweave/auth 1.9.1 → 1.10.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,13 +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/auth/tsdown.config.ts
5
- ℹ entry: ./src/index.ts
6
- ℹ tsconfig: tsconfig.json
7
- ℹ Build start
8
- ℹ build/index.mjs 24.50 kB │ gzip: 5.84 kB
9
- ℹ build/index.mjs.map 46.64 kB │ gzip: 11.33 kB
10
- ℹ build/index.d.mts.map  3.35 kB │ gzip: 0.96 kB
11
- ℹ build/index.d.mts  6.26 kB │ gzip: 1.51 kB
12
- ℹ 4 files, total: 80.75 kB
13
- ✔ Build complete in 515ms
1
+ $ tsdown
2
+ ℹ tsdown v0.21.10 powered by rolldown v1.0.0-rc.17
3
+ ℹ config file: /Users/atomic/projects/silkweave/silkweave/packages/auth/tsdown.config.ts
4
+ ℹ entry: ./src/index.ts
5
+ ℹ tsconfig: tsconfig.json
6
+ ℹ Build start
7
+ ℹ Cleaning 4 files
8
+ ℹ build/index.mjs 24.50 kB │ gzip: 5.84 kB
9
+ ℹ build/index.mjs.map 46.64 kB │ gzip: 11.33 kB
10
+ ℹ build/index.d.mts.map  3.35 kB │ gzip: 0.96 kB
11
+ ℹ build/index.d.mts  6.26 kB │ gzip: 1.51 kB
12
+ ℹ 4 files, total: 80.75 kB
13
+ ✔ Build complete in 690ms
@@ -12,4 +12,4 @@
12
12
  ℹ build/index.d.mts.map  3.35 kB │ gzip: 0.96 kB
13
13
  ℹ build/index.d.mts  6.26 kB │ gzip: 1.51 kB
14
14
  ℹ 4 files, total: 80.75 kB
15
- ✔ Build complete in 452ms
15
+ ✔ Build complete in 604ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silkweave/auth",
3
- "version": "1.9.1",
3
+ "version": "1.10.0",
4
4
  "description": "Silkweave Auth - Bearer token and OAuth 2.1 support for MCP servers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,7 +11,7 @@
11
11
  "main": "build/index.mjs",
12
12
  "dependencies": {
13
13
  "jose": "^6.0.0",
14
- "@silkweave/core": "1.9.1"
14
+ "@silkweave/core": "1.10.0"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@eslint/js": "^10.0.1",