@medusajs/framework 0.0.2-snapshot-20240821152538 → 0.0.2-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 +8 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/framework",
3
- "version": "0.0.2-snapshot-20240821152538",
3
+ "version": "0.0.2-snapshot-20240821182836",
4
4
  "description": "Framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,13 +33,12 @@
33
33
  "scripts": {
34
34
  "watch": "tsc --watch -p ./tsconfig.build.json",
35
35
  "watch:test": "tsc --build tsconfig.spec.json --watch",
36
- "prepublishOnly": "cross-env NODE_ENV=production tsc --build --verbose && tsc -p tsconfig.build.json",
37
36
  "build": "rimraf dist && tsc --build && tsc -p ./tsconfig.build.json",
38
37
  "test": "jest --runInBand --bail --passWithNoTests --forceExit -- src",
39
38
  "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts"
40
39
  },
41
40
  "devDependencies": {
42
- "@medusajs/types": "1.12.0-snapshot-20240821152538",
41
+ "@medusajs/types": "1.12.0-snapshot-20240821182836",
43
42
  "@types/express": "^4.17.17",
44
43
  "@types/jsonwebtoken": "^8.5.9",
45
44
  "cross-env": "^7.0.3",
@@ -50,11 +49,11 @@
50
49
  "vite": "^5.2.11"
51
50
  },
52
51
  "dependencies": {
53
- "@medusajs/medusa-cli": "1.3.23-snapshot-20240821152538",
54
- "@medusajs/modules-sdk": "1.13.0-snapshot-20240821152538",
55
- "@medusajs/orchestration": "0.5.8-snapshot-20240821152538",
56
- "@medusajs/utils": "1.12.0-snapshot-20240821152538",
57
- "@medusajs/workflows-sdk": "0.1.7-snapshot-20240821152538",
52
+ "@medusajs/medusa-cli": "1.3.23-snapshot-20240821182836",
53
+ "@medusajs/modules-sdk": "1.13.0-snapshot-20240821182836",
54
+ "@medusajs/orchestration": "0.5.8-snapshot-20240821182836",
55
+ "@medusajs/utils": "1.12.0-snapshot-20240821182836",
56
+ "@medusajs/workflows-sdk": "0.1.7-snapshot-20240821182836",
58
57
  "awilix": "^8.0.0",
59
58
  "connect-redis": "^5.0.0",
60
59
  "cookie-parser": "^1.4.6",
@@ -64,7 +63,7 @@
64
63
  "ioredis": "^5.4.1",
65
64
  "ioredis-mock": "8.4.0",
66
65
  "jsonwebtoken": "^9.0.2",
67
- "medusa-telemetry": "0.0.18-snapshot-20240821152538",
66
+ "medusa-telemetry": "0.0.18-snapshot-20240821182836",
68
67
  "morgan": "^1.9.1",
69
68
  "zod": "3.22.4"
70
69
  }