@aks-dev/easyui 1.0.159 → 1.0.162

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/i.sh +10 -1
  2. package/package.json +1 -1
package/i.sh CHANGED
@@ -3,12 +3,21 @@
3
3
  # @Author: shiguo
4
4
  # @Date: 2022-09-26 17:09:38
5
5
  # @LastEditors: shiguo
6
- # @LastEditTime: 2023-09-15 17:02:46
6
+ # @LastEditTime: 2023-09-15 17:15:13
7
7
  # @FilePath: /@aks-dev/easyui/i.sh
8
8
  ###
9
+ # echo "Shell 传递参数实例!";
10
+ # echo "执行的文件名:$0";
11
+ # echo "第一个参数为:$1";
12
+ # echo "第二个参数为:$2";
13
+ # echo "第三个参数为:$3";
14
+ # ./i.sh 测试更新注视
15
+
9
16
 
10
17
  #chmod u+x *.sh
11
18
  git add .
12
19
  git commit -m $1
20
+ # git push origin master
21
+ git push --force origin master
13
22
  npm version patch
14
23
  npm publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.0.159",
3
+ "version": "1.0.162",
4
4
  "description": "工具箱",
5
5
  "main": "./src/index.ts",
6
6
  "typings": "./src/index.d.ts",