@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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @silkweave/auth@1.
|
|
3
|
+
> @silkweave/auth@1.4.0 build /Users/atomic/projects/ai/silkweave/packages/auth
|
|
4
4
|
> tsup
|
|
5
5
|
|
|
6
6
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
[34mESM[39m Build start
|
|
13
13
|
[32mESM[39m [1mbuild/index.js [22m[32m26.07 KB[39m
|
|
14
14
|
[32mESM[39m [1mbuild/index.js.map [22m[32m48.54 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 9ms
|
|
16
16
|
DTS Build start
|
|
17
|
-
DTS ⚡️ Build success in
|
|
17
|
+
DTS ⚡️ Build success in 525ms
|
|
18
18
|
DTS build/index.d.ts 5.84 KB
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-prepack.log
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
[34mESM[39m Build start
|
|
21
21
|
[32mESM[39m [1mbuild/index.js [22m[32m26.07 KB[39m
|
|
22
22
|
[32mESM[39m [1mbuild/index.js.map [22m[32m48.54 KB[39m
|
|
23
|
-
[32mESM[39m ⚡️ Build success in
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 10ms
|
|
24
24
|
DTS Build start
|
|
25
|
-
DTS ⚡️ Build success in
|
|
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.
|
|
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.
|
|
15
|
+
"@silkweave/core": "1.4.1"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@eslint/js": "^10.0.1",
|