@medusajs/notification-local 2.0.5-preview-20241119120217 → 2.0.5-preview-20241119150151
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/notification-local",
|
3
|
-
"version": "2.0.5-preview-
|
3
|
+
"version": "2.0.5-preview-20241119150151",
|
4
4
|
"description": "Local (logging) notification provider for Medusa, useful for testing purposes and log audits",
|
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-preview-
|
29
|
+
"@medusajs/framework": "2.0.5-preview-20241119150151",
|
30
30
|
"@swc/core": "^1.7.28",
|
31
31
|
"@swc/jest": "^0.2.36",
|
32
32
|
"jest": "^29.7.0",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"typescript": "^5.6.2"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
37
|
-
"@medusajs/framework": "2.0.5-preview-
|
37
|
+
"@medusajs/framework": "2.0.5-preview-20241119150151"
|
38
38
|
},
|
39
39
|
"keywords": [
|
40
40
|
"medusa-provider",
|