refactor(orchestration): Align configuration and fixes (#9242)
RESOLVES FRMW-2712 **What** Refactor orchestration packages to use the latest configuration of typescript and fixes issues
This commit is contained in:
committed by
GitHub
parent
919d19095a
commit
79e3578932
@@ -3,19 +3,25 @@
|
||||
"version": "0.5.7",
|
||||
"description": "Medusa utilities to orchestrate modules",
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
".": "./dist/index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/medusajs/medusa",
|
||||
"directory": "packages/orchestration"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
"node": ">=20"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
"dist",
|
||||
"!dist/**/__tests__",
|
||||
"!dist/**/__fixtures__",
|
||||
"!dist/**/__mocks__"
|
||||
],
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
@@ -24,7 +30,7 @@
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^29.7.0",
|
||||
"rimraf": "^5.0.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/utils": "^1.11.9",
|
||||
|
||||
Reference in New Issue
Block a user