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

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 +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/cache-inmemory",
3
- "version": "1.8.11-snapshot-20240821182836",
3
+ "version": "1.8.11-snapshot-20240822035751",
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-20240821182836",
23
+ "@medusajs/types": "1.12.0-snapshot-20240822035751",
24
24
  "cross-env": "^5.2.1",
25
25
  "jest": "^29.7.0",
26
26
  "rimraf": "^5.0.1",
@@ -28,11 +28,12 @@
28
28
  },
29
29
  "scripts": {
30
30
  "watch": "tsc --build --watch",
31
+ "prepublishOnly": "cross-env NODE_ENV=production tsc --build",
31
32
  "build": "rimraf dist && tsc --build",
32
33
  "test": "jest --passWithNoTests"
33
34
  },
34
35
  "dependencies": {
35
- "@medusajs/modules-sdk": "1.13.0-snapshot-20240821182836",
36
- "@medusajs/utils": "1.12.0-snapshot-20240821182836"
36
+ "@medusajs/modules-sdk": "1.13.0-snapshot-20240822035751",
37
+ "@medusajs/utils": "1.12.0-snapshot-20240822035751"
37
38
  }
38
39
  }