chore: Remove medusa interfaces package (#7347)
This commit is contained in:
@@ -28,7 +28,6 @@
|
|||||||
"@medusajs/utils": "workspace:^",
|
"@medusajs/utils": "workspace:^",
|
||||||
"@medusajs/workflow-engine-inmemory": "workspace:*",
|
"@medusajs/workflow-engine-inmemory": "workspace:*",
|
||||||
"faker": "^5.5.3",
|
"faker": "^5.5.3",
|
||||||
"medusa-interfaces": "workspace:*",
|
|
||||||
"pg": "^8.11.0",
|
"pg": "^8.11.0",
|
||||||
"typeorm": "^0.3.16"
|
"typeorm": "^0.3.16"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -31,7 +31,6 @@
|
|||||||
"@medusajs/utils": "workspace:^",
|
"@medusajs/utils": "workspace:^",
|
||||||
"@medusajs/workflow-engine-inmemory": "workspace:*",
|
"@medusajs/workflow-engine-inmemory": "workspace:*",
|
||||||
"faker": "^5.5.3",
|
"faker": "^5.5.3",
|
||||||
"medusa-interfaces": "workspace:*",
|
|
||||||
"medusa-test-utils": "workspace:*",
|
"medusa-test-utils": "workspace:*",
|
||||||
"pg": "^8.11.0",
|
"pg": "^8.11.0",
|
||||||
"typeorm": "^0.3.16"
|
"typeorm": "^0.3.16"
|
||||||
|
|||||||
@@ -52,13 +52,13 @@ git checkout package.json; npm install --force
|
|||||||
You can prevent the automatic dependencies scan and instead specify a list of
|
You can prevent the automatic dependencies scan and instead specify a list of
|
||||||
packages you want to link by using the `--packages` option:
|
packages you want to link by using the `--packages` option:
|
||||||
|
|
||||||
`medusa-dev --packages @medusajs/medusa medusa-interfaces`
|
`medusa-dev --packages @medusajs/medusa`
|
||||||
|
|
||||||
#### `--scan-once`
|
#### `--scan-once`
|
||||||
|
|
||||||
With this flag, the tool will do an initial scan and copy and then quit. This is
|
With this flag, the tool will do an initial scan and copy and then quit. This is
|
||||||
useful for setting up automated testing/builds of Medusa projects from the latest
|
useful for setting up automated testing/builds of Medusa projects from the latest
|
||||||
code.
|
code.
|
||||||
|
|
||||||
#### `--quiet`
|
#### `--quiet`
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"plugins": [
|
|
||||||
"@babel/plugin-proposal-class-properties",
|
|
||||||
"@babel/plugin-transform-instanceof",
|
|
||||||
["@babel/plugin-transform-runtime", { "regenerator": true }]
|
|
||||||
],
|
|
||||||
"presets": ["@babel/preset-env"],
|
|
||||||
"env": {
|
|
||||||
"test": {
|
|
||||||
"plugins": ["@babel/plugin-transform-runtime"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
7
packages/medusa-interfaces/.gitignore
vendored
7
packages/medusa-interfaces/.gitignore
vendored
@@ -1,7 +0,0 @@
|
|||||||
dist/
|
|
||||||
node_modules/
|
|
||||||
.DS_store
|
|
||||||
.env*
|
|
||||||
/*.js
|
|
||||||
!index.js
|
|
||||||
yarn.lock
|
|
||||||
@@ -1,339 +0,0 @@
|
|||||||
# Change Log
|
|
||||||
|
|
||||||
## 1.3.9
|
|
||||||
|
|
||||||
### Patch Changes
|
|
||||||
|
|
||||||
- [#6700](https://github.com/medusajs/medusa/pull/6700) [`8f8a4f9b13`](https://github.com/medusajs/medusa/commit/8f8a4f9b1353087d98f6cc75346d43a7f49901a8) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Version all modules to allow for initial testing
|
|
||||||
|
|
||||||
## 1.3.8
|
|
||||||
|
|
||||||
### Patch Changes
|
|
||||||
|
|
||||||
- [#5869](https://github.com/medusajs/medusa/pull/5869) [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa, interfaces, utils, webshiper): Uniformise class checks
|
|
||||||
|
|
||||||
## 1.3.7
|
|
||||||
|
|
||||||
### Patch Changes
|
|
||||||
|
|
||||||
- [#3041](https://github.com/medusajs/medusa/pull/3041) [`121b42acf`](https://github.com/medusajs/medusa/commit/121b42acfe98c12dd593f9b1f2072ff0f3b61724) Thanks [@riqwan](https://github.com/riqwan)! - chore(medusa): Typeorm fixes / enhancements
|
|
||||||
- upgrade typeorm from 0.2.51 to 0.3.11
|
|
||||||
- Plugin repository loader to work with Typeorm update
|
|
||||||
|
|
||||||
## 1.3.7-rc.0
|
|
||||||
|
|
||||||
### Patch Changes
|
|
||||||
|
|
||||||
- [#3041](https://github.com/medusajs/medusa/pull/3041) [`121b42acf`](https://github.com/medusajs/medusa/commit/121b42acfe98c12dd593f9b1f2072ff0f3b61724) Thanks [@riqwan](https://github.com/riqwan)! - chore(medusa): Typeorm fixes / enhancements
|
|
||||||
- upgrade typeorm from 0.2.51 to 0.3.11
|
|
||||||
- Plugin repository loader to work with Typeorm update
|
|
||||||
|
|
||||||
## 1.3.6
|
|
||||||
|
|
||||||
### Patch Changes
|
|
||||||
|
|
||||||
- [#3217](https://github.com/medusajs/medusa/pull/3217) [`8c5219a31`](https://github.com/medusajs/medusa/commit/8c5219a31ef76ee571fbce84d7d57a63abe56eb0) Thanks [@adrien2p](https://github.com/adrien2p)! - chore: Fix npm packages files included
|
|
||||||
|
|
||||||
- Updated dependencies [[`8c5219a31`](https://github.com/medusajs/medusa/commit/8c5219a31ef76ee571fbce84d7d57a63abe56eb0)]:
|
|
||||||
- medusa-core-utils@1.1.39
|
|
||||||
|
|
||||||
## 1.3.5
|
|
||||||
|
|
||||||
### Patch Changes
|
|
||||||
|
|
||||||
- [#3185](https://github.com/medusajs/medusa/pull/3185) [`08324355a`](https://github.com/medusajs/medusa/commit/08324355a4466b017a0bc7ab1d333ee3cd27b8c4) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Patches all dependencies + minor bumps `winston` to include a [fix for a significant memory leak](https://github.com/winstonjs/winston/pull/2057)
|
|
||||||
|
|
||||||
- Updated dependencies [[`08324355a`](https://github.com/medusajs/medusa/commit/08324355a4466b017a0bc7ab1d333ee3cd27b8c4)]:
|
|
||||||
- medusa-core-utils@1.1.38
|
|
||||||
|
|
||||||
## 1.3.4
|
|
||||||
|
|
||||||
### Patch Changes
|
|
||||||
|
|
||||||
- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts
|
|
||||||
|
|
||||||
## 1.3.3
|
|
||||||
|
|
||||||
### Patch Changes
|
|
||||||
|
|
||||||
- [#1962](https://github.com/medusajs/medusa/pull/1962) [`c97ccd3fb`](https://github.com/medusajs/medusa/commit/c97ccd3fb5dbe796b0e4fbf37def5bb6e8201557) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Convert FulfillmentService to TypeScript
|
|
||||||
|
|
||||||
## 1.3.2
|
|
||||||
|
|
||||||
### Patch Changes
|
|
||||||
|
|
||||||
- [#1914](https://github.com/medusajs/medusa/pull/1914) [`1dec44287`](https://github.com/medusajs/medusa/commit/1dec44287df5ac69b4c5769b59f9ebef58d3da68) Thanks [@fPolic](https://github.com/fPolic)! - Version bump due to missing changesets in merged PRs
|
|
||||||
|
|
||||||
* [#1874](https://github.com/medusajs/medusa/pull/1874) [`b8ddb31f6`](https://github.com/medusajs/medusa/commit/b8ddb31f6fe296a11d2d988276ba8e991c37fa9b) Thanks [@adrien2p](https://github.com/adrien2p)! - Move search indexing into a separate subscriber to defer the work load
|
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
||||||
|
|
||||||
## [1.3.1](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.3.0...medusa-interfaces@1.3.1) (2022-07-05)
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- **medusa:** Remove deps `mongoose` + `mongodb` ([#1218](https://github.com/medusajs/medusa/issues/1218)) ([c76e23e](https://github.com/medusajs/medusa/commit/c76e23e84dd8cb08c3c709f9f95c4c17b9685439))
|
|
||||||
|
|
||||||
# [1.3.0](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.2.1...medusa-interfaces@1.3.0) (2022-05-01)
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- ensures no duplicate tax lines when completing cart ([#1262](https://github.com/medusajs/medusa/issues/1262)) ([607a382](https://github.com/medusajs/medusa/commit/607a382b4ee190c25eafa345674b55b74a7d6349))
|
|
||||||
|
|
||||||
## [1.2.1](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.34...medusa-interfaces@1.2.1) (2022-02-28)
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- atomic phase error handler ([#1104](https://github.com/medusajs/medusa/issues/1104)) ([f983cfa](https://github.com/medusajs/medusa/commit/f983cfada675b9c2ad89f1dea37f862673383f54))
|
|
||||||
|
|
||||||
# [1.2.0](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.34...medusa-interfaces@1.2.0) (2022-02-25)
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- atomic phase error handler ([#1104](https://github.com/medusajs/medusa/issues/1104)) ([62c263c](https://github.com/medusajs/medusa/commit/62c263c36080541023fda5ae33a458c58cbaeb1e))
|
|
||||||
|
|
||||||
## [1.1.34](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.33...medusa-interfaces@1.1.34) (2022-02-06)
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- release ([fc3fbc8](https://github.com/medusajs/medusa/commit/fc3fbc897fad5c8a5d3eea828ac7277fba9d70af))
|
|
||||||
|
|
||||||
## [1.1.33](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.32...medusa-interfaces@1.1.33) (2022-02-06)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.32](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.31...medusa-interfaces@1.1.32) (2021-12-08)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.31](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.30...medusa-interfaces@1.1.31) (2021-11-23)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.30](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.29...medusa-interfaces@1.1.30) (2021-11-22)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.29](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.28...medusa-interfaces@1.1.29) (2021-11-19)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.28](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.27...medusa-interfaces@1.1.28) (2021-11-19)
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- Allow retrieval of soft-deleted products ([#723](https://github.com/medusajs/medusa/issues/723)) ([1e50aee](https://github.com/medusajs/medusa/commit/1e50aee4feb55092560dd4a9c51a0671363e8576))
|
|
||||||
- Typescript for API layer ([#817](https://github.com/medusajs/medusa/issues/817)) ([373532e](https://github.com/medusajs/medusa/commit/373532ecbc8196f47e71af95a8cf82a14a4b1f9e))
|
|
||||||
|
|
||||||
## [1.1.27](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.26...medusa-interfaces@1.1.27) (2021-10-18)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.26](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.25...medusa-interfaces@1.1.26) (2021-10-18)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.25](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.23...medusa-interfaces@1.1.25) (2021-10-18)
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- filter type in jsdoc ([c3a6045](https://github.com/medusajs/medusa/commit/c3a6045dd889a0d32d9e7f6e806d96d8333ea0a5))
|
|
||||||
- product ordering ([57a6612](https://github.com/medusajs/medusa/commit/57a6612e845c078aec023d0cc49d6bfc175a1b37))
|
|
||||||
- use type to choose transformer before adding or replacing documents ([24eecd2](https://github.com/medusajs/medusa/commit/24eecd2922e0c3425f2d43549b3227c756820387))
|
|
||||||
|
|
||||||
## [1.1.24](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.23...medusa-interfaces@1.1.24) (2021-10-18)
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- filter type in jsdoc ([c3a6045](https://github.com/medusajs/medusa/commit/c3a6045dd889a0d32d9e7f6e806d96d8333ea0a5))
|
|
||||||
- product ordering ([57a6612](https://github.com/medusajs/medusa/commit/57a6612e845c078aec023d0cc49d6bfc175a1b37))
|
|
||||||
- use type to choose transformer before adding or replacing documents ([24eecd2](https://github.com/medusajs/medusa/commit/24eecd2922e0c3425f2d43549b3227c756820387))
|
|
||||||
|
|
||||||
## [1.1.23](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.22...medusa-interfaces@1.1.23) (2021-09-15)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.22](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.21...medusa-interfaces@1.1.22) (2021-09-14)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.21](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.20...medusa-interfaces@1.1.21) (2021-08-05)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.20](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.19...medusa-interfaces@1.1.20) (2021-07-26)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.19](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.17...medusa-interfaces@1.1.19) (2021-07-15)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.18](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.17...medusa-interfaces@1.1.18) (2021-07-15)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.17](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.16...medusa-interfaces@1.1.17) (2021-07-02)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.16](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.15...medusa-interfaces@1.1.16) (2021-06-22)
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- release assist ([668e8a7](https://github.com/medusajs/medusa/commit/668e8a740200847fc2a41c91d2979097f1392532))
|
|
||||||
|
|
||||||
## [1.1.15](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.14...medusa-interfaces@1.1.15) (2021-06-09)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.14](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.13...medusa-interfaces@1.1.14) (2021-06-09)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.13](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.12...medusa-interfaces@1.1.13) (2021-06-09)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.12](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.11...medusa-interfaces@1.1.12) (2021-06-09)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.11](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.10...medusa-interfaces@1.1.11) (2021-06-08)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.10](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.7...medusa-interfaces@1.1.10) (2021-04-28)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.9](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.8...medusa-interfaces@1.1.9) (2021-04-20)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.8](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.7...medusa-interfaces@1.1.8) (2021-04-20)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.7](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.6...medusa-interfaces@1.1.7) (2021-04-13)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.6](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.5...medusa-interfaces@1.1.6) (2021-04-09)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.5](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.4...medusa-interfaces@1.1.5) (2021-03-30)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.4](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.3...medusa-interfaces@1.1.4) (2021-03-17)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.1.3](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.1...medusa-interfaces@1.1.3) (2021-03-17)
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- **medusa:** Add support for filtering with gt, lt, gte and lte ([#190](https://github.com/medusajs/medusa/issues/190)) ([dd0491f](https://github.com/medusajs/medusa/commit/dd0491f52132aed24f642589b12fcf636b719580))
|
|
||||||
|
|
||||||
## [1.1.2](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.1...medusa-interfaces@1.1.2) (2021-03-17)
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- **medusa:** Add support for filtering with gt, lt, gte and lte ([#190](https://github.com/medusajs/medusa/issues/190)) ([dd0491f](https://github.com/medusajs/medusa/commit/dd0491f52132aed24f642589b12fcf636b719580))
|
|
||||||
|
|
||||||
## [1.1.1](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.1.0...medusa-interfaces@1.1.1) (2021-02-17)
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- notifications ([#172](https://github.com/medusajs/medusa/issues/172)) ([7308946](https://github.com/medusajs/medusa/commit/7308946e567ed4e63e1ed3d9d31b30c4f1a73f0d))
|
|
||||||
|
|
||||||
# [1.1.0](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.0.14...medusa-interfaces@1.1.0) (2021-01-26)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.0.14](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.0.13...medusa-interfaces@1.0.14) (2020-11-24)
|
|
||||||
|
|
||||||
**Note:** Version bump only for package medusa-interfaces
|
|
||||||
|
|
||||||
## [1.0.13](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.0.12...medusa-interfaces@1.0.13) (2020-10-20)
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- **medusa-interfaces:** Adds schema options to base model ([cc23a3b](https://github.com/medusajs/medusa/commit/cc23a3b0706c41ec57bb25ea3de9c6e39bd04f31))
|
|
||||||
|
|
||||||
## [1.0.12](https://github.com/medusajs/medusa/compare/medusa-interfaces@1.0.11...medusa-interfaces@1.0.12) (2020-10-14)
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- return shipping and flow ([#125](https://github.com/medusajs/medusa/issues/125)) ([c1e821d](https://github.com/medusajs/medusa/commit/c1e821d9d4d33756c7309e5cf110d7aa9b67297d))
|
|
||||||
|
|
||||||
## 1.0.11 (2020-10-05)
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- webshipper ([#118](https://github.com/medusajs/medusa/issues/118)) ([893a7f6](https://github.com/medusajs/medusa/commit/893a7f69afea67e854a67fc3b92c8a10c9c1b75c))
|
|
||||||
|
|
||||||
## 1.0.10 (2020-09-09)
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
|
|
||||||
|
|
||||||
## 1.0.7 (2020-09-07)
|
|
||||||
|
|
||||||
## 1.0.1 (2020-09-05)
|
|
||||||
|
|
||||||
## 1.0.1-beta.0 (2020-09-04)
|
|
||||||
|
|
||||||
# 1.0.0 (2020-09-03)
|
|
||||||
|
|
||||||
# 1.0.0-alpha.30 (2020-08-28)
|
|
||||||
|
|
||||||
# 1.0.0-alpha.27 (2020-08-27)
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- **pagination:** Adds MVP pagination to orders and products for admin routes ([9dc6999](https://github.com/medusajs/medusa/commit/9dc6999a9a0c11d33eb9affa953ad1b44bd5e8b8))
|
|
||||||
|
|
||||||
# 1.0.0-alpha.24 (2020-08-27)
|
|
||||||
|
|
||||||
# 1.0.0-alpha.3 (2020-08-20)
|
|
||||||
|
|
||||||
# 1.0.0-alpha.2 (2020-08-20)
|
|
||||||
|
|
||||||
# 1.0.0-alpha.1 (2020-08-20)
|
|
||||||
|
|
||||||
# 1.0.0-alpha.0 (2020-08-20)
|
|
||||||
|
|
||||||
### Reverts
|
|
||||||
|
|
||||||
- Revert "[medusa-interfaces] : Adds decorator functionality to BaseService (#39)" (#41) ([2273cc5](https://github.com/medusajs/medusa/commit/2273cc519ad4d6ae16157173aba3955d16745e1d)), closes [#39](https://github.com/medusajs/medusa/issues/39) [#41](https://github.com/medusajs/medusa/issues/41)
|
|
||||||
|
|
||||||
# 0.3.0 (2020-04-06)
|
|
||||||
|
|
||||||
# 0.2.0 (2020-04-06)
|
|
||||||
|
|
||||||
# 0.2.0-alpha.0 (2020-04-04)
|
|
||||||
|
|
||||||
## 0.1.6-alpha.0 (2020-03-24)
|
|
||||||
|
|
||||||
## 0.1.5-alpha.0 (2020-03-24)
|
|
||||||
|
|
||||||
## 0.1.4-alpha.0 (2020-03-24)
|
|
||||||
|
|
||||||
## 0.1.3-alpha.0 (2020-03-24)
|
|
||||||
|
|
||||||
## 0.1.2-alpha.0 (2020-03-24)
|
|
||||||
|
|
||||||
## 0.1.1-alpha.0 (2020-03-24)
|
|
||||||
|
|
||||||
# 0.1.0-alpha.0 (2020-03-24)
|
|
||||||
|
|
||||||
## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)
|
|
||||||
|
|
||||||
### Bug Fixes
|
|
||||||
|
|
||||||
- updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
|
|
||||||
@@ -1,43 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "medusa-interfaces",
|
|
||||||
"version": "1.3.9",
|
|
||||||
"description": "Core interfaces for Medusa",
|
|
||||||
"main": "dist/index.js",
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/medusajs/medusa",
|
|
||||||
"directory": "packages/medusa-interfaces"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=16"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"prepare": "cross-env NODE_ENV=production yarn run build",
|
|
||||||
"test": "jest --passWithNoTests src",
|
|
||||||
"build": "rimraf dist && babel src --out-dir dist --ignore '**/__tests__','**/__mocks__'",
|
|
||||||
"watch": "babel -w src --out-dir dist --ignore '**/__tests__','**/__mocks__'"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"dist"
|
|
||||||
],
|
|
||||||
"author": "Sebastian Rindom",
|
|
||||||
"license": "MIT",
|
|
||||||
"devDependencies": {
|
|
||||||
"@babel/cli": "^7.7.5",
|
|
||||||
"@babel/core": "^7.7.5",
|
|
||||||
"@babel/plugin-proposal-class-properties": "^7.7.4",
|
|
||||||
"@babel/plugin-transform-classes": "^7.9.5",
|
|
||||||
"@babel/plugin-transform-instanceof": "^7.8.3",
|
|
||||||
"@babel/plugin-transform-runtime": "^7.7.6",
|
|
||||||
"@babel/preset-env": "^7.7.5",
|
|
||||||
"@babel/preset-typescript": "^7.13.0",
|
|
||||||
"@babel/runtime": "^7.9.6",
|
|
||||||
"cross-env": "^5.2.1",
|
|
||||||
"jest": "^25.5.4",
|
|
||||||
"medusa-core-utils": "^1.2.1",
|
|
||||||
"medusa-test-utils": "^1.1.42",
|
|
||||||
"rimraf": "^5.0.1",
|
|
||||||
"typescript": "^4.4.4"
|
|
||||||
},
|
|
||||||
"gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e"
|
|
||||||
}
|
|
||||||
@@ -1,66 +0,0 @@
|
|||||||
import BaseService from "../base-service"
|
|
||||||
|
|
||||||
describe("BaseService", () => {
|
|
||||||
describe("addDecorator", () => {
|
|
||||||
const baseService = new BaseService()
|
|
||||||
|
|
||||||
it("successfully adds decorator", () => {
|
|
||||||
baseService.addDecorator(obj => {
|
|
||||||
return (obj.decorator1 = true)
|
|
||||||
})
|
|
||||||
|
|
||||||
expect(baseService.decorators_.length).toEqual(1)
|
|
||||||
})
|
|
||||||
|
|
||||||
it("throws if decorator is not a function", () => {
|
|
||||||
expect(() => baseService.addDecorator("not a function")).toThrow(
|
|
||||||
"Decorators must be of type function"
|
|
||||||
)
|
|
||||||
})
|
|
||||||
})
|
|
||||||
|
|
||||||
describe("runDecorators_", () => {
|
|
||||||
it("returns success when passwords match", async () => {
|
|
||||||
const baseService = new BaseService()
|
|
||||||
|
|
||||||
baseService.addDecorator(obj => {
|
|
||||||
obj.decorator1 = true
|
|
||||||
return obj
|
|
||||||
})
|
|
||||||
baseService.addDecorator(obj => {
|
|
||||||
obj.decorator2 = true
|
|
||||||
return obj
|
|
||||||
})
|
|
||||||
|
|
||||||
const result = await baseService.runDecorators_({ data: "initial" })
|
|
||||||
expect(result).toEqual({
|
|
||||||
data: "initial",
|
|
||||||
decorator1: true,
|
|
||||||
decorator2: true,
|
|
||||||
})
|
|
||||||
})
|
|
||||||
|
|
||||||
it("skips failing decorator", async () => {
|
|
||||||
const baseService = new BaseService()
|
|
||||||
|
|
||||||
baseService.addDecorator(obj => {
|
|
||||||
obj.decorator1 = true
|
|
||||||
return obj
|
|
||||||
})
|
|
||||||
baseService.addDecorator(obj => {
|
|
||||||
return Promise.reject("fail")
|
|
||||||
})
|
|
||||||
baseService.addDecorator(obj => {
|
|
||||||
obj.decorator3 = true
|
|
||||||
return Promise.resolve(obj)
|
|
||||||
})
|
|
||||||
|
|
||||||
const result = await baseService.runDecorators_({ data: "initial" })
|
|
||||||
expect(result).toEqual({
|
|
||||||
data: "initial",
|
|
||||||
decorator1: true,
|
|
||||||
decorator3: true,
|
|
||||||
})
|
|
||||||
})
|
|
||||||
})
|
|
||||||
})
|
|
||||||
@@ -1,174 +0,0 @@
|
|||||||
// Import from dist to avoid circular deps which result in the base service to be undefined
|
|
||||||
import {
|
|
||||||
buildQuery,
|
|
||||||
setMetadata,
|
|
||||||
validateId,
|
|
||||||
} from "@medusajs/medusa/dist/utils"
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Common functionality for Services
|
|
||||||
* @interface
|
|
||||||
* @deprecated use TransactionBaseService from @medusajs/medusa instead
|
|
||||||
*/
|
|
||||||
export default class BaseService {
|
|
||||||
constructor() {
|
|
||||||
this.decorators_ = []
|
|
||||||
}
|
|
||||||
|
|
||||||
withTransaction() {
|
|
||||||
console.log("WARN: withTransaction called without custom implementation")
|
|
||||||
return this
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to build TypeORM queries.
|
|
||||||
*/
|
|
||||||
buildQuery_(selector, config = {}) {
|
|
||||||
return buildQuery(selector, config)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Confirms whether a given raw id is valid. Fails if the provided
|
|
||||||
* id is null or undefined. The validate function takes an optional config
|
|
||||||
* param, to support checking id prefix and length.
|
|
||||||
* @param {string} rawId - the id to validate.
|
|
||||||
* @param {object?} config - optional config
|
|
||||||
* @returns {string} the rawId given that nothing failed
|
|
||||||
*/
|
|
||||||
validateId_(rawId, config = {}) {
|
|
||||||
return validateId(rawId, config)
|
|
||||||
}
|
|
||||||
|
|
||||||
shouldRetryTransaction(err) {
|
|
||||||
const code = typeof err === "object" ? String(err.code) : null
|
|
||||||
return code === "40001" || code === "40P01"
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Wraps some work within a transactional block. If the service already has
|
|
||||||
* a transaction manager attached this will be reused, otherwise a new
|
|
||||||
* transaction manager is created.
|
|
||||||
* @param {function} work - the transactional work to be done
|
|
||||||
* @param {string} isolation - the isolation level to be used for the work.
|
|
||||||
* @return {any} the result of the transactional work
|
|
||||||
*/
|
|
||||||
async atomicPhase_(
|
|
||||||
work,
|
|
||||||
isolationOrErrorHandler,
|
|
||||||
maybeErrorHandlerOrDontFail
|
|
||||||
) {
|
|
||||||
let errorHandler = maybeErrorHandlerOrDontFail
|
|
||||||
let isolation = isolationOrErrorHandler
|
|
||||||
let dontFail = false
|
|
||||||
if (typeof isolationOrErrorHandler === "function") {
|
|
||||||
isolation = null
|
|
||||||
errorHandler = isolationOrErrorHandler
|
|
||||||
dontFail = !!maybeErrorHandlerOrDontFail
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.transactionManager_) {
|
|
||||||
const doWork = async (m) => {
|
|
||||||
this.manager_ = m
|
|
||||||
this.transactionManager_ = m
|
|
||||||
try {
|
|
||||||
const result = await work(m)
|
|
||||||
return result
|
|
||||||
} catch (error) {
|
|
||||||
if (errorHandler) {
|
|
||||||
const queryRunner = this.transactionManager_.queryRunner
|
|
||||||
if (queryRunner.isTransactionActive) {
|
|
||||||
await queryRunner.rollbackTransaction()
|
|
||||||
}
|
|
||||||
|
|
||||||
await errorHandler(error)
|
|
||||||
}
|
|
||||||
throw error
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return doWork(this.transactionManager_)
|
|
||||||
} else {
|
|
||||||
const temp = this.manager_
|
|
||||||
const doWork = async (m) => {
|
|
||||||
this.manager_ = m
|
|
||||||
this.transactionManager_ = m
|
|
||||||
try {
|
|
||||||
const result = await work(m)
|
|
||||||
this.manager_ = temp
|
|
||||||
this.transactionManager_ = undefined
|
|
||||||
return result
|
|
||||||
} catch (error) {
|
|
||||||
this.manager_ = temp
|
|
||||||
this.transactionManager_ = undefined
|
|
||||||
throw error
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (isolation) {
|
|
||||||
let result
|
|
||||||
try {
|
|
||||||
result = await this.manager_.transaction(isolation, (m) => doWork(m))
|
|
||||||
return result
|
|
||||||
} catch (error) {
|
|
||||||
if (this.shouldRetryTransaction(error)) {
|
|
||||||
return this.manager_.transaction(isolation, (m) => doWork(m))
|
|
||||||
} else {
|
|
||||||
if (errorHandler) {
|
|
||||||
await errorHandler(error)
|
|
||||||
}
|
|
||||||
throw error
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
return await this.manager_.transaction((m) => doWork(m))
|
|
||||||
} catch (error) {
|
|
||||||
if (errorHandler) {
|
|
||||||
const result = await errorHandler(error)
|
|
||||||
if (dontFail) {
|
|
||||||
return result
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
throw error
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Dedicated method to set metadata.
|
|
||||||
* @param {string} obj - the entity to apply metadata to.
|
|
||||||
* @param {object} metadata - the metadata to set
|
|
||||||
* @return {Promise} resolves to the updated result.
|
|
||||||
*/
|
|
||||||
setMetadata_(obj, metadata) {
|
|
||||||
return setMetadata(obj, metadata)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Adds a decorator to a service. The decorator must be a function and should
|
|
||||||
* return a decorated object.
|
|
||||||
* @param {function} fn - the decorator to add to the service
|
|
||||||
*/
|
|
||||||
addDecorator(fn) {
|
|
||||||
if (typeof fn !== "function") {
|
|
||||||
throw Error("Decorators must be of type function")
|
|
||||||
}
|
|
||||||
|
|
||||||
this.decorators_.push(fn)
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Runs the decorators registered on the service. The decorators are run in
|
|
||||||
* the order they have been registered in. Failing decorators will be skipped
|
|
||||||
* in order to ensure deliverability in spite of breaking code.
|
|
||||||
* @param {object} obj - the object to decorate.
|
|
||||||
* @return {object} the decorated object.
|
|
||||||
*/
|
|
||||||
runDecorators_(obj, fields = [], expandFields = []) {
|
|
||||||
return this.decorators_.reduce(async (acc, next) => {
|
|
||||||
return acc.then((res) => next(res, fields, expandFields)).catch(() => acc)
|
|
||||||
}, Promise.resolve(obj))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
import BaseService from "./base-service"
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Interface for file connectors
|
|
||||||
* @interface
|
|
||||||
* @deprecated use AbstractFileService from @medusajs/medusa instead
|
|
||||||
*/
|
|
||||||
class BaseFileService extends BaseService {
|
|
||||||
static _isFileService = true
|
|
||||||
|
|
||||||
static isFileService(obj) {
|
|
||||||
return obj?.constructor?._isFileService
|
|
||||||
}
|
|
||||||
|
|
||||||
constructor() {
|
|
||||||
super()
|
|
||||||
}
|
|
||||||
|
|
||||||
upload() {
|
|
||||||
throw Error("upload must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
delete() {
|
|
||||||
throw Error("delete must be overridden by the child class")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export default BaseFileService
|
|
||||||
@@ -1,117 +0,0 @@
|
|||||||
import BaseService from "./base-service"
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The interface that all fulfillment services must inherit from. The intercace
|
|
||||||
* provides the necessary methods for creating, authorizing and managing
|
|
||||||
* fulfillment orders.
|
|
||||||
* @interface
|
|
||||||
* @deprecated use AbstractFulfillmentService from @medusajs/medusa instead
|
|
||||||
*/
|
|
||||||
class BaseFulfillmentService extends BaseService {
|
|
||||||
static _isFulfillmentService = true
|
|
||||||
|
|
||||||
static isFulfillmentService(obj) {
|
|
||||||
return obj?.constructor?._isFulfillmentService
|
|
||||||
}
|
|
||||||
|
|
||||||
constructor() {
|
|
||||||
super()
|
|
||||||
}
|
|
||||||
|
|
||||||
getIdentifier() {
|
|
||||||
return this.constructor.identifier
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Called before a shipping option is created in Admin. The method should
|
|
||||||
* return all of the options that the fulfillment provider can be used with,
|
|
||||||
* and it is here the distinction between different shipping options are
|
|
||||||
* enforced. For example, a fulfillment provider may offer Standard Shipping
|
|
||||||
* and Express Shipping as fulfillment options, it is up to the store operator
|
|
||||||
* to create shipping options in Medusa that can be chosen between by the
|
|
||||||
* customer.
|
|
||||||
*/
|
|
||||||
getFulfillmentOptions() {
|
|
||||||
throw Error("getFulfillmentOptions must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Called before a shipping method is set on a cart to ensure that the data
|
|
||||||
* sent with the shipping method is valid. The data object may contain extra
|
|
||||||
* data about the shipment such as an id of a drop point. It is up to the
|
|
||||||
* fulfillment provider to enforce that the correct data is being sent
|
|
||||||
* through.
|
|
||||||
* @param {object} optionData - the data to validate
|
|
||||||
* @param {object} data - the data to validate
|
|
||||||
* @param {object | undefined} cart - the cart to which the shipping method will be applied
|
|
||||||
* @return {object} the data to populate `cart.shipping_methods.$.data` this
|
|
||||||
* is usually important for future actions like generating shipping labels
|
|
||||||
*/
|
|
||||||
validateFulfillmentData(optionData, data, cart) {
|
|
||||||
throw Error("validateFulfillmentData must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Called before a shipping option is created in Admin. Use this to ensure
|
|
||||||
* that a fulfillment option does in fact exist.
|
|
||||||
*/
|
|
||||||
validateOption(data) {
|
|
||||||
throw Error("validateOption must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
canCalculate(data) {
|
|
||||||
throw Error("canCalculate must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to calculate a price for a given shipping option.
|
|
||||||
*/
|
|
||||||
calculatePrice(optionData, data, cart) {
|
|
||||||
throw Error("calculatePrice must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
createFulfillment(data, items, order, fulfillment) {
|
|
||||||
throw Error("createFulfillment must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
cancelFulfillment(fulfillment) {
|
|
||||||
throw Error("cancelFulfillment must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to retrieve documents associated with a fulfillment.
|
|
||||||
* Will default to returning no documents.
|
|
||||||
*/
|
|
||||||
getFulfillmentDocuments(data) {
|
|
||||||
return []
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to create a return order. Should return the data necessary for future
|
|
||||||
* operations on the return; in particular the data may be used to receive
|
|
||||||
* documents attached to the return.
|
|
||||||
*/
|
|
||||||
createReturn(fromData) {
|
|
||||||
throw Error("createReturn must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to retrieve documents related to a return order.
|
|
||||||
*/
|
|
||||||
getReturnDocuments(data) {
|
|
||||||
return []
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to retrieve documents related to a shipment.
|
|
||||||
*/
|
|
||||||
getShipmentDocuments(data) {
|
|
||||||
return []
|
|
||||||
}
|
|
||||||
|
|
||||||
retrieveDocuments(fulfillmentData, documentType) {
|
|
||||||
throw Error("retrieveDocuments must be overridden by the child class")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export default BaseFulfillmentService
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
export { default as BaseService } from "./base-service"
|
|
||||||
export { default as PaymentService } from "./payment-service"
|
|
||||||
export { default as FulfillmentService } from "./fulfillment-service"
|
|
||||||
export { default as FileService } from "./file-service"
|
|
||||||
export { default as NotificationService } from "./notification-service"
|
|
||||||
export { default as OauthService } from "./oauth-service"
|
|
||||||
export { default as SearchService } from "./search-service"
|
|
||||||
@@ -1,35 +0,0 @@
|
|||||||
import BaseService from "./base-service"
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Interface for Notification Providers
|
|
||||||
* @interface
|
|
||||||
* @deprecated use AbstractNotificationService from @medusajs/medusa instead
|
|
||||||
*/
|
|
||||||
class BaseNotificationService extends BaseService {
|
|
||||||
static _isNotificationService = true
|
|
||||||
|
|
||||||
static isNotificationService(obj) {
|
|
||||||
return obj?.constructor?._isNotificationService
|
|
||||||
}
|
|
||||||
|
|
||||||
constructor() {
|
|
||||||
super()
|
|
||||||
}
|
|
||||||
|
|
||||||
getIdentifier() {
|
|
||||||
return this.constructor.identifier
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to retrieve documents related to a shipment.
|
|
||||||
*/
|
|
||||||
sendNotification(event, data) {
|
|
||||||
throw new Error("Must be overridden by child")
|
|
||||||
}
|
|
||||||
|
|
||||||
resendNotification(notification, config = {}) {
|
|
||||||
throw new Error("Must be overridden by child")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export default BaseNotificationService
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
import BaseService from "./base-service"
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Interface for file connectors
|
|
||||||
* @interface
|
|
||||||
*/
|
|
||||||
class BaseOauthService extends BaseService {
|
|
||||||
static _isOauthService = true
|
|
||||||
|
|
||||||
static isOauthService(obj) {
|
|
||||||
return obj?.constructor?._isOauthService
|
|
||||||
}
|
|
||||||
|
|
||||||
constructor() {
|
|
||||||
super()
|
|
||||||
}
|
|
||||||
|
|
||||||
generateToken() {
|
|
||||||
throw Error("generateToken must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
refreshToken() {
|
|
||||||
throw Error("refreshToken must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
destroyToken() {
|
|
||||||
throw Error("destroyToken must be overridden by the child class")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export default BaseOauthService
|
|
||||||
@@ -1,85 +0,0 @@
|
|||||||
import BaseService from "./base-service"
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The interface that all payment services must inherit from. The intercace
|
|
||||||
* provides the necessary methods for creating, authorizing and managing
|
|
||||||
* payments.
|
|
||||||
* @interface
|
|
||||||
* @deprecated use AbstractPaymentProcessor from @medusajs/medusa instead
|
|
||||||
*/
|
|
||||||
class BasePaymentService extends BaseService {
|
|
||||||
static _isPaymentService = true
|
|
||||||
|
|
||||||
static isPaymentService(obj) {
|
|
||||||
return obj?.constructor?._isPaymentService
|
|
||||||
}
|
|
||||||
|
|
||||||
constructor() {
|
|
||||||
super()
|
|
||||||
}
|
|
||||||
|
|
||||||
getIdentifier() {
|
|
||||||
return this.constructor.identifier
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to create a payment to be processed with the service's payment gateway.
|
|
||||||
* @param cart {object} - the cart that the payment should cover.
|
|
||||||
* @return {Promise<{object}>} - returns a promise that resolves to an object
|
|
||||||
* containing the payment data. This data will be saved to the cart for later
|
|
||||||
* use.
|
|
||||||
*/
|
|
||||||
createPayment(cart) {
|
|
||||||
throw Error("createPayment must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to retrieve a payment.
|
|
||||||
* @param cart {object} - the cart whose payment should be retrieved.
|
|
||||||
* @return {Promise<{object}>} - returns a promise that resolves to the
|
|
||||||
* payment object as stored with the provider.
|
|
||||||
*/
|
|
||||||
retrievePayment(cart) {
|
|
||||||
throw Error("getPayment must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to update a payment. This method is called when the cart is updated.
|
|
||||||
* @param cart {object} - the cart whose payment should be updated.
|
|
||||||
* @return {Promise<{object}>} - returns a promise that resolves to the
|
|
||||||
* payment object as stored with the provider.
|
|
||||||
*/
|
|
||||||
updatePayment(cart) {
|
|
||||||
throw Error("updatePayment must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
getStatus() {
|
|
||||||
throw Error("getStatus must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
authorizePayment() {
|
|
||||||
throw Error("authorizePayment must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
capturePayment() {
|
|
||||||
throw Error("capturePayment must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
refundPayment() {
|
|
||||||
throw Error("refundPayment must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
deletePayment() {
|
|
||||||
throw Error("deletePayment must be overridden by the child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* If the payment provider can save a payment method this function will
|
|
||||||
* retrieve them.
|
|
||||||
*/
|
|
||||||
retrieveSavedMethods(customer) {
|
|
||||||
return Promise.resolve([])
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export default BasePaymentService
|
|
||||||
@@ -1,107 +0,0 @@
|
|||||||
import BaseService from "./base-service"
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The interface that all search services must implement.
|
|
||||||
* @interface
|
|
||||||
* @deprecated use AbstractSearchService from @medusajs/utils instead
|
|
||||||
*/
|
|
||||||
class SearchService extends BaseService {
|
|
||||||
static _isSearchService = true
|
|
||||||
|
|
||||||
static isSearchService(obj) {
|
|
||||||
return obj?.constructor?._isSearchService
|
|
||||||
}
|
|
||||||
|
|
||||||
constructor() {
|
|
||||||
super()
|
|
||||||
}
|
|
||||||
|
|
||||||
get options() {
|
|
||||||
return this.options_ ?? {}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to create an index
|
|
||||||
* @param indexName {string} - the index name
|
|
||||||
* @param [options] {string} - the index name
|
|
||||||
* @return {Promise<{object}>} - returns response from search engine provider
|
|
||||||
*/
|
|
||||||
createIndex(indexName, options) {
|
|
||||||
throw Error("createIndex must be overridden by a child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to get an index
|
|
||||||
* @param indexName {string} - the index name.
|
|
||||||
* @return {Promise<{object}>} - returns response from search engine provider
|
|
||||||
*/
|
|
||||||
getIndex(indexName) {
|
|
||||||
throw Error("getIndex must be overridden by a child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to index documents by the search engine provider
|
|
||||||
* @param indexName {string} - the index name
|
|
||||||
* @param documents {Array.<Object>} - documents array to be indexed
|
|
||||||
* @param type {string} - type of documents to be added (e.g: products, regions, orders, etc)
|
|
||||||
* @return {Promise<{object}>} - returns response from search engine provider
|
|
||||||
*/
|
|
||||||
addDocuments(indexName, documents, type) {
|
|
||||||
throw Error("addDocuments must be overridden by a child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to replace documents
|
|
||||||
* @param indexName {string} - the index name.
|
|
||||||
* @param documents {Object} - array of document objects that will replace existing documents
|
|
||||||
* @param type {Array.<Object>} - type of documents to be replaced (e.g: products, regions, orders, etc)
|
|
||||||
* @return {Promise<{object}>} - returns response from search engine provider
|
|
||||||
*/
|
|
||||||
replaceDocuments(indexName, documents, type) {
|
|
||||||
throw Error("updateDocument must be overridden by a child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to delete document
|
|
||||||
* @param indexName {string} - the index name
|
|
||||||
* @param document_id {string} - the id of the document
|
|
||||||
* @return {Promise<{object}>} - returns response from search engine provider
|
|
||||||
*/
|
|
||||||
deleteDocument(indexName, document_id) {
|
|
||||||
throw Error("deleteDocument must be overridden by a child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to delete all documents
|
|
||||||
* @param indexName {string} - the index name
|
|
||||||
* @return {Promise<{object}>} - returns response from search engine provider
|
|
||||||
*/
|
|
||||||
deleteAllDocuments(indexName) {
|
|
||||||
throw Error("deleteAllDocuments must be overridden by a child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to search for a document in an index
|
|
||||||
* @param indexName {string} - the index name
|
|
||||||
* @param query {string} - the search query
|
|
||||||
* @param options {{ paginationOptions: { limit: number, offset: number }, filter: any, additionalOptions: any}}
|
|
||||||
* - any options passed to the request object other than the query and indexName
|
|
||||||
* - additionalOptions contain any provider specific options
|
|
||||||
* @return {Promise<{ hits: any[]; [k: string]: any; }>} returns response from search engine provider
|
|
||||||
*/
|
|
||||||
search(indexName, query, options) {
|
|
||||||
throw Error("search must be overridden by a child class")
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to update the settings of an index
|
|
||||||
* @param indexName {string} - the index name
|
|
||||||
* @param settings {object} - settings object
|
|
||||||
* @return {Promise<{object}>} - returns response from search engine provider
|
|
||||||
*/
|
|
||||||
updateSettings(indexName, settings) {
|
|
||||||
throw Error("updateSettings must be overridden by a child class")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export default SearchService
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"lib": ["es2021"],
|
|
||||||
"target": "es2021",
|
|
||||||
"outDir": "./dist",
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"declaration": true,
|
|
||||||
"module": "commonjs",
|
|
||||||
"moduleResolution": "node",
|
|
||||||
"emitDecoratorMetadata": true,
|
|
||||||
"experimentalDecorators": true,
|
|
||||||
"sourceMap": true,
|
|
||||||
"noImplicitReturns": true,
|
|
||||||
"strictNullChecks": true,
|
|
||||||
"strictFunctionTypes": true,
|
|
||||||
"noImplicitThis": true,
|
|
||||||
"allowJs": true,
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"downlevelIteration": true // to use ES5 specific tooling
|
|
||||||
},
|
|
||||||
"include": ["./src/**/*", "index.d.ts"],
|
|
||||||
"exclude": [
|
|
||||||
"./dist/**/*",
|
|
||||||
"./src/**/__tests__",
|
|
||||||
"./src/**/__mocks__",
|
|
||||||
"node_modules"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
1
packages/medusa/index.d.ts
vendored
1
packages/medusa/index.d.ts
vendored
@@ -1 +0,0 @@
|
|||||||
declare module "medusa-interfaces"
|
|
||||||
@@ -31,7 +31,6 @@
|
|||||||
"@types/multer": "^1.4.7",
|
"@types/multer": "^1.4.7",
|
||||||
"cross-env": "^5.2.1",
|
"cross-env": "^5.2.1",
|
||||||
"jest": "^25.5.4",
|
"jest": "^25.5.4",
|
||||||
"medusa-interfaces": "^1.3.9",
|
|
||||||
"medusa-test-utils": "^1.1.44",
|
"medusa-test-utils": "^1.1.44",
|
||||||
"rimraf": "^5.0.1",
|
"rimraf": "^5.0.1",
|
||||||
"supertest": "^4.0.2",
|
"supertest": "^4.0.2",
|
||||||
@@ -45,9 +44,6 @@
|
|||||||
"serve": "node dist/app.js",
|
"serve": "node dist/app.js",
|
||||||
"test": "jest --silent --bail --maxWorkers=50% --forceExit"
|
"test": "jest --silent --bail --maxWorkers=50% --forceExit"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
|
||||||
"medusa-interfaces": "^1.3.7"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@medusajs/admin-sdk": "0.0.1",
|
"@medusajs/admin-sdk": "0.0.1",
|
||||||
"@medusajs/core-flows": "^0.0.9",
|
"@medusajs/core-flows": "^0.0.9",
|
||||||
|
|||||||
45
yarn.lock
45
yarn.lock
@@ -870,7 +870,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/cli@npm:^7.12.10, @babel/cli@npm:^7.14.3, @babel/cli@npm:^7.7.5":
|
"@babel/cli@npm:^7.12.10, @babel/cli@npm:^7.14.3":
|
||||||
version: 7.24.5
|
version: 7.24.5
|
||||||
resolution: "@babel/cli@npm:7.24.5"
|
resolution: "@babel/cli@npm:7.24.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -1366,7 +1366,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-proposal-class-properties@npm:^7.10.4, @babel/plugin-proposal-class-properties@npm:^7.12.1, @babel/plugin-proposal-class-properties@npm:^7.7.4":
|
"@babel/plugin-proposal-class-properties@npm:^7.10.4, @babel/plugin-proposal-class-properties@npm:^7.12.1":
|
||||||
version: 7.18.6
|
version: 7.18.6
|
||||||
resolution: "@babel/plugin-proposal-class-properties@npm:7.18.6"
|
resolution: "@babel/plugin-proposal-class-properties@npm:7.18.6"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -1875,7 +1875,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-transform-classes@npm:^7.10.4, @babel/plugin-transform-classes@npm:^7.12.1, @babel/plugin-transform-classes@npm:^7.24.5, @babel/plugin-transform-classes@npm:^7.9.5":
|
"@babel/plugin-transform-classes@npm:^7.10.4, @babel/plugin-transform-classes@npm:^7.12.1, @babel/plugin-transform-classes@npm:^7.24.5":
|
||||||
version: 7.24.5
|
version: 7.24.5
|
||||||
resolution: "@babel/plugin-transform-classes@npm:7.24.5"
|
resolution: "@babel/plugin-transform-classes@npm:7.24.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -2012,7 +2012,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-transform-instanceof@npm:^7.10.4, @babel/plugin-transform-instanceof@npm:^7.12.1, @babel/plugin-transform-instanceof@npm:^7.8.3":
|
"@babel/plugin-transform-instanceof@npm:^7.10.4, @babel/plugin-transform-instanceof@npm:^7.12.1":
|
||||||
version: 7.24.1
|
version: 7.24.1
|
||||||
resolution: "@babel/plugin-transform-instanceof@npm:7.24.1"
|
resolution: "@babel/plugin-transform-instanceof@npm:7.24.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -2360,7 +2360,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/plugin-transform-runtime@npm:^7.11.5, @babel/plugin-transform-runtime@npm:^7.12.1, @babel/plugin-transform-runtime@npm:^7.7.6":
|
"@babel/plugin-transform-runtime@npm:^7.11.5, @babel/plugin-transform-runtime@npm:^7.12.1":
|
||||||
version: 7.24.3
|
version: 7.24.3
|
||||||
resolution: "@babel/plugin-transform-runtime@npm:7.24.3"
|
resolution: "@babel/plugin-transform-runtime@npm:7.24.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -2571,7 +2571,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/preset-env@npm:^7.11.5, @babel/preset-env@npm:^7.12.11, @babel/preset-env@npm:^7.12.7, @babel/preset-env@npm:^7.23.2, @babel/preset-env@npm:^7.7.5":
|
"@babel/preset-env@npm:^7.11.5, @babel/preset-env@npm:^7.12.11, @babel/preset-env@npm:^7.12.7, @babel/preset-env@npm:^7.23.2":
|
||||||
version: 7.24.5
|
version: 7.24.5
|
||||||
resolution: "@babel/preset-env@npm:7.24.5"
|
resolution: "@babel/preset-env@npm:7.24.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -2732,7 +2732,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/preset-typescript@npm:^7.13.0, @babel/preset-typescript@npm:^7.15.0, @babel/preset-typescript@npm:^7.16.0, @babel/preset-typescript@npm:^7.23.0":
|
"@babel/preset-typescript@npm:^7.15.0, @babel/preset-typescript@npm:^7.16.0, @babel/preset-typescript@npm:^7.23.0":
|
||||||
version: 7.24.1
|
version: 7.24.1
|
||||||
resolution: "@babel/preset-typescript@npm:7.24.1"
|
resolution: "@babel/preset-typescript@npm:7.24.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -2769,7 +2769,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@babel/runtime@npm:^7.11.2, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.20.1, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.22.10, @babel/runtime@npm:^7.22.5, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.8, @babel/runtime@npm:^7.24.1, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.9.2, @babel/runtime@npm:^7.9.6":
|
"@babel/runtime@npm:^7.11.2, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.20.1, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.22.10, @babel/runtime@npm:^7.22.5, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.8, @babel/runtime@npm:^7.24.1, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.9.2":
|
||||||
version: 7.24.5
|
version: 7.24.5
|
||||||
resolution: "@babel/runtime@npm:7.24.5"
|
resolution: "@babel/runtime@npm:7.24.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -5672,7 +5672,6 @@ __metadata:
|
|||||||
jsonwebtoken: ^9.0.0
|
jsonwebtoken: ^9.0.0
|
||||||
lodash: ^4.17.21
|
lodash: ^4.17.21
|
||||||
medusa-core-utils: ^1.2.2
|
medusa-core-utils: ^1.2.2
|
||||||
medusa-interfaces: ^1.3.9
|
|
||||||
medusa-telemetry: ^0.0.17
|
medusa-telemetry: ^0.0.17
|
||||||
medusa-test-utils: ^1.1.44
|
medusa-test-utils: ^1.1.44
|
||||||
morgan: ^1.9.1
|
morgan: ^1.9.1
|
||||||
@@ -5693,8 +5692,6 @@ __metadata:
|
|||||||
typescript: ^4.4.4
|
typescript: ^4.4.4
|
||||||
uuid: ^9.0.0
|
uuid: ^9.0.0
|
||||||
zod: 3.22.4
|
zod: 3.22.4
|
||||||
peerDependencies:
|
|
||||||
medusa-interfaces: ^1.3.7
|
|
||||||
bin:
|
bin:
|
||||||
medusa: ./cli.js
|
medusa: ./cli.js
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
@@ -20250,7 +20247,6 @@ __metadata:
|
|||||||
form-data: ^4.0.0
|
form-data: ^4.0.0
|
||||||
jest: ^26.6.3
|
jest: ^26.6.3
|
||||||
jest-environment-node: 26.6.2
|
jest-environment-node: 26.6.2
|
||||||
medusa-interfaces: "workspace:*"
|
|
||||||
pg: ^8.11.0
|
pg: ^8.11.0
|
||||||
typeorm: ^0.3.16
|
typeorm: ^0.3.16
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
@@ -20290,7 +20286,6 @@ __metadata:
|
|||||||
faker: ^5.5.3
|
faker: ^5.5.3
|
||||||
jest: ^26.6.3
|
jest: ^26.6.3
|
||||||
jest-environment-node: 26.6.2
|
jest-environment-node: 26.6.2
|
||||||
medusa-interfaces: "workspace:*"
|
|
||||||
medusa-test-utils: "workspace:*"
|
medusa-test-utils: "workspace:*"
|
||||||
pg: ^8.11.0
|
pg: ^8.11.0
|
||||||
typeorm: ^0.3.16
|
typeorm: ^0.3.16
|
||||||
@@ -24207,7 +24202,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"medusa-core-utils@^1.2.0, medusa-core-utils@^1.2.1, medusa-core-utils@^1.2.2, medusa-core-utils@workspace:packages/medusa-core-utils":
|
"medusa-core-utils@^1.2.0, medusa-core-utils@^1.2.2, medusa-core-utils@workspace:packages/medusa-core-utils":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "medusa-core-utils@workspace:packages/medusa-core-utils"
|
resolution: "medusa-core-utils@workspace:packages/medusa-core-utils"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -24246,28 +24241,6 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"medusa-interfaces@^1.3.9, medusa-interfaces@workspace:*, medusa-interfaces@workspace:packages/medusa-interfaces":
|
|
||||||
version: 0.0.0-use.local
|
|
||||||
resolution: "medusa-interfaces@workspace:packages/medusa-interfaces"
|
|
||||||
dependencies:
|
|
||||||
"@babel/cli": ^7.7.5
|
|
||||||
"@babel/core": ^7.7.5
|
|
||||||
"@babel/plugin-proposal-class-properties": ^7.7.4
|
|
||||||
"@babel/plugin-transform-classes": ^7.9.5
|
|
||||||
"@babel/plugin-transform-instanceof": ^7.8.3
|
|
||||||
"@babel/plugin-transform-runtime": ^7.7.6
|
|
||||||
"@babel/preset-env": ^7.7.5
|
|
||||||
"@babel/preset-typescript": ^7.13.0
|
|
||||||
"@babel/runtime": ^7.9.6
|
|
||||||
cross-env: ^5.2.1
|
|
||||||
jest: ^25.5.4
|
|
||||||
medusa-core-utils: ^1.2.1
|
|
||||||
medusa-test-utils: ^1.1.42
|
|
||||||
rimraf: ^5.0.1
|
|
||||||
typescript: ^4.4.4
|
|
||||||
languageName: unknown
|
|
||||||
linkType: soft
|
|
||||||
|
|
||||||
"medusa-react@npm:latest":
|
"medusa-react@npm:latest":
|
||||||
version: 9.0.17
|
version: 9.0.17
|
||||||
resolution: "medusa-react@npm:9.0.17"
|
resolution: "medusa-react@npm:9.0.17"
|
||||||
|
|||||||
Reference in New Issue
Block a user