smoonb 0.0.1 → 0.0.2
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -202,7 +202,7 @@ Encontrou um bug? [Abra uma issue](https://github.com/almmello/smoonb/issues) co
|
|
|
202
202
|
|
|
203
203
|
Se este projeto te ajudou e você gostaria de apoiar o desenvolvimento:
|
|
204
204
|
|
|
205
|
-
- ☕ **Compre um café**: [Link de pagamento](https://
|
|
205
|
+
- ☕ **Compre um café**: [Link de pagamento](https://buy.stripe.com/aFadR99XtbTNb18egpbfO02)
|
|
206
206
|
- ⭐ **Dê uma estrela** no GitHub
|
|
207
207
|
- 🐛 **Reporte bugs** e contribua com melhorias
|
|
208
208
|
- 📢 **Compartilhe** com outros desenvolvedores
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "smoonb",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Complete Supabase backup and migration tool - EXPERIMENTAL VERSION - USE AT YOUR OWN RISK",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
7
|
-
"smoonb": "
|
|
7
|
+
"smoonb": "bin/smoonb.js"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"type": "commonjs",
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|
|
37
|
-
"url": "https://github.com/almmello/smoonb.git"
|
|
37
|
+
"url": "git+https://github.com/almmello/smoonb.git"
|
|
38
38
|
},
|
|
39
39
|
"bugs": {
|
|
40
40
|
"url": "https://github.com/almmello/smoonb/issues"
|