Skip to content

Commit

Permalink
Bump for 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GogoVega committed Aug 10, 2024
1 parent a706fe4 commit ad4b29a
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 63 deletions.
156 changes: 99 additions & 57 deletions package-lock.json

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

13 changes: 7 additions & 6 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-beta.2",
"version": "0.0.1",
"description": "Node-RED config node to communicate with Google Firebase",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand All @@ -21,6 +21,7 @@
"config",
"database",
"firebase",
"firestore",
"node-red",
"realtime"
],
Expand All @@ -41,11 +42,11 @@
"version": ">=1.3.7"
},
"dependencies": {
"@firebase/app": "0.10.6",
"@firebase/auth": "1.7.5",
"@firebase/database": "1.0.6",
"@firebase/firestore": "4.6.4",
"firebase-admin": "^12.2.0",
"@firebase/app": "0.10.8",
"@firebase/auth": "1.7.6",
"@firebase/database": "1.0.7",
"@firebase/firestore": "4.6.5",
"firebase-admin": "^12.3.1",
"tiny-typed-emitter": "^2.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit ad4b29a

Please sign in to comment.