@miiajs/auth 0.1.0 → 0.1.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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@miiajs/auth",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"author": "Ruslan Matiushev",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Lightweight auth primitives for MiiaJS - AuthProvider interface, AuthGuard factory, HTTP token extractors, timing-safe equality.",
|
|
@@ -44,7 +44,10 @@
|
|
|
44
44
|
"bun": ">=1.3.11",
|
|
45
45
|
"deno": ">=2.6.1"
|
|
46
46
|
},
|
|
47
|
-
"
|
|
47
|
+
"peerDependencies": {
|
|
48
|
+
"@miiajs/core": "^0.1.1"
|
|
49
|
+
},
|
|
50
|
+
"devDependencies": {
|
|
48
51
|
"@miiajs/core": "workspace:*"
|
|
49
52
|
},
|
|
50
53
|
"scripts": {
|