@medusajs/cache-inmemory 1.8.11-snapshot-20240821142206 → 1.8.11-snapshot-20240821182836

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 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/cache-inmemory",
3
- "version": "1.8.11-snapshot-20240821142206",
3
+ "version": "1.8.11-snapshot-20240821182836",
4
4
  "description": "In-memory Cache Module for Medusa",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -20,7 +20,7 @@
20
20
  "author": "Medusa",
21
21
  "license": "MIT",
22
22
  "devDependencies": {
23
- "@medusajs/types": "1.12.0-snapshot-20240821142206",
23
+ "@medusajs/types": "1.12.0-snapshot-20240821182836",
24
24
  "cross-env": "^5.2.1",
25
25
  "jest": "^29.7.0",
26
26
  "rimraf": "^5.0.1",
@@ -28,12 +28,11 @@
28
28
  },
29
29
  "scripts": {
30
30
  "watch": "tsc --build --watch",
31
- "prepublishOnly": "cross-env NODE_ENV=production tsc --build",
32
31
  "build": "rimraf dist && tsc --build",
33
32
  "test": "jest --passWithNoTests"
34
33
  },
35
34
  "dependencies": {
36
- "@medusajs/modules-sdk": "1.13.0-snapshot-20240821142206",
37
- "@medusajs/utils": "1.12.0-snapshot-20240821142206"
35
+ "@medusajs/modules-sdk": "1.13.0-snapshot-20240821182836",
36
+ "@medusajs/utils": "1.12.0-snapshot-20240821182836"
38
37
  }
39
38
  }