ares-ssh-deploy 1.0.0 → 1.0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # ares-ssh-deploy
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - update
8
+
3
9
  ## 1.0.0
4
10
 
5
11
  ### Major Changes
package/README.md CHANGED
@@ -144,7 +144,7 @@ PROJECT_DIR=C:\\workspace\\webstormProjects\\test\\
144
144
  LOCAL_DEPLOY_DIR=C:\\deploy_static\\deploy-tool-test\\
145
145
 
146
146
  # 本地下载目录
147
- LOCAL_DOWNLOAD_DIR=C:\\Users\\ares wei\\Downloads\\deploy-tool-test\\
147
+ LOCAL_DOWNLOAD_DIR=C:\\Users\\ares\\Downloads\\deploy-tool-test\\
148
148
 
149
149
  # 堡垒机SSH配置
150
150
  BASTION_SSH_HOST=bastion-host.com
@@ -190,7 +190,7 @@ PROJECT_DIR=C:\\workspace\\webstormProjects\\test\\
190
190
  LOCAL_DEPLOY_DIR=C:\\deploy_static\\deploy-tool-test\\
191
191
 
192
192
  # 本地下载目录
193
- LOCAL_DOWNLOAD_DIR=C:\\Users\\ares wei\\Downloads\\deploy-tool-test\\
193
+ LOCAL_DOWNLOAD_DIR=C:\\Users\\ares\\Downloads\\deploy-tool-test\\
194
194
 
195
195
  # 目标SSH配置
196
196
  TARGET_SSH_HOST=192.168.1.158
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ares-ssh-deploy",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "ssh deploy tools",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -27,5 +27,10 @@
27
27
  "lodash-es": "^4.17.21",
28
28
  "log4js": "^6.9.1",
29
29
  "node-ssh": "^13.2.1"
30
+ },
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "https://github.com/fangrentian/ares-tools.git",
34
+ "directory": "packages/ssh-deploy"
30
35
  }
31
36
  }