@normed/bundle 2.0.0 → 2.0.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.
@@ -62174,7 +62174,7 @@ async function readPackageJson(buildConfig) {
62174
62174
  log(`ERROR: Failed to parse package.json`, canRefinePackageJson.getLastError());
62175
62175
  return blank;
62176
62176
  } else {
62177
- log(`PackageData was read, ${packageJsonData}`, packageJson);
62177
+ log(`PackageData was read`);
62178
62178
  }
62179
62179
  return packageJson;
62180
62180
  }
package/bundles/index.js CHANGED
@@ -62180,7 +62180,7 @@ async function readPackageJson(buildConfig) {
62180
62180
  log(`ERROR: Failed to parse package.json`, canRefinePackageJson.getLastError());
62181
62181
  return blank;
62182
62182
  } else {
62183
- log(`PackageData was read, ${packageJsonData}`, packageJson);
62183
+ log(`PackageData was read`);
62184
62184
  }
62185
62185
  return packageJson;
62186
62186
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@normed/bundle",
3
3
  "author": "Normal Gaussian <normed.bundle@normal-gaussian.com>",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "bin": "bundles/bin/cli.js",
6
6
  "main": "bundles/index.js",
7
7
  "scripts": {