Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicbartl committed Jan 15, 2024
1 parent fcbc12a commit f859776
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestore-storage-core",
"version": "7.0.0",
"version": "7.0.1",
"description": "Core classes, types and utilities for firestore-storage",
"license": "MIT",
"main": "dist/cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestore-storage",
"version": "7.0.0",
"version": "7.0.1",
"description": "A typed wrapper around Firestore including a query-builder and an in-memory implementation for testing",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@firebase/rules-unit-testing": "^2.0.7",
"@types/mocha": "^9.0.0",
"@types/node": "^14.11.8",
"firestore-storage-core": "^7.0.0",
"firestore-storage-core": "^7.0.1",
"mocha": "^9.1.3",
"node-env-file": "^0.1.8",
"should": "^13.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/function-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestore-function-utils",
"version": "2.0.7",
"version": "2.0.8",
"description": "Utility functions for writing Cloud Functions with Firestore",
"files": [
"dist/lib",
Expand All @@ -25,7 +25,7 @@
"firebase-admin": "^11.8.0",
"firebase-functions": "^4.4.0",
"firebase-functions-test": "^3.1.0",
"firestore-storage-core": "^7.0.0",
"firestore-storage-core": "^7.0.1",
"mocha": "^9.1.3",
"should": "^13.2.3",
"ts-node": "^10.4.0",
Expand Down

0 comments on commit f859776

Please sign in to comment.