npq 3.2.0 → 3.2.1
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.
|
@@ -30,6 +30,8 @@ class Marshall extends BaseMarshall {
|
|
|
30
30
|
* @returns
|
|
31
31
|
*/
|
|
32
32
|
async validate(pkg) {
|
|
33
|
+
// @TODO move some of these utility functions about first package vesion
|
|
34
|
+
// published, date diff, etc into the package repo utils
|
|
33
35
|
const pakument = await this.packageRepoUtils.getPackageInfo(pkg.packageName)
|
|
34
36
|
|
|
35
37
|
// @TODO fix to work for both explicit versions (1.0.0) and also
|