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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npq",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "marshall your npm/npm package installs with high quality and class 🎖",
5
5
  "bin": {
6
6
  "npq": "./bin/npq.js",