mulguard 1.2.4 → 1.2.5
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 +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mulguard",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "Authentication for Next.js with Backend-First Architecture",
|
|
5
5
|
"homepage": "https://mulverse.com/packages/mulguard",
|
|
6
6
|
"repository": "https://github.com/mulverse/mulverse.git",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@mulverse/mulguard-core": "^1.0.
|
|
80
|
+
"@mulverse/mulguard-core": "^1.0.6"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@simplewebauthn/browser": "^9.0.1",
|
|
@@ -112,7 +112,6 @@
|
|
|
112
112
|
"test": "vitest run -c ../utils/vitest.config.ts",
|
|
113
113
|
"test:watch": "vitest -c ../utils/vitest.config.ts",
|
|
114
114
|
"test:e2e": "playwright test",
|
|
115
|
-
"providers": "node ../utils/scripts/providers"
|
|
116
|
-
"preinstall": "node scripts/preinstall.js"
|
|
115
|
+
"providers": "node ../utils/scripts/providers"
|
|
117
116
|
}
|
|
118
117
|
}
|