@mybricks/sdk-for-app
Advanced tools
Comparing version 0.0.47 to 0.0.49
{ | ||
"name": "@mybricks/sdk-for-app", | ||
"version": "0.0.47", | ||
"version": "0.0.49", | ||
"description": "SDK for application UI", | ||
@@ -5,0 +5,0 @@ "main": "index.min.js", |
@@ -13,6 +13,6 @@ import axios from 'axios'; | ||
} else { | ||
reject('保存失败'); | ||
reject('发布失败'); | ||
} | ||
}).catch(e => { | ||
reject('保存失败' + e.message); | ||
reject('发布失败' + e.message); | ||
}) | ||
@@ -19,0 +19,0 @@ }) |
Sorry, the diff of this file is not supported yet
83751