@digshare/script
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -28,3 +28,3 @@ "use strict"; | ||
async updateStorage(storage) { | ||
await this.call('/channel-script/set-storage', { | ||
await this.call('/channel-script/update-storage', { | ||
storage, | ||
@@ -31,0 +31,0 @@ }); |
{ | ||
"name": "@digshare/script", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Chengdu Mufan Technology Co., Ltd.", |
@@ -24,3 +24,3 @@ import {serialize} from 'bson'; | ||
async updateStorage(storage: Partial<TData>): Promise<void> { | ||
await this.call('/channel-script/set-storage', { | ||
await this.call('/channel-script/update-storage', { | ||
storage, | ||
@@ -27,0 +27,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
70602