backend-manager 3.2.167 → 3.2.169
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/README.md +6 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://
|
|
2
|
+
<a href="https://itwcreativeworks.com">
|
|
3
3
|
<img src="https://cdn.itwcreativeworks.com/assets/itw-creative-works/images/logo/itw-creative-works-brandmark-black-x.svg" width="100px">
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
<strong>Backend Manager</strong> is an NPM module for Firebase developers that instantly implements powerful backend features. Be sure to look at which functions it exposes before using it!
|
|
25
25
|
</p>
|
|
26
26
|
|
|
27
|
-
## Install
|
|
27
|
+
## 📦 Install Backend Manager
|
|
28
28
|
<!-- First, install the global command line utility with npm: -->
|
|
29
29
|
First, install the package via npm:
|
|
30
30
|
```shell
|
|
31
31
|
npm i backend-manager
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
## Features
|
|
34
|
+
## 🦄 Features
|
|
35
35
|
* Automatically create and deploy powerful management and marketing functions
|
|
36
36
|
* Automatically keep your Firebase dependencies up to date
|
|
37
37
|
|
|
38
|
-
## Example Setup
|
|
38
|
+
## 📘 Example Setup
|
|
39
39
|
After installing via npm, simply paste this script in your Firebase `functions/index.js` file.
|
|
40
40
|
```js
|
|
41
41
|
// In your functions/index.js file
|
|
@@ -70,10 +70,10 @@ Note: you may have to run cli commands with `npx bm <command>` if you install th
|
|
|
70
70
|
* `npx bm clean:npm`: Delete, clean, and reinstall npm modules.
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
## Final Words
|
|
73
|
+
## 🗨️ Final Words
|
|
74
74
|
If you are still having difficulty, we would love for you to post a question to [the Backend Manager issues page](https://github.com/itw-creative-works/backend-manager/issues). It is much easier to answer questions that include your code and relevant files! So if you can provide them, we'd be extremely grateful (and more likely to help you find the answer!)
|
|
75
75
|
|
|
76
|
-
## Projects Using this Library
|
|
76
|
+
## 📚 Projects Using this Library
|
|
77
77
|
[Somiibo](https://somiibo.com/): A Social Media Bot with an open-source module library. <br>
|
|
78
78
|
[JekyllUp](https://jekyllup.com/): A website devoted to sharing the best Jekyll themes. <br>
|
|
79
79
|
[Slapform](https://slapform.com/): A backend processor for your HTML forms on static sites. <br>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backend-manager",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.169",
|
|
4
4
|
"description": "Quick tools for developing Firebase functions",
|
|
5
5
|
"main": "src/manager/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"node-fetch": "^2.7.0",
|
|
65
65
|
"node-powertools": "^1.4.3",
|
|
66
66
|
"npm-api": "^1.0.1",
|
|
67
|
-
"paypal-server-api": "^2.0.
|
|
67
|
+
"paypal-server-api": "^2.0.12",
|
|
68
68
|
"pushid": "^1.0.0",
|
|
69
69
|
"resolve-account": "^1.0.24",
|
|
70
70
|
"semver": "^7.6.2",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"uid-generator": "^2.0.0",
|
|
74
74
|
"ultimate-jekyll-poster": "^1.0.2",
|
|
75
75
|
"uuid": "^9.0.1",
|
|
76
|
-
"wonderful-fetch": "^1.1.
|
|
76
|
+
"wonderful-fetch": "^1.1.11",
|
|
77
77
|
"wonderful-log": "^1.0.6",
|
|
78
78
|
"yargs": "^17.7.2"
|
|
79
79
|
}
|