Skip to content

Commit

Permalink
fix(deps): update gapic-tools and gax for new proto (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Jan 18, 2024
1 parent 8da1195 commit eeb8851
Show file tree
Hide file tree
Showing 44 changed files with 728 additions and 498 deletions.
4 changes: 2 additions & 2 deletions baselines/asset-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
Expand All @@ -75,7 +75,7 @@
"@types/sinon": "^10.0.20",
"babel-plugin-replace-import-extension": "^1.1.4",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "^5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-region-tag": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.20",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/bigquery-storage-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
Expand All @@ -75,7 +75,7 @@
"@types/sinon": "^10.0.20",
"babel-plugin-replace-import-extension": "^1.1.4",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "^5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-region-tag": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/bigquery-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.20",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/compute-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
Expand All @@ -76,7 +76,7 @@
"@types/sinon": "^10.0.20",
"babel-plugin-replace-import-extension": "^1.1.4",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "^5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-region-tag": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.20",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/deprecatedtest-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
Expand All @@ -75,7 +75,7 @@
"@types/sinon": "^10.0.20",
"babel-plugin-replace-import-extension": "^1.1.4",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "^5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-region-tag": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/deprecatedtest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.20",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/disable-packing-test-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
Expand All @@ -80,7 +80,7 @@
"@types/sinon": "^10.0.20",
"babel-plugin-replace-import-extension": "^1.1.4",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "^5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-region-tag": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/disable-packing-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.20",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/dlp-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
Expand All @@ -75,7 +75,7 @@
"@types/sinon": "^10.0.20",
"babel-plugin-replace-import-extension": "^1.1.4",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "^5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-region-tag": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/dlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.20",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/kms-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
Expand All @@ -75,7 +75,7 @@
"@types/sinon": "^10.0.20",
"babel-plugin-replace-import-extension": "^1.1.4",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "^5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-region-tag": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.20",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/logging-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
Expand All @@ -77,7 +77,7 @@
"@types/sinon": "^10.0.20",
"babel-plugin-replace-import-extension": "^1.1.4",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "^5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-region-tag": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.20",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/monitoring-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
Expand All @@ -80,7 +80,7 @@
"@types/sinon": "^10.0.20",
"babel-plugin-replace-import-extension": "^1.1.4",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "^5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-region-tag": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.20",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/naming-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
Expand All @@ -75,7 +75,7 @@
"@types/sinon": "^10.0.20",
"babel-plugin-replace-import-extension": "^1.1.4",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "^5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-region-tag": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions baselines/naming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-gax": "^4.0.5"
"google-gax": "^4.1.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.18",
"@types/sinon": "^10.0.20",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gapic-tools": "^0.3.0",
"gts": "5.2.0",
"jsdoc": "^4.0.2",
"jsdoc-fresh": "^3.0.0",
Expand Down
Loading

0 comments on commit eeb8851

Please sign in to comment.