medusa-test-utils 1.1.45-snapshot-20240826184008 → 1.1.45-snapshot-20240829144419

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.
Files changed (1) hide show
  1. package/package.json +9 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "medusa-test-utils",
3
- "version": "1.1.45-snapshot-20240826184008",
3
+ "version": "1.1.45-snapshot-20240829144419",
4
4
  "description": "Test utils for Medusa",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -12,7 +12,6 @@
12
12
  "node": ">=16"
13
13
  },
14
14
  "scripts": {
15
- "prepare": "cross-env NODE_ENV=production yarn run build",
16
15
  "build": "rimraf dist && tsc --build",
17
16
  "watch": "tsc --build --watch",
18
17
  "test": "jest --passWithNoTests src"
@@ -23,19 +22,19 @@
23
22
  "author": "Medusa",
24
23
  "license": "MIT",
25
24
  "devDependencies": {
26
- "@medusajs/framework": "0.0.2-snapshot-20240826184008",
27
- "@medusajs/types": "1.12.0-snapshot-20240826184008",
25
+ "@medusajs/framework": "0.0.2-snapshot-20240829144419",
26
+ "@medusajs/types": "1.12.0-snapshot-20240829144419",
28
27
  "cross-env": "^5.2.1",
29
28
  "jest": "^29.7.0",
30
29
  "rimraf": "^3.0.2",
31
30
  "typescript": "^5.1.6"
32
31
  },
33
32
  "peerDependencies": {
34
- "@medusajs/medusa": "1.20.6-snapshot-20240826184008",
35
- "@medusajs/modules-sdk": "1.13.0-snapshot-20240826184008",
36
- "@mikro-orm/core": "*",
37
- "@mikro-orm/migrations": "*",
38
- "@mikro-orm/postgresql": "*",
33
+ "@medusajs/medusa": "1.20.6-snapshot-20240829144419",
34
+ "@medusajs/modules-sdk": "1.13.0-snapshot-20240829144419",
35
+ "@mikro-orm/core": "5.9.7",
36
+ "@mikro-orm/migrations": "5.9.7",
37
+ "@mikro-orm/postgresql": "5.9.7",
39
38
  "axios": "^0.28.0",
40
39
  "express": "^4.18.3",
41
40
  "get-port": "^5.1.0",
@@ -71,7 +70,7 @@
71
70
  }
72
71
  },
73
72
  "dependencies": {
74
- "@medusajs/utils": "1.12.0-snapshot-20240826184008",
73
+ "@medusajs/utils": "1.12.0-snapshot-20240829144419",
75
74
  "randomatic": "^3.1.1"
76
75
  },
77
76
  "gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808"