@medusajs/locking-redis 2.10.2-preview-20250909081836 → 2.10.2-preview-20250909150158
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.
package/dist/loaders/index.js
CHANGED
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
6
|
const utils_1 = require("@medusajs/framework/utils");
|
7
|
-
const awilix_1 = require("
|
7
|
+
const awilix_1 = require("awilix");
|
8
8
|
const ioredis_1 = __importDefault(require("ioredis"));
|
9
9
|
exports.default = async ({ container, logger, options, moduleOptions, }) => {
|
10
10
|
const { redisUrl, redisOptions, namespace } = options;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/loaders/index.ts"],"names":[],"mappings":";;;;;AAAA,qDAAmD;AAGnD,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/loaders/index.ts"],"names":[],"mappings":";;;;;AAAA,qDAAmD;AAGnD,mCAAgC;AAChC,sDAA2B;AAE3B,kBAAe,KAAK,EAAE,EACpB,SAAS,EACT,MAAM,EACN,OAAO,EACP,aAAa,GACS,EAAiB,EAAE;IACzC,MAAM,EAAE,QAAQ,EAAE,YAAY,EAAE,SAAS,EAAE,GACzC,OAAkC,CAAA;IAEpC,IAAI,CAAC,QAAQ,EAAE,CAAC;QACd,MAAM,KAAK,CACT,8BAA8B,eAAO,CAAC,OAAO,qGAAqG,CACnJ,CAAA;IACH,CAAC;IAED,MAAM,UAAU,GAAG,IAAI,iBAAK,CAAC,QAAQ,EAAE;QACrC,oDAAoD;QACpD,WAAW,EAAE,IAAI;QACjB,GAAG,CAAC,YAAY,IAAI,EAAE,CAAC;KACxB,CAAC,CAAA;IAEF,IAAI,CAAC;QACH,MAAM,UAAU,CAAC,OAAO,EAAE,CAAA;QAC1B,MAAM,EAAE,IAAI,CAAC,6DAA6D,CAAC,CAAA;IAC7E,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACb,MAAM,EAAE,KAAK,CACX,4EAA4E,GAAG,EAAE,CAClF,CAAA;IACH,CAAC;IAED,SAAS,CAAC,QAAQ,CAAC;QACjB,WAAW,EAAE,IAAA,gBAAO,EAAC,UAAU,CAAC;QAChC,MAAM,EAAE,IAAA,gBAAO,EAAC,SAAS,IAAI,cAAc,CAAC;KAC7C,CAAC,CAAA;AACJ,CAAC,CAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/locking-redis",
|
3
|
-
"version": "2.10.2-preview-
|
3
|
+
"version": "2.10.2-preview-20250909150158",
|
4
4
|
"description": "Redis Lock 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/framework": "2.10.2-preview-
|
23
|
+
"@medusajs/framework": "2.10.2-preview-20250909150158",
|
24
24
|
"@swc/core": "^1.7.28",
|
25
25
|
"@swc/jest": "^0.2.36",
|
26
26
|
"jest": "^29.7.0",
|
@@ -28,15 +28,11 @@
|
|
28
28
|
"typescript": "^5.6.2"
|
29
29
|
},
|
30
30
|
"peerDependencies": {
|
31
|
-
"@medusajs/framework": "2.10.2-preview-
|
31
|
+
"@medusajs/framework": "2.10.2-preview-20250909150158"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
34
|
"ioredis": "^5.4.1"
|
35
35
|
},
|
36
|
-
"keywords": [
|
37
|
-
"medusa-providers",
|
38
|
-
"medusa-providers-locking"
|
39
|
-
],
|
40
36
|
"scripts": {
|
41
37
|
"watch": "tsc --build --watch",
|
42
38
|
"watch:test": "tsc --build tsconfig.spec.json --watch",
|
@@ -44,5 +40,9 @@
|
|
44
40
|
"build": "rimraf dist && tsc --build && npm run resolve:aliases",
|
45
41
|
"test": "jest --passWithNoTests src",
|
46
42
|
"test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.spec.ts"
|
47
|
-
}
|
48
|
-
|
43
|
+
},
|
44
|
+
"keywords": [
|
45
|
+
"medusa-providers",
|
46
|
+
"medusa-providers-locking"
|
47
|
+
]
|
48
|
+
}
|