Skip to content

Commit

Permalink
Bump for 0.0.1-beta.1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
GogoVega authored Jul 11, 2024
2 parents 0bc8355 + ff7bdc5 commit 9d882f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Node-RED config node to communicate with Google Firebase

> [!CAUTION]
> Work in progress!!!
> Current State: ALPHA
> Current State: BETA
This repo will be the **future config node** for the following modules:

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gogovega/firebase-config-node",
"version": "0.0.1-alpha.1",
"version": "0.0.1-beta.1",
"description": "Node-RED config node to communicate with Google Firebase",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@firebase/app": "0.10.6",
"@firebase/auth": "1.7.5",
"@firebase/database": "1.0.6",
"@firebase/firestore": "^4.6.4",
"@firebase/firestore": "4.6.4",
"firebase-admin": "^12.2.0",
"tiny-typed-emitter": "^2.1.0"
},
Expand Down

0 comments on commit 9d882f5

Please sign in to comment.