@lark-apaas/openclaw-dev-cli 0.1.10 → 0.1.11

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7631,7 +7631,7 @@ var deployCommand = {
7631
7631
  const preUploadResult = await preUploadStatic(meta.appId, bucketId);
7632
7632
  console.log(`Static prefix: ${preUploadResult.downloadURLPrefix}`);
7633
7633
  if (!options.skipBuild) {
7634
- const cdnBase = artifactCredential.path_prefixes?.resource_cdn_path || CDN_BASE_URL;
7634
+ const cdnBase = artifactCredential.pathPrefixes?.resource_cdn_path || CDN_BASE_URL;
7635
7635
  const cdnDomain = `${cdnBase.replace(/\/+$/, "")}/${meta.appId}/${publishResult.version}/client/`;
7636
7636
  const buildEnv = {
7637
7637
  ...process.env,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/openclaw-dev-cli",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "CLI tool for OpenClaw development",
5
5
  "main": "dist/index.js",
6
6
  "bin": {