@silkweave/auth 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/auth@1.3.2 build /Users/atomic/projects/ai/silkweave/packages/auth
3
+ > @silkweave/auth@1.4.0 build /Users/atomic/projects/ai/silkweave/packages/auth
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 26.07 KB
14
14
  ESM build/index.js.map 48.54 KB
15
- ESM ⚡️ Build success in 12ms
15
+ ESM ⚡️ Build success in 9ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 527ms
17
+ DTS ⚡️ Build success in 525ms
18
18
  DTS build/index.d.ts 5.84 KB
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @silkweave/auth@1.3.2 lint /Users/atomic/projects/ai/silkweave/packages/auth
3
+ > @silkweave/auth@1.4.0 lint /Users/atomic/projects/ai/silkweave/packages/auth
4
4
  > eslint
5
5
 
@@ -20,7 +20,7 @@
20
20
  ESM Build start
21
21
  ESM build/index.js 26.07 KB
22
22
  ESM build/index.js.map 48.54 KB
23
- ESM ⚡️ Build success in 9ms
23
+ ESM ⚡️ Build success in 10ms
24
24
  DTS Build start
25
- DTS ⚡️ Build success in 530ms
25
+ DTS ⚡️ Build success in 534ms
26
26
  DTS build/index.d.ts 5.84 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silkweave/auth",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Silkweave Auth - Bearer token and OAuth 2.1 support for MCP servers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "types": "build/index.d.ts",
13
13
  "dependencies": {
14
14
  "jose": "^6.0.0",
15
- "@silkweave/core": "1.4.0"
15
+ "@silkweave/core": "1.4.1"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@eslint/js": "^10.0.1",