@doufunao123/asset-gateway 0.18.0 → 0.18.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 CHANGED
@@ -40,7 +40,7 @@ Config file format:
40
40
  ```json
41
41
  {
42
42
  "token": "agk_...",
43
- "gateway_url": "https://upload.xiaomao.chat"
43
+ "gateway_url": "https://asset.origingame.dev"
44
44
  }
45
45
  ```
46
46
 
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.14.1";
73
+ var CLI_VERSION = "0.18.1";
74
74
  var CLI_DESCRIPTION = "Universal asset generation gateway CLI";
75
- var DEFAULT_GATEWAY_URL = "https://upload.xiaomao.chat";
75
+ var DEFAULT_GATEWAY_URL = "https://asset.origingame.dev";
76
76
 
77
77
  // src/config.ts
78
78
  function configDir() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doufunao123/asset-gateway",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "description": "Universal asset generation gateway CLI",
5
5
  "type": "module",
6
6
  "bin": {