@medusajs/locking-redis 2.11.3-snapshot-20251103115905 → 2.11.3

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.
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/locking-redis",
3
- "version": "2.11.3-snapshot-20251103115905",
3
+ "version": "2.11.3",
4
4
  "description": "Redis Lock for Medusa",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -20,10 +20,10 @@
20
20
  "author": "Medusa",
21
21
  "license": "MIT",
22
22
  "devDependencies": {
23
- "@medusajs/framework": "2.11.3-snapshot-20251103115905"
23
+ "@medusajs/framework": "2.11.3"
24
24
  },
25
25
  "peerDependencies": {
26
- "@medusajs/framework": "2.11.3-snapshot-20251103115905"
26
+ "@medusajs/framework": "2.11.3"
27
27
  },
28
28
  "dependencies": {
29
29
  "ioredis": "^5.4.1"
@@ -34,7 +34,7 @@
34
34
  "resolve:aliases": "yarn run -T tsc --showConfig -p tsconfig.json > tsconfig.resolved.json && yarn run -T tsc-alias -p tsconfig.resolved.json && yarn run -T rimraf tsconfig.resolved.json",
35
35
  "build": "yarn run -T rimraf dist && yarn run -T tsc --build && npm run resolve:aliases",
36
36
  "test": "../../../../node_modules/.bin/jest --passWithNoTests src",
37
- "test:integration": "../../../../node_modules/.bin/jest --forceExit -- integration-tests/**/__tests__/**/*.spec.ts"
37
+ "test:integration": "../../../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"integration-tests/__tests__/.*\\.spec\\.ts\""
38
38
  },
39
39
  "keywords": [
40
40
  "medusa-providers",