@medusajs/store 0.1.2-snapshot-20240904093945 → 0.1.2-snapshot-20240904104726

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/store",
3
- "version": "0.1.2-snapshot-20240904093945",
3
+ "version": "0.1.2-snapshot-20240904104726",
4
4
  "description": "Medusa Store module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,18 +33,18 @@
33
33
  "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts mikro-orm cache:clear"
34
34
  },
35
35
  "devDependencies": {
36
- "@medusajs/types": "1.12.0-snapshot-20240904093945",
36
+ "@medusajs/types": "1.12.0-snapshot-20240904104726",
37
37
  "@mikro-orm/cli": "5.9.7",
38
38
  "cross-env": "^5.2.1",
39
39
  "jest": "^29.7.0",
40
- "medusa-test-utils": "1.1.45-snapshot-20240904093945",
40
+ "medusa-test-utils": "1.1.45-snapshot-20240904104726",
41
41
  "rimraf": "^3.0.2",
42
42
  "ts-node": "^10.9.1",
43
43
  "tsc-alias": "^1.8.6",
44
44
  "typescript": "^5.1.6"
45
45
  },
46
46
  "dependencies": {
47
- "@medusajs/utils": "1.12.0-snapshot-20240904093945"
47
+ "@medusajs/utils": "1.12.0-snapshot-20240904104726"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@mikro-orm/core": "5.9.7",