Skip to content
Merged
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: 3 additions & 2 deletions librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ libraries:
- omit_common_resources: true
path: google/cloud/advisorynotifications/v1
- name: google-cloud-agentidentity
version: 0.1.0
apis:
- path: google/cloud/agentidentity/v1
- path: google/cloud/agentidentity/v1beta
copyright_year: "2026"
version: 0.1.0
- name: google-cloud-agentregistry
version: 0.2.0
apis:
Expand Down Expand Up @@ -971,8 +971,9 @@ libraries:
apis:
- path: google/firestore/v1
- path: google/firestore/admin/v1
- path: google/firestore/v1beta1
copyright_year: "2026"
keep:
- package.json
nodejs:
package_name: '@google-cloud/firestore-api'
metadata_name_override: firestore-api
Expand Down
39 changes: 37 additions & 2 deletions packages/google-cloud-firestore-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,41 @@
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-firestore-admin",
"author": "Google LLC",
"main": "build/src/index.js",
"exports": {
".": {
"types": "./build/src/index.d.ts",
"default": "./build/src/index.js"
},
"./v1": {
"types": "./build/src/v1/index.d.ts",
"default": "./build/src/v1/index.js"
},
"./v1/firestore_client_config.json": "./build/src/v1/firestore_client_config.json",
"./client_v1": {
"types": "./build/src/v1/firestore_client.d.ts",
"default": "./build/src/v1/firestore_client.js"
},
"./admin_v1": {
"types": "./build/src/v1/firestore_admin_client.d.ts",
"default": "./build/src/v1/firestore_admin_client.js"
},
"./protos": {
"types": "./build/protos/protos.d.ts",
"default": "./build/protos/protos.js"
},
"./protos/protos.json": "./build/protos/protos.json",
"./build/protos/protos": {
"types": "./build/protos/protos.d.ts",
"default": "./build/protos/protos.js"
},
"./build/protos/protos.json": "./build/protos/protos.json",
"./build/src/v1": {
"types": "./build/src/v1/index.d.ts",
"default": "./build/src/v1/index.js"
},
"./build/src/v1/firestore_client_config.json": "./build/src/v1/firestore_client_config.json",
"./package.json": "./package.json"
},
Comment thread
quirogas marked this conversation as resolved.
"files": [
"build/src",
"build/protos"
Expand Down Expand Up @@ -40,7 +75,8 @@
"test": "c8 mocha --config ../../.mocharc.cjs build/test"
},
"dependencies": {
"google-gax": "^6.0.0"
"google-gax": "^6.0.0",
"long": "^5.3.2"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
Expand All @@ -52,7 +88,6 @@
"jsdoc": "^4.0.5",
"jsdoc-fresh": "^6.0.0",
"jsdoc-region-tag": "^5.0.0",
"long": "^5.3.2",
"mocha": "^11.7.4",
"pack-n-play": "^5.0.0",
"typescript": "5.8.3",
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading