automation-lib 5.5.81 → 5.5.84

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/commit.bat +2 -2
  2. package/package.json +1 -1
package/commit.bat CHANGED
@@ -10,7 +10,7 @@ git commit -m "%commit_message%"
10
10
  sleep 2
11
11
 
12
12
  :: Push changes to the 'main' branch of the 'cp' remote
13
- git pull hs toan
13
+ git pull origin toan
14
14
 
15
15
  :: Read the current version from package.json
16
16
  for /f "tokens=2 delims=:, " %%i in ('findstr "version" package.json') do set currentVersion=%%i
@@ -45,6 +45,6 @@ sleep 1
45
45
  git commit -m "%commit_message%"
46
46
  sleep 2
47
47
 
48
- git push hs toan
48
+ git push origin toan
49
49
 
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.5.81",
3
+ "version": "5.5.84",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",