@ericminassian/auth 0.1.0 → 0.2.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.
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ericminassian/auth",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "TypeScript SDK for auth.ericminassian.com — OIDC client, React bindings, and server-side JWT verification.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -42,12 +42,6 @@
|
|
|
42
42
|
"default": "./dist/server/express.js"
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
|
-
"scripts": {
|
|
46
|
-
"build": "tsdown",
|
|
47
|
-
"typecheck": "tsc --noEmit",
|
|
48
|
-
"generate": "openapi-typescript ../../openapi/openapi.json -o src/generated/api.d.ts",
|
|
49
|
-
"test": "vitest run"
|
|
50
|
-
},
|
|
51
45
|
"dependencies": {
|
|
52
46
|
"jose": "^6"
|
|
53
47
|
},
|
|
@@ -80,5 +74,11 @@
|
|
|
80
74
|
},
|
|
81
75
|
"publishConfig": {
|
|
82
76
|
"access": "public"
|
|
77
|
+
},
|
|
78
|
+
"scripts": {
|
|
79
|
+
"build": "tsdown",
|
|
80
|
+
"typecheck": "tsc --noEmit",
|
|
81
|
+
"generate": "openapi-typescript ../../openapi/openapi.json -o src/generated/api.d.ts",
|
|
82
|
+
"test": "vitest run"
|
|
83
83
|
}
|
|
84
|
-
}
|
|
84
|
+
}
|