Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion kits/bigquery-firestore-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
},
"overrides": {
"uuid@9.0.1": "11.1.1"
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
Comment on lines +43 to 45

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This package.json is missing the "private": false field, which is inconsistent with the other kits and the PR description.

  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://wombat-dressing-room.appspot.com"
  }

}
}
6 changes: 5 additions & 1 deletion kits/delete-user-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@
"devDependencies": {
"@types/lodash.chunk": "^4.2.7",
"@types/node-fetch": "^2.6.2"
},
"private": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
6 changes: 5 additions & 1 deletion kits/firestore-bigquery-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@
"devDependencies": {
"@types/lodash": "^4.17.0",
"vitest": "^3.2.4"
},
"private": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
6 changes: 5 additions & 1 deletion kits/firestore-bundle-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@
},
"devDependencies": {
"vitest": "^4.1.10"
},
"private": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
6 changes: 5 additions & 1 deletion kits/firestore-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@
},
"devDependencies": {
"@types/deep-equal": "^1.0.1"
},
"private": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
6 changes: 5 additions & 1 deletion kits/firestore-genai-chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@
},
"devDependencies": {
"vitest": "^4.1.10"
},
"private": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
7 changes: 5 additions & 2 deletions kits/firestore-incremental-capture/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@firebase-function-kits/firestore-incremental-capture",
"version": "0.0.0",
"private": true,
"private": false,
"description": "Incremental point-in-time capture of Firestore changes",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand All @@ -23,5 +23,8 @@
"build": "tsc -b",
"clean": "tsc -b --clean",
"test": "echo \"Warning: tests are not implemented for this package\""
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
6 changes: 5 additions & 1 deletion kits/firestore-send-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@
},
"devDependencies": {
"vitest": "^4.1.10"
},
"private": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
6 changes: 5 additions & 1 deletion kits/firestore-translate-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@
"firebase-admin": "^14.1.0",
"firebase-functions": "7.3.2",
"genkit": "^1.31.0"
},
"private": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
6 changes: 5 additions & 1 deletion kits/firestore-vector-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@
"genkit": "^1.27.0",
"openai": "^4.20.1",
"zod": "^3.22.4"
},
"private": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
6 changes: 5 additions & 1 deletion kits/rtdb-limit-child-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@
},
"devDependencies": {
"vitest": "^4.1.10"
},
"private": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
6 changes: 5 additions & 1 deletion kits/speech-to-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.27",
"vitest": "^4.1.10"
},
"private": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
6 changes: 5 additions & 1 deletion kits/storage-resize-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@
"p-queue": "^6.6.2",
"sharp": "^0.34.5",
"uuid": "^11.0.5"
},
"private": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
Loading