@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
package/prisma/schema/monodog.db
CHANGED
|
Binary file
|