redskillhub-upload 1.0.0-alpha.3 → 1.0.0-alpha.4

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.
Files changed (2) hide show
  1. package/cli/config.mjs +1 -1
  2. package/package.json +1 -1
package/cli/config.mjs CHANGED
@@ -2,7 +2,7 @@ import os from 'node:os';
2
2
  import path from 'node:path';
3
3
 
4
4
  export const DEFAULT_API_BASE = 'https://edith.xiaohongshu.com';
5
- export const BETA_API_BASE = 'https://edith.beta.xiaohongshu.com';
5
+ export const BETA_API_BASE = 'https://edith-redskill.sl.beta.xiaohongshu.com';
6
6
  export const DEFAULT_OAS_BASE = 'https://openaccount.xiaohongshu.com';
7
7
  export const DEFAULT_APP_ID = 'xhsyfHfmZQAQ24o';
8
8
  export const DEFAULT_APP_SECRET = 'skHlFZ8BTk2bVmsSt1aYjv1NxcJjuOwhSev4oraniDa6eyn8L9oqBWvCtsEBnmCmWG';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redskillhub-upload",
3
- "version": "1.0.0-alpha.3",
3
+ "version": "1.0.0-alpha.4",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",