@silkweave/auth 1.7.0 → 1.8.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,16 +1,17 @@
1
-
2
- > @silkweave/auth@1.6.0 build /Users/atomic/projects/ai/silkweave/packages/auth
3
- > tsdown
4
-
5
- ℹ tsdown v0.21.8 powered by rolldown v1.0.0-rc.15
6
- ℹ config file: /Users/atomic/projects/ai/silkweave/packages/auth/tsdown.config.ts
7
- ℹ entry: ./src/index.ts
8
- ℹ tsconfig: tsconfig.json
9
- ℹ Build start
10
- ℹ Cleaning 4 files
11
- ℹ build/index.mjs 24.50 kB │ gzip: 5.84 kB
12
- ℹ build/index.mjs.map 46.63 kB │ gzip: 11.32 kB
13
- ℹ build/index.d.mts.map  3.35 kB │ gzip: 0.96 kB
14
- ℹ build/index.d.mts  6.26 kB │ gzip: 1.51 kB
15
- ℹ 4 files, total: 80.74 kB
16
- ✔ Build complete in 664ms
1
+
2
+ 
3
+ > @silkweave/auth@1.7.1 build /Users/atomic/projects/silkweave/silkweave/packages/auth
4
+ > tsdown
5
+
6
+ ℹ tsdown v0.21.8 powered by rolldown v1.0.0-rc.15
7
+ ℹ config file: /Users/atomic/projects/silkweave/silkweave/packages/auth/tsdown.config.ts
8
+ ℹ entry: ./src/index.ts
9
+ ℹ tsconfig: tsconfig.json
10
+ ℹ Build start
11
+ ℹ Cleaning 4 files
12
+ ℹ build/index.mjs 24.50 kB │ gzip: 5.84 kB
13
+ ℹ build/index.mjs.map 46.63 kB │ gzip: 11.32 kB
14
+ ℹ build/index.d.mts.map  3.35 kB │ gzip: 0.96 kB
15
+ ℹ build/index.d.mts  6.26 kB │ gzip: 1.51 kB
16
+ ℹ 4 files, total: 80.74 kB
17
+ ✔ Build complete in 691ms
@@ -1,12 +1,13 @@
1
-
2
- > @silkweave/auth@1.6.0 check /Users/atomic/projects/ai/silkweave/packages/auth
3
- > pnpm lint && pnpm typecheck
4
-
5
-
6
- > @silkweave/auth@1.6.0 lint /Users/atomic/projects/ai/silkweave/packages/auth
7
- > eslint
8
-
9
-
10
- > @silkweave/auth@1.6.0 typecheck /Users/atomic/projects/ai/silkweave/packages/auth
11
- > tsc --noEmit
12
-
1
+
2
+ 
3
+ > @silkweave/auth@1.7.0 check /Users/atomic/projects/ai/silkweave/packages/auth
4
+ > pnpm lint && pnpm typecheck
5
+
6
+
7
+ > @silkweave/auth@1.7.0 lint /Users/atomic/projects/ai/silkweave/packages/auth
8
+ > eslint
9
+
10
+
11
+ > @silkweave/auth@1.7.0 typecheck /Users/atomic/projects/ai/silkweave/packages/auth
12
+ > tsc --noEmit
13
+
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @silkweave/auth@1.4.1 lint /Users/atomic/projects/ai/silkweave/packages/auth
3
+ > @silkweave/auth@1.7.1 lint /Users/atomic/projects/silkweave/silkweave/packages/auth
4
4
  > eslint
5
5
 
@@ -1,18 +1,18 @@
1
1
 
2
2
  
3
- > @silkweave/auth@1.6.0 prepack /Users/atomic/projects/ai/silkweave/packages/auth
3
+ > @silkweave/auth@1.7.1 prepack /Users/atomic/projects/silkweave/silkweave/packages/auth
4
4
  > pnpm clean && pnpm build
5
5
 
6
6
 
7
- > @silkweave/auth@1.6.0 clean /Users/atomic/projects/ai/silkweave/packages/auth
7
+ > @silkweave/auth@1.7.1 clean /Users/atomic/projects/silkweave/silkweave/packages/auth
8
8
  > rimraf build
9
9
 
10
10
 
11
- > @silkweave/auth@1.6.0 build /Users/atomic/projects/ai/silkweave/packages/auth
11
+ > @silkweave/auth@1.7.1 build /Users/atomic/projects/silkweave/silkweave/packages/auth
12
12
  > tsdown
13
13
 
14
14
  ℹ tsdown v0.21.8 powered by rolldown v1.0.0-rc.15
15
- ℹ config file: /Users/atomic/projects/ai/silkweave/packages/auth/tsdown.config.ts
15
+ ℹ config file: /Users/atomic/projects/silkweave/silkweave/packages/auth/tsdown.config.ts
16
16
  ℹ entry: ./src/index.ts
17
17
  ℹ tsconfig: tsconfig.json
18
18
  ℹ Build start
@@ -21,4 +21,4 @@
21
21
  ℹ build/index.d.mts.map  3.35 kB │ gzip: 0.96 kB
22
22
  ℹ build/index.d.mts  6.26 kB │ gzip: 1.51 kB
23
23
  ℹ 4 files, total: 80.74 kB
24
- ✔ Build complete in 554ms
24
+ ✔ Build complete in 529ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silkweave/auth",
3
- "version": "1.7.0",
3
+ "version": "1.8.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.7.0"
14
+ "@silkweave/core": "1.8.0"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@eslint/js": "^10.0.1",