@manojkmfsi/monodog 1.1.47 → 1.1.48

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.
@@ -209,7 +209,6 @@ class NpmPublishService {
209
209
  // _rev: '',
210
210
  // dependencies: {},
211
211
  // };
212
- console.log('Prepared document for npm registry:', doc, registry, packageName, npmToken);
213
212
  const encodedName = packageName.replace('/', '%2f');
214
213
  // Publish via npm registry REST API
215
214
  const response = await fetch(`${registry}/${encodedName}`, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manojkmfsi/monodog",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "description": "App for monodog monorepo",
5
5
  "license": "MIT",
6
6
  "author": "Mindfiredigital",
Binary file