@o861runners/nmp 1.260130.12200 → 1.260130.12206

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": "@o861runners/nmp",
3
- "version": "1.260130.12200",
3
+ "version": "1.260130.12206",
4
4
  "description": "CLI tool to build, pack and publish NPM packages to multiple registries with auto-versioning",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -105,8 +105,6 @@ export class Publisher {
105
105
  // Update version
106
106
  registryPkg.version = newVersion;
107
107
 
108
- console.log(JSON.stringify({ registry, originalPkg, registryPkg }, null, 2));
109
-
110
108
  // Update package name based on registry config
111
109
  if (registry.config.scope) {
112
110
  // Remove existing scope if any