@thzero/library_client_firebase 0.15.10 → 0.15.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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@thzero/library_client_firebase",
3
- "version": "0.15.10",
3
+ "version": "0.15.12",
4
4
  "version_major": 0,
5
5
  "version_minor": 15,
6
- "version_patch": 10,
6
+ "version_patch": 12,
7
7
  "version_date": "02/19/2022",
8
8
  "author": "thZero",
9
9
  "license": "MIT",
@@ -26,6 +26,6 @@
26
26
  "@thzero/library_common": "^0.15"
27
27
  },
28
28
  "devDependencies": {
29
- "@thzero/library_cli": "^0.15.4"
29
+ "@thzero/library_cli": "^0.15"
30
30
  }
31
31
  }
package/ncupd.bat DELETED
@@ -1,2 +0,0 @@
1
- call ncu -u
2
- call npm i
package/ncupd.sh DELETED
@@ -1,4 +0,0 @@
1
- #!/bin/bash
2
-
3
- ncu -u
4
- npm i
package/push.sh DELETED
@@ -1,5 +0,0 @@
1
- #!/bin/bash
2
-
3
- git add .
4
- git commit -m "$1"
5
- git push
package/pushnpm.bat DELETED
@@ -1,2 +0,0 @@
1
- call ncupd
2
- call pushversion "npm updates
package/pushnpm.sh DELETED
@@ -1,4 +0,0 @@
1
- #!/bin/bash
2
-
3
- source ./ncupd.sh
4
- source ./pushversion "npm updates"
package/pushversion.bat DELETED
@@ -1,2 +0,0 @@
1
- call npm run cli-update-w -- --silent
2
- call push %1
package/pushversion.sh DELETED
@@ -1,4 +0,0 @@
1
- #!/bin/bash
2
-
3
- npm run cli-update-w -- --silent
4
- source ./push.sh "%1"
package/version.bat DELETED
@@ -1 +0,0 @@
1
- @npm run cli-update-w
package/version.sh DELETED
@@ -1,3 +0,0 @@
1
- #!/bin/bash
2
-
3
- npm run cli-update