Skip to content

Commit ac0fbb6

Browse files
authored
fix: Revert "fix: Do not publish the protos to npm" (#8096)
## Description Before we merge this PR, let's make sure fewer files are generated. ## Impact Reverses a change that excludes too many files, some of which may be necessary for the client library.
1 parent 939d18d commit ac0fbb6

223 files changed

Lines changed: 315 additions & 92 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/google-ads-admanager/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"author": "Google LLC",
1212
"main": "build/src/index.js",
1313
"files": [
14-
"build/src"
14+
"build/src",
15+
"build/protos"
1516
],
1617
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-ads-admanager",
1718
"keywords": [

packages/google-ads-datamanager/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"author": "Google LLC",
1212
"main": "build/src/index.js",
1313
"files": [
14-
"build/src"
14+
"build/src",
15+
"build/protos"
1516
],
1617
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-ads-datamanager",
1718
"keywords": [

packages/google-ai-generativelanguage/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"author": "Google LLC",
1212
"main": "build/src/index.js",
1313
"files": [
14-
"build/src"
14+
"build/src",
15+
"build/protos"
1516
],
1617
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-ai-generativelanguage",
1718
"keywords": [

packages/google-analytics-admin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"main": "build/src/index.js",
1313
"files": [
1414
"build/src",
15+
"build/protos",
1516
"!build/src/**/*.map"
1617
],
1718
"keywords": [

packages/google-analytics-data/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"main": "build/src/index.js",
1313
"files": [
1414
"build/src",
15+
"build/protos",
1516
"!build/src/**/*.map"
1617
],
1718
"keywords": [

packages/google-api-apikeys/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"main": "build/src/index.js",
1414
"files": [
1515
"build/src",
16+
"build/protos",
1617
"!build/src/**/*.map"
1718
],
1819
"keywords": [

packages/google-api-cloudquotas/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"author": "Google LLC",
1212
"main": "build/src/index.js",
1313
"files": [
14-
"build/src"
14+
"build/src",
15+
"build/protos"
1516
],
1617
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-api-cloudquotas",
1718
"keywords": [

packages/google-api-servicecontrol/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"main": "build/src/index.js",
1313
"files": [
1414
"build/src",
15+
"build/protos",
1516
"!build/src/**/*.map"
1617
],
1718
"keywords": [

packages/google-api-servicemanagement/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"main": "build/src/index.js",
1313
"files": [
1414
"build/src",
15+
"build/protos",
1516
"!build/src/**/*.map"
1617
],
1718
"keywords": [

packages/google-api-serviceusage/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"main": "build/src/index.js",
1313
"files": [
1414
"build/src",
15+
"build/protos",
1516
"!build/src/**/*.map"
1617
],
1718
"keywords": [

0 commit comments

Comments
 (0)