@medusajs/region 0.1.2-snapshot-20240918112255 → 0.1.2-snapshot-20240918131323
Sign up to get free protection for your applications and to get access to all the features.
@@ -160,21 +160,21 @@ class RegionModuleService extends (0, utils_1.MedusaService)({ Region: _models_1
|
|
160
160
|
}
|
161
161
|
exports.default = RegionModuleService;
|
162
162
|
__decorate([
|
163
|
-
(0, utils_1.InjectManager)(
|
163
|
+
(0, utils_1.InjectManager)(),
|
164
164
|
__param(1, (0, utils_1.MedusaContext)()),
|
165
165
|
__metadata("design:type", Function),
|
166
166
|
__metadata("design:paramtypes", [Object, Object]),
|
167
167
|
__metadata("design:returntype", Promise)
|
168
168
|
], RegionModuleService.prototype, "createRegions", null);
|
169
169
|
__decorate([
|
170
|
-
(0, utils_1.InjectTransactionManager)(
|
170
|
+
(0, utils_1.InjectTransactionManager)(),
|
171
171
|
__param(1, (0, utils_1.MedusaContext)()),
|
172
172
|
__metadata("design:type", Function),
|
173
173
|
__metadata("design:paramtypes", [Array, Object]),
|
174
174
|
__metadata("design:returntype", Promise)
|
175
175
|
], RegionModuleService.prototype, "createRegions_", null);
|
176
176
|
__decorate([
|
177
|
-
(0, utils_1.InjectManager)(
|
177
|
+
(0, utils_1.InjectManager)()
|
178
178
|
// @ts-ignore
|
179
179
|
,
|
180
180
|
__param(2, (0, utils_1.MedusaContext)()),
|
@@ -183,21 +183,21 @@ __decorate([
|
|
183
183
|
__metadata("design:returntype", Promise)
|
184
184
|
], RegionModuleService.prototype, "softDeleteRegions", null);
|
185
185
|
__decorate([
|
186
|
-
(0, utils_1.InjectTransactionManager)(
|
186
|
+
(0, utils_1.InjectTransactionManager)(),
|
187
187
|
__param(1, (0, utils_1.MedusaContext)()),
|
188
188
|
__metadata("design:type", Function),
|
189
189
|
__metadata("design:paramtypes", [Object, Object]),
|
190
190
|
__metadata("design:returntype", Promise)
|
191
191
|
], RegionModuleService.prototype, "upsertRegions", null);
|
192
192
|
__decorate([
|
193
|
-
(0, utils_1.InjectManager)(
|
193
|
+
(0, utils_1.InjectManager)(),
|
194
194
|
__param(2, (0, utils_1.MedusaContext)()),
|
195
195
|
__metadata("design:type", Function),
|
196
196
|
__metadata("design:paramtypes", [Object, Object, Object]),
|
197
197
|
__metadata("design:returntype", Promise)
|
198
198
|
], RegionModuleService.prototype, "updateRegions", null);
|
199
199
|
__decorate([
|
200
|
-
(0, utils_1.InjectTransactionManager)(
|
200
|
+
(0, utils_1.InjectTransactionManager)(),
|
201
201
|
__param(1, (0, utils_1.MedusaContext)()),
|
202
202
|
__metadata("design:type", Function),
|
203
203
|
__metadata("design:paramtypes", [Array, Object]),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/region",
|
3
|
-
"version": "0.1.2-snapshot-
|
3
|
+
"version": "0.1.2-snapshot-20240918131323",
|
4
4
|
"description": "Medusa Region module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -33,18 +33,18 @@
|
|
33
33
|
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts mikro-orm cache:clear"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
|
-
"@medusajs/types": "1.12.0-snapshot-
|
36
|
+
"@medusajs/types": "1.12.0-snapshot-20240918131323",
|
37
37
|
"@mikro-orm/cli": "5.9.7",
|
38
38
|
"cross-env": "^5.2.1",
|
39
39
|
"jest": "^29.7.0",
|
40
|
-
"medusa-test-utils": "1.1.45-snapshot-
|
40
|
+
"medusa-test-utils": "1.1.45-snapshot-20240918131323",
|
41
41
|
"rimraf": "^3.0.2",
|
42
42
|
"ts-node": "^10.9.1",
|
43
43
|
"tsc-alias": "^1.8.6",
|
44
44
|
"typescript": "^5.1.6"
|
45
45
|
},
|
46
46
|
"dependencies": {
|
47
|
-
"@medusajs/utils": "1.12.0-snapshot-
|
47
|
+
"@medusajs/utils": "1.12.0-snapshot-20240918131323"
|
48
48
|
},
|
49
49
|
"peerDependencies": {
|
50
50
|
"@mikro-orm/core": "5.9.7",
|