We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2302d2c commit a71aa05Copy full SHA for a71aa05
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@workos/authkit-session",
3
- "version": "0.3.3",
+ "version": "0.3.4",
4
"description": "Framework-agnostic authentication library for WorkOS with pluggable storage adapters",
5
"type": "module",
6
"main": "./dist/index.js",
@@ -27,6 +27,10 @@
27
"keywords": [],
28
"author": "WorkOS",
29
"license": "MIT",
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "https://github.com/workos/authkit-session.git"
33
+ },
34
"devDependencies": {
35
"@types/node": "^20.17.0",
36
"@vitest/coverage-v8": "^4.0.17",
0 commit comments