@medusajs/framework 2.9.0-snapshot-20250814100249 → 2.9.0

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.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medusajs/framework",
3
- "version": "2.9.0-snapshot-20250814100249",
3
+ "version": "2.9.0",
4
4
  "description": "Framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -47,15 +47,9 @@
47
47
  },
48
48
  "author": "Medusa",
49
49
  "license": "MIT",
50
- "scripts": {
51
- "watch": "tsc --watch ",
52
- "watch:test": "tsc --watch",
53
- "build": "rimraf dist && tsc --build",
54
- "test": "jest --runInBand --bail --forceExit -- src/**/__tests__/**/*.ts"
55
- },
56
50
  "devDependencies": {
57
51
  "@aws-sdk/client-dynamodb": "^3.218.0",
58
- "@medusajs/cli": "2.9.0-snapshot-20250814100249",
52
+ "@medusajs/cli": "2.9.0",
59
53
  "@mikro-orm/core": "6.4.3",
60
54
  "@mikro-orm/knex": "6.4.3",
61
55
  "@mikro-orm/migrations": "6.4.3",
@@ -76,12 +70,12 @@
76
70
  },
77
71
  "dependencies": {
78
72
  "@jercle/yargonaut": "^1.1.5",
79
- "@medusajs/modules-sdk": "2.9.0-snapshot-20250814100249",
80
- "@medusajs/orchestration": "2.9.0-snapshot-20250814100249",
81
- "@medusajs/telemetry": "2.9.0-snapshot-20250814100249",
82
- "@medusajs/types": "2.9.0-snapshot-20250814100249",
83
- "@medusajs/utils": "2.9.0-snapshot-20250814100249",
84
- "@medusajs/workflows-sdk": "2.9.0-snapshot-20250814100249",
73
+ "@medusajs/modules-sdk": "2.9.0",
74
+ "@medusajs/orchestration": "2.9.0",
75
+ "@medusajs/telemetry": "2.9.0",
76
+ "@medusajs/types": "2.9.0",
77
+ "@medusajs/utils": "2.9.0",
78
+ "@medusajs/workflows-sdk": "2.9.0",
85
79
  "@opentelemetry/api": "^1.9.0",
86
80
  "@types/express": "^4.17.17",
87
81
  "chokidar": "^3.4.2",
@@ -102,7 +96,7 @@
102
96
  },
103
97
  "peerDependencies": {
104
98
  "@aws-sdk/client-dynamodb": "^3.218.0",
105
- "@medusajs/cli": "2.9.0-snapshot-20250814100249",
99
+ "@medusajs/cli": "2.9.0",
106
100
  "@mikro-orm/cli": "6.4.3",
107
101
  "@mikro-orm/core": "6.4.3",
108
102
  "@mikro-orm/knex": "6.4.3",
@@ -130,5 +124,11 @@
130
124
  "vite": {
131
125
  "optional": true
132
126
  }
127
+ },
128
+ "scripts": {
129
+ "watch": "tsc --watch ",
130
+ "watch:test": "tsc --watch",
131
+ "build": "rimraf dist && tsc --build",
132
+ "test": "jest --runInBand --bail --forceExit -- src/**/__tests__/**/*.ts"
133
133
  }
134
- }
134
+ }