@nodescript/cli
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -34,6 +34,2 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
} | ||
moduleSpec.attributes = { | ||
...moduleSpec.attributes, | ||
sourceUrl: sourceUrl.replace(/\{file\}/ig, file), | ||
}; | ||
await this.api.publishEsm({ | ||
@@ -44,2 +40,3 @@ workspaceId: this.config.options.workspaceId, | ||
channel, | ||
sourceUrl: sourceUrl.replace(/\{file\}/ig, file), | ||
}); | ||
@@ -46,0 +43,0 @@ console.info(' ', chalk.yellow(file)); |
{ | ||
"name": "@nodescript/cli", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "NodeScript CLI", |
Sorry, the diff of this file is not supported yet
32879
483