@thzero/library_client_firebase 0.15.4 → 0.15.5

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/ncupd.sh ADDED
@@ -0,0 +1,4 @@
1
+ #!/bin/bash
2
+
3
+ ncu -u
4
+ npm i
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@thzero/library_client_firebase",
3
- "version": "0.15.4",
3
+ "version": "0.15.5",
4
4
  "version_major": 0,
5
5
  "version_minor": 15,
6
- "version_patch": 4,
7
- "version_date": "12/13/2021",
6
+ "version_patch": 5,
7
+ "version_date": "12/31/2021",
8
8
  "author": "thZero",
9
9
  "license": "MIT",
10
10
  "repository": {
package/push.sh ADDED
@@ -0,0 +1,5 @@
1
+ #!/bin/bash
2
+
3
+ git add .
4
+ git commit -m "$1"
5
+ git push
package/pushnpm.sh ADDED
@@ -0,0 +1,4 @@
1
+ #!/bin/bash
2
+
3
+ source ./ncupd.sh
4
+ source ./pushversion "npm updates"
package/pushversion.bat CHANGED
@@ -1,4 +1,2 @@
1
1
  call npm run cli-update-w -- --silent
2
- call git add .
3
- call git commit -m %1
4
- call git push
2
+ call push %1
package/pushversion.sh ADDED
@@ -0,0 +1,4 @@
1
+ #!/bin/bash
2
+
3
+ npm run cli-update-w -- --silent
4
+ source ./push.sh "%1"
package/version.bat CHANGED
@@ -1 +1 @@
1
- @npm run cli-update
1
+ @npm run cli-update-w
package/version.sh ADDED
@@ -0,0 +1,3 @@
1
+ #!/bin/bash
2
+
3
+ npm run cli-update