Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicbartl committed Nov 2, 2023
1 parent c32e4ff commit ce37129
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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": "6.0.10",
"version": "6.0.11",
"description": "Core classes, types and utilities for firestore-storage",
"license": "MIT",
"main": "dist/lib/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": "6.1.7",
"version": "6.2.0",
"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": "^6.0.10",
"firestore-storage-core": "^6.0.11",
"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.5",
"version": "2.0.6",
"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": "^6.0.10",
"firestore-storage-core": "^6.0.11",
"mocha": "^9.1.3",
"should": "^13.2.3",
"ts-node": "^10.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestore-indexes",
"version": "3.0.1",
"version": "3.0.2",
"description": "Manage and generate Firestore indexes using typescript",
"files": [
"bin",
Expand Down

0 comments on commit ce37129

Please sign in to comment.