@medusajs/notification-local 3.0.0-snapshot-20250410112222 → 3.0.0-snapshot-20251104004624
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/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -12
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["../src/index.ts","../src/services/local.ts"],"version":"5.
|
|
1
|
+
{"root":["../src/index.ts","../src/services/local.ts"],"version":"5.9.3"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medusajs/notification-local",
|
|
3
|
-
"version": "3.0.0-snapshot-
|
|
3
|
+
"version": "3.0.0-snapshot-20251104004624",
|
|
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": {
|
|
@@ -20,21 +20,16 @@
|
|
|
20
20
|
"author": "Medusa",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"scripts": {
|
|
23
|
-
"test": "jest --passWithNoTests src",
|
|
24
|
-
"test:integration": "jest --forceExit --
|
|
25
|
-
"build": "rimraf dist && tsc --build ./tsconfig.json",
|
|
26
|
-
"watch": "tsc --watch"
|
|
23
|
+
"test": "../../../../node_modules/.bin/jest --passWithNoTests src",
|
|
24
|
+
"test:integration": "../../../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"integration-tests/__tests__/.*\\.spec\\.ts\"",
|
|
25
|
+
"build": "yarn run -T rimraf dist && yarn run -T tsc --build ./tsconfig.json",
|
|
26
|
+
"watch": "yarn run -T tsc --watch"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@medusajs/framework": "3.0.0-snapshot-
|
|
30
|
-
"@swc/core": "^1.7.28",
|
|
31
|
-
"@swc/jest": "^0.2.36",
|
|
32
|
-
"jest": "^29.7.0",
|
|
33
|
-
"rimraf": "^5.0.1",
|
|
34
|
-
"typescript": "^5.6.2"
|
|
29
|
+
"@medusajs/framework": "3.0.0-snapshot-20251104004624"
|
|
35
30
|
},
|
|
36
31
|
"peerDependencies": {
|
|
37
|
-
"@medusajs/framework": "3.0.0-snapshot-
|
|
32
|
+
"@medusajs/framework": "3.0.0-snapshot-20251104004624"
|
|
38
33
|
},
|
|
39
34
|
"keywords": [
|
|
40
35
|
"medusa-provider",
|