@doufunao123/asset-gateway 0.8.0 → 0.8.1
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.
- package/README.md +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -70,9 +70,9 @@ function normalizeError(error2) {
|
|
|
70
70
|
|
|
71
71
|
// src/meta.ts
|
|
72
72
|
var CLI_NAME = "asset-gateway";
|
|
73
|
-
var CLI_VERSION = "0.8.
|
|
73
|
+
var CLI_VERSION = "0.8.1";
|
|
74
74
|
var CLI_DESCRIPTION = "Universal asset generation gateway CLI";
|
|
75
|
-
var DEFAULT_GATEWAY_URL = "https://
|
|
75
|
+
var DEFAULT_GATEWAY_URL = "https://upload.xiaomao.chat";
|
|
76
76
|
|
|
77
77
|
// src/config.ts
|
|
78
78
|
function configDir() {
|