@medusajs/link-modules 2.1.3-snapshot-20241218105855 → 2.1.3

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/link-modules",
3
- "version": "2.1.3-snapshot-20241218105855",
3
+ "version": "2.1.3",
4
4
  "description": "Medusa Default Link Modules Package and Definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,8 +33,8 @@
33
33
  "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts"
34
34
  },
35
35
  "devDependencies": {
36
- "@medusajs/framework": "2.1.3-snapshot-20241218105855",
37
- "@medusajs/test-utils": "2.1.3-snapshot-20241218105855",
36
+ "@medusajs/framework": "^2.1.3",
37
+ "@medusajs/test-utils": "^2.1.3",
38
38
  "@mikro-orm/core": "5.9.7",
39
39
  "@mikro-orm/migrations": "5.9.7",
40
40
  "@mikro-orm/postgresql": "5.9.7",
@@ -47,7 +47,7 @@
47
47
  "typescript": "^5.6.2"
48
48
  },
49
49
  "peerDependencies": {
50
- "@medusajs/framework": "2.1.3-snapshot-20241218105855",
50
+ "@medusajs/framework": "^2.0.0",
51
51
  "@mikro-orm/core": "5.9.7",
52
52
  "@mikro-orm/migrations": "5.9.7",
53
53
  "@mikro-orm/postgresql": "5.9.7",