lincd-cli 0.2.75 → 0.2.76

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.
@@ -1304,7 +1304,7 @@ var buildUpdated = function (back, target, target2, useGitForLastModified = fals
1304
1304
  packagesLeft = packagesLeft - packageGroup.length;
1305
1305
  return (pkg) => __awaiter(this, void 0, void 0, function* () {
1306
1306
  // debugInfo('# Checking package ' + pkg.packageName);
1307
- let needRebuild = yield (0, utils_1.needsRebuilding)(pkg, useGitForLastModified, true);
1307
+ let needRebuild = yield (0, utils_1.needsRebuilding)(pkg, useGitForLastModified);
1308
1308
  if (pkg.packageName === 'lincd-jsonld' && jsonldPkgUpdated) {
1309
1309
  needRebuild = true;
1310
1310
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lincd-cli",
3
- "version": "0.2.75",
3
+ "version": "0.2.76",
4
4
  "description": "Command line tools for the lincd.js library",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {