medusa-fulfillment-manual
Advanced tools
Comparing version 1.1.37 to 1.1.38-beta-20230618193938
# Change Log | ||
## 1.1.38-beta-20230618193938 | ||
### Patch Changes | ||
- [#4221](https://github.com/medusajs/medusa/pull/4221) [`109096465`](https://github.com/medusajs/medusa/commit/109096465dacdc5879a816a56ef4f2d7a9927e1a) Thanks [@josipmatichr](https://github.com/josipmatichr)! - fix(medusa-fulfillment-manual): Missing retrieveDocuments override | ||
## 1.1.37 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "medusa-fulfillment-manual", | ||
"version": "1.1.37", | ||
"version": "1.1.38-beta-20230618193938", | ||
"description": "A manual fulfillment provider for Medusa", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -100,2 +100,7 @@ "use strict"; | ||
} | ||
}, { | ||
key: "retrieveDocuments", | ||
value: function retrieveDocuments() { | ||
return Promise.resolve([]); | ||
} | ||
}]); | ||
@@ -102,0 +107,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20019
95
2