@silkweave/auth 1.7.1 → 1.9.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,9 +1,6 @@
1
-
2
- > @silkweave/auth@1.6.0 build /Users/atomic/projects/ai/silkweave/packages/auth
3
- > tsdown
4
-
1
+ $ tsdown
5
2
  ℹ 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
3
+ ℹ config file: /Users/atomic/projects/silkweave/silkweave/packages/auth/tsdown.config.ts
7
4
  ℹ entry: ./src/index.ts
8
5
  ℹ tsconfig: tsconfig.json
9
6
  ℹ Build start
@@ -13,4 +10,4 @@
13
10
  ℹ build/index.d.mts.map  3.35 kB │ gzip: 0.96 kB
14
11
  ℹ build/index.d.mts  6.26 kB │ gzip: 1.51 kB
15
12
  ℹ 4 files, total: 80.74 kB
16
- ✔ Build complete in 664ms
13
+ ✔ Build complete in 536ms
@@ -1,13 +1,4 @@
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
+ $ pnpm lint && pnpm typecheck
2
+ $ eslint
3
+ [ELIFECYCLE] Command failed.
4
+ [ELIFECYCLE] Command failed.
@@ -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.8.0 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.8.0 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.8.0 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 678ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silkweave/auth",
3
- "version": "1.7.1",
3
+ "version": "1.9.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.1"
14
+ "@silkweave/core": "1.9.0"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@eslint/js": "^10.0.1",