automation-lib 5.1.429 → 5.1.431

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 +0 -1
  2. package/package.json +1 -1
package/commit.bat CHANGED
@@ -38,6 +38,5 @@ echo New version: %newVersion%
38
38
  call npm run pub
39
39
 
40
40
  git push hs main
41
- git push evo main
42
41
 
43
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.429",
3
+ "version": "5.1.431",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",