@lazycatcloud/lzc-cli 1.2.51 → 1.2.52

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/changelog.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.2.52
2
+
3
+ 1. appstore api 变更
4
+
1
5
  # 1.2.51
2
6
 
3
7
  1. 添加 lzc-cli 版本信息到缓存 hash 中,当 lzc-cli 升级后,devshell 需要重新部署
@@ -68,7 +68,7 @@ export function appstoreCommand(program) {
68
68
  command: "copy-image <imageName>",
69
69
  desc: "复制镜像至懒猫微服官方源",
70
70
  handler: async ({ imageName }) => {
71
- const baseUrl = "https://developer.lazycat.cloud/api/v2/developer"
71
+ const baseUrl = "https://appstore.api.lazycat.cloud/api/v2/developer"
72
72
  logger.info(
73
73
  `Waiting ... ( copy ${imageName} to lazycat offical registry)`
74
74
  )
@@ -131,7 +131,7 @@ async function askWhetherCreateLPK(baseUrl, manifest) {
131
131
  }
132
132
 
133
133
  export class Publish {
134
- constructor(baseUrl = "https://developer.lazycat.cloud/api/v2/developer") {
134
+ constructor(baseUrl = "https://appstore.api.lazycat.cloud/api/v2/developer") {
135
135
  this.baseUrl = baseUrl
136
136
  }
137
137
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lazycatcloud/lzc-cli",
3
- "version": "1.2.51",
3
+ "version": "1.2.52",
4
4
  "description": "lazycat cloud developer kit",
5
5
  "scripts": {
6
6
  "prepublishOnly": "node check-changelog.js"