@nodescript/cli
Advanced tools
Comparing version 0.5.1 to 0.6.0
@@ -13,3 +13,4 @@ import { Schema } from 'airtight'; | ||
apiToken: string; | ||
workspaceId: string; | ||
} | ||
export declare const CliOptionsSchema: Schema<CliOptions>; |
@@ -20,4 +20,5 @@ import { Schema } from 'airtight'; | ||
apiToken: { type: 'string' }, | ||
workspaceId: { type: 'string' }, | ||
} | ||
}); | ||
//# sourceMappingURL=options.js.map |
@@ -34,2 +34,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
await this.api.publishEsm({ | ||
workspaceId: this.config.options.workspaceId, | ||
moduleSpec, | ||
@@ -36,0 +37,0 @@ computeCode, |
{ | ||
"name": "@nodescript/cli", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"type": "module", | ||
@@ -34,3 +34,3 @@ "description": "NodeScript CLI", | ||
"dependencies": { | ||
"@nodescript/core": "^3.8.0", | ||
"@nodescript/core": "^4.4.0", | ||
"@nodescript/logger": "^1.4.1", | ||
@@ -37,0 +37,0 @@ "@types/glob": "^7.2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
33446
491
+ Added@nodescript/core@4.7.0(transitive)
+ Added@nodescript/pointer@1.8.0(transitive)
- Removed@nodescript/core@3.9.0(transitive)
Updated@nodescript/core@^4.4.0