@medusajs/fulfillment-manual 3.0.0-snapshot-20250410105645 → 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.
@@ -1 +1 @@
1
- {"root":["../src/index.ts","../src/services/manual-fulfillment.ts"],"version":"5.6.2"}
1
+ {"root":["../src/index.ts","../src/services/manual-fulfillment.ts"],"version":"5.9.3"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/fulfillment-manual",
3
- "version": "3.0.0-snapshot-20250410105645",
3
+ "version": "3.0.0-snapshot-20251104004624",
4
4
  "description": "Manual fulfillment for Medusa",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -20,20 +20,15 @@
20
20
  "author": "Medusa",
21
21
  "license": "MIT",
22
22
  "scripts": {
23
- "test": "jest --passWithNoTests src",
24
- "build": "rimraf dist && tsc --build ./tsconfig.json",
25
- "watch": "tsc --watch"
23
+ "test": "../../../../node_modules/.bin/jest --passWithNoTests src",
24
+ "build": "yarn run -T rimraf dist && yarn run -T tsc --build ./tsconfig.json",
25
+ "watch": "yarn run -T tsc --watch"
26
26
  },
27
27
  "devDependencies": {
28
- "@medusajs/framework": "3.0.0-snapshot-20250410105645",
29
- "@swc/core": "^1.7.28",
30
- "@swc/jest": "^0.2.36",
31
- "jest": "^29.7.0",
32
- "rimraf": "^5.0.1",
33
- "typescript": "^5.6.2"
28
+ "@medusajs/framework": "3.0.0-snapshot-20251104004624"
34
29
  },
35
30
  "peerDependencies": {
36
- "@medusajs/framework": "3.0.0-snapshot-20250410105645"
31
+ "@medusajs/framework": "3.0.0-snapshot-20251104004624"
37
32
  },
38
33
  "keywords": [
39
34
  "medusa-plugin",