@voobase/cli 0.1.0 → 0.1.1-nonprod.2019

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/dist-bundle/index.mjs +72 -69
  2. package/package.json +20 -17
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@voobase/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1-nonprod.2019",
4
4
  "private": false,
5
5
  "platformDistributionProfile": {
6
- "name": "prod",
6
+ "name": "nonprod",
7
7
  "defaults": {
8
- "CONTROL_API_BASE_URL": "https://control.voobase.com",
9
- "PUBLIC_API_BASE_URL": "https://public.voobase.cn",
10
- "RUNTIME_API_BASE_URL": "https://runtime.voobase.cn",
11
- "OIDC_ISSUER": "https://auth.voobase.com/oidc",
8
+ "CONTROL_API_BASE_URL": "https://control.voobase.21epub.com",
9
+ "PUBLIC_API_BASE_URL": "https://public.voobase.21epub.com",
10
+ "RUNTIME_API_BASE_URL": "https://runtime.voobase.21epub.com",
11
+ "OIDC_ISSUER": "https://auth.voobase.21epub.com/oidc",
12
12
  "OIDC_AUDIENCE": "platform",
13
- "AUTH_CLI_CLIENT_ID": "5xgrg033pn9549i1qurd0",
13
+ "AUTH_CLI_CLIENT_ID": "6bhf054sho0etid9nob9h",
14
14
  "AUTH_CLI_REDIRECT_URI": "http://127.0.0.1:7300/callback",
15
- "AUTH_TENANT_CLIENT_ID": "0952620704e70e0f4d50c",
16
- "AUTH_TENANT_REDIRECT_URI": "https://tenant.voobase.com/callback"
15
+ "AUTH_TENANT_CLIENT_ID": "77oz11v81kji9vs1wqred",
16
+ "AUTH_TENANT_REDIRECT_URI": "https://tenant.voobase.21epub.com/callback"
17
17
  }
18
18
  },
19
19
  "type": "module",
@@ -27,10 +27,12 @@
27
27
  "start": "node dist/index.js",
28
28
  "lint": "node -e \"process.exit(0)\"",
29
29
  "typecheck": "corepack pnpm --filter @platform/sdk build && corepack pnpm --filter @platform/capability-auth build && corepack pnpm --filter @platform/capability-cms build && corepack pnpm --filter @platform/capability-data-form build && tsc -p tsconfig.json --noEmit",
30
- "test": "corepack pnpm run build && node --import tsx --test $(find src -name '*.test.ts' -print) && node dist/index.js --help"
30
+ "test": "corepack pnpm run build && node scripts/run-tests.mjs && node dist/index.js --help"
31
31
  },
32
32
  "dependencies": {
33
33
  "@mozilla/readability": "^0.6.0",
34
+ "cross-spawn": "^7.0.6",
35
+ "fflate": "^0.8.2",
34
36
  "jsdom": "^26.1.0",
35
37
  "sanitize-html": "^2.17.0",
36
38
  "turndown": "^7.2.0",
@@ -38,22 +40,23 @@
38
40
  "yaml": "^2.8.2"
39
41
  },
40
42
  "devDependencies": {
41
- "esbuild": "^0.25.11",
43
+ "@types/cross-spawn": "^6.0.6",
42
44
  "@types/jsdom": "^21.1.7",
43
45
  "@types/node": "^22.13.10",
44
46
  "@types/sanitize-html": "^2.16.0",
45
47
  "@types/turndown": "^5.0.5",
46
48
  "@types/ws": "^8.18.1",
49
+ "esbuild": "^0.25.11",
47
50
  "tsx": "^4.19.2",
48
51
  "typescript": "^5.8.2"
49
52
  },
50
53
  "bundleDependencies": [],
51
54
  "platformDistributionBuild": {
52
- "channel": "prod",
53
- "version": "0.1.0",
54
- "sequence": 1900,
55
- "gitSha": "07e9edc",
56
- "fullGitSha": "07e9edc3f59452c5a8361a71f1a660df8a000f55",
57
- "buildId": "0.1.0+07e9edc"
55
+ "channel": "nonprod",
56
+ "version": "0.1.1-nonprod.2019",
57
+ "sequence": 2019,
58
+ "gitSha": "f29e8be",
59
+ "fullGitSha": "f29e8be5925e8401ba16c87f241d68355e4e8b80",
60
+ "buildId": "0.1.1-nonprod.2019+f29e8be"
58
61
  }
59
62
  }