auth-vir 5.0.0 → 5.0.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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "auth-vir",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "Auth made easy and secure via JWT cookies, CSRF tokens, and password hashing helpers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"auth",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"test:web": "virmator test web"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@augment-vir/assert": "^31.68.
|
|
45
|
-
"@augment-vir/common": "^31.68.
|
|
44
|
+
"@augment-vir/assert": "^31.68.2",
|
|
45
|
+
"@augment-vir/common": "^31.68.2",
|
|
46
46
|
"date-vir": "^8.2.1",
|
|
47
47
|
"detect-activity": "^1.0.0",
|
|
48
48
|
"hash-wasm": "^4.12.0",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"url-vir": "^2.1.7"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@augment-vir/test": "^31.68.
|
|
55
|
+
"@augment-vir/test": "^31.68.2",
|
|
56
56
|
"@prisma/client": "^6.19.2",
|
|
57
|
-
"@types/node": "^25.
|
|
57
|
+
"@types/node": "^25.5.0",
|
|
58
58
|
"@web/dev-server-esbuild": "^1.0.5",
|
|
59
59
|
"@web/test-runner": "^0.20.2",
|
|
60
60
|
"@web/test-runner-commands": "^0.9.0",
|