@medusajs/auth-google 2.0.5-snapshot-20241112120952 → 2.0.5-snapshot-20241113173305
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/auth-google",
|
3
|
-
"version": "2.0.5-snapshot-
|
3
|
+
"version": "2.0.5-snapshot-20241113173305",
|
4
4
|
"description": "Google OAuth authentication provider for Medusa",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"watch": "tsc --watch"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
|
-
"@medusajs/framework": "2.0.5-snapshot-
|
29
|
+
"@medusajs/framework": "2.0.5-snapshot-20241113173305",
|
30
30
|
"@swc/core": "^1.7.28",
|
31
31
|
"@swc/jest": "^0.2.36",
|
32
32
|
"jest": "^29.7.0",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"jsonwebtoken": "^9.0.2"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
|
-
"@medusajs/framework": "2.0.5-snapshot-
|
41
|
+
"@medusajs/framework": "2.0.5-snapshot-20241113173305"
|
42
42
|
},
|
43
43
|
"keywords": [
|
44
44
|
"medusa-provider",
|