npm-pkgbuild 10.20.1 → 10.20.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-pkgbuild",
3
- "version": "10.20.1",
3
+ "version": "10.20.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -136,7 +136,9 @@ export async function* extractFromPackage(options = {}, env = {}) {
136
136
  priority++;
137
137
  }
138
138
 
139
- if (!fullfilled) {
139
+ if (fullfilled) {
140
+ console.log("requirement fullfilled", requires);
141
+ } else {
140
142
  console.log("requirement not fullfilled", requires);
141
143
  continue;
142
144
  }