automation-lib 4.7.10 → 4.7.12

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/commit.bat CHANGED
@@ -35,7 +35,7 @@ git add .
35
35
  git commit -m "update: Son update code"
36
36
 
37
37
  :: Push changes to the 'main' branch of the 'cp' remote
38
- git pull origin main
39
- git push origin main
38
+ git pull hs main
39
+ git push hs main
40
40
 
41
41
 
package/dist/index.js CHANGED
@@ -75,7 +75,6 @@ var CONST_API_CONTROLLERS = {
75
75
  IS_RUNNING: "is-running",
76
76
  SEND_MESSAGE_LARK: "send-message-lark",
77
77
  TRACKING_SCRIPTS_EXECUTED: "tracking-scripts-executed"
78
- // Tracking
79
78
  },
80
79
  INSTAGRAM: {
81
80
  POST_NEWS: "post-news-instagram",
package/dist/index.mjs CHANGED
@@ -52,7 +52,6 @@ var CONST_API_CONTROLLERS = {
52
52
  IS_RUNNING: "is-running",
53
53
  SEND_MESSAGE_LARK: "send-message-lark",
54
54
  TRACKING_SCRIPTS_EXECUTED: "tracking-scripts-executed"
55
- // Tracking
56
55
  },
57
56
  INSTAGRAM: {
58
57
  POST_NEWS: "post-news-instagram",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.7.10",
3
+ "version": "4.7.12",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",