Skip to content

Commit

Permalink
Merge branch 'main' into vertexaisearch
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner authored Oct 5, 2023
2 parents 00818d0 + c014cac commit 22238bc
Show file tree
Hide file tree
Showing 30 changed files with 32 additions and 33 deletions.
2 changes: 1 addition & 1 deletion asset/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@google-cloud/asset": "^5.0.0",
"@google-cloud/bigquery": "^7.0.0",
"@google-cloud/compute": "^3.0.0",
"@google-cloud/compute": "^4.0.0",
"@google-cloud/resource-manager": "^5.0.0",
"@google-cloud/storage": "^7.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion automl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"!test/"
],
"dependencies": {
"@google-cloud/automl": "^3.1.2",
"@google-cloud/automl": "^4.0.0",
"mathjs": "^11.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"nanoid": "^3.3.0",
"@google-cloud/storage": "^7.0.0",
"@google-cloud/resource-manager": "^5.0.0",
"@google-cloud/compute": "^3.6.0"
"@google-cloud/compute": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion cloud-sql/sqlserver/mssql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@google-cloud/logging-winston": "^6.0.0",
"@google-cloud/secret-manager": "^5.0.0",
"express": "^4.17.1",
"mssql": "^9.0.0",
"mssql": "^10.0.0",
"pug": "^3.0.0",
"winston": "^3.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "c8 mocha -p -j 2 test --timeout 1200000"
},
"dependencies": {
"@google-cloud/compute": "^3.5.1",
"@google-cloud/compute": "^4.0.0",
"@sendgrid/mail": "^7.0.0",
"nodemailer": "^6.0.0",
"nodemailer-smtp-transport": "^2.7.4"
Expand Down
4 changes: 2 additions & 2 deletions container-analysis/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"test": "c8 mocha -p -j 2 --timeout 100000 test/**.test.js"
},
"dependencies": {
"@google-cloud/containeranalysis": "^4.4.1",
"@google-cloud/containeranalysis": "^5.0.0",
"@google-cloud/pubsub": "^4.0.0",
"p-retry": "^5.0.0"
"p-retry": "^6.0.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion datacatalog/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"c8": "^8.0.0",
"chai": "^4.2.0",
"execa": "^7.0.0",
"execa": "^8.0.0",
"mocha": "^10.0.0",
"uuid": "^9.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ async function main(
userId = 'user:xxx@example.com'
) {
// [START contentwarehouse_quickstart]

/**
* TODO(developer): Uncomment these variables before running the sample.
* const projectNumber = 'YOUR_PROJECT_NUMBER';
Expand Down
2 changes: 1 addition & 1 deletion document-warehouse/test/document.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('Document tests', () => {

it('should create a document', async () => {
const output = execSync(
`node create-document.js ${projectNumber} ${location} ${userId}`
`node quickstart.js ${projectNumber} ${location} ${userId}`
);

assert(output.startsWith(confirmationCreate));
Expand Down
2 changes: 1 addition & 1 deletion functions/billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "Apache-2.0",
"dependencies": {
"@google-cloud/billing": "^4.0.0",
"@google-cloud/compute": "^3.1.0",
"@google-cloud/compute": "^4.0.0",
"google-auth-library": "^9.0.0",
"googleapis": "^126.0.0",
"slack": "^11.0.1"
Expand Down
2 changes: 1 addition & 1 deletion functions/imagemagick/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@google-cloud/storage": "^7.0.0",
"@google-cloud/vision": "^3.0.0",
"@google-cloud/vision": "^4.0.0",
"gm": "^1.23.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion functions/ocr/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@google-cloud/pubsub": "^4.0.0",
"@google-cloud/storage": "^7.0.0",
"@google-cloud/translate": "^8.0.0",
"@google-cloud/vision": "^3.0.0"
"@google-cloud/vision": "^4.0.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/scheduleinstance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"sinon": "^15.0.0"
},
"dependencies": {
"@google-cloud/compute": "^3.1.0"
"@google-cloud/compute": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion functions/spanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@google-cloud/functions-framework": "^3.2.0",
"@google-cloud/spanner": "^6.0.0"
"@google-cloud/spanner": "^7.0.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions functions/v2/autoLabelInstance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"e2e-test": "c8 mocha -p -j 2 --timeout 60s test/system.test.js"
},
"dependencies": {
"@google-cloud/compute": "^3.1.0",
"@google-cloud/compute": "^4.0.0",
"@google-cloud/functions-framework": "^3.0.0"
},
"devDependencies": {
"c8": "^8.0.0",
"mocha": "^10.0.0",
"p-retry": "^5.0.0",
"p-retry": "^6.0.0",
"sinon": "^15.0.0",
"supertest": "^6.0.0",
"uuid": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion functions/v2/cloudEventLogging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@google-cloud/functions-framework": "^3.1.1",
"@google-cloud/logging": "^10.0.0"
"@google-cloud/logging": "^11.0.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/v2/firebase/firestore/makeUpperCase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"c8": "^8.0.0",
"mocha": "^10.0.0",
"rewire": "^6.0.0",
"rewire": "^7.0.0",
"sinon": "^15.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion functions/v2/httpLogging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@google-cloud/functions-framework": "^3.1.1",
"@google-cloud/logging": "^10.0.0"
"@google-cloud/logging": "^11.0.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/v2/imagemagick/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@google-cloud/functions-framework": "^3.1.0",
"@google-cloud/storage": "^7.0.0",
"@google-cloud/vision": "^3.0.0",
"@google-cloud/vision": "^4.0.0",
"gm": "^1.23.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion functions/v2/ocr/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@google-cloud/pubsub": "^4.0.0",
"@google-cloud/storage": "^7.0.0",
"@google-cloud/translate": "^8.0.0",
"@google-cloud/vision": "^3.0.0",
"@google-cloud/vision": "^4.0.0",
"cloudevents": "^8.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion media/transcoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "c8 mocha -p -j 2 --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/video-transcoder": "^2.7.0"
"@google-cloud/video-transcoder": "^3.0.0"
},
"devDependencies": {
"@google-cloud/storage": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion media/video-stitcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha -p -j 2 --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/video-stitcher": "^0.4.0"
"@google-cloud/video-stitcher": "^2.0.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion run/filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "Apache-2.0",
"dependencies": {
"express": "^4.18.2",
"express-rate-limit": "^6.7.0"
"express-rate-limit": "^7.0.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion run/image-processing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@google-cloud/storage": "^7.0.0",
"@google-cloud/vision": "^3.0.0",
"@google-cloud/vision": "^4.0.0",
"express": "^4.16.4",
"gm": "^1.23.1"
},
Expand Down
2 changes: 1 addition & 1 deletion run/jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Google LLC",
"license": "Apache-2.0",
"devDependencies": {
"@google-cloud/logging": "^10.0.0",
"@google-cloud/logging": "^11.0.0",
"c8": "^8.0.0",
"mocha": "^10.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion run/logging-manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"got": "^11.0.0"
},
"devDependencies": {
"@google-cloud/logging": "^10.0.0",
"@google-cloud/logging": "^11.0.0",
"c8": "^8.0.0",
"google-auth-library": "^9.0.0",
"mocha": "^10.0.0"
Expand Down
4 changes: 2 additions & 2 deletions translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"test": "c8 mocha -p -j 2 --recursive --timeout 240000"
},
"dependencies": {
"@google-cloud/automl": "^3.0.0",
"@google-cloud/automl": "^4.0.0",
"@google-cloud/text-to-speech": "^5.0.0",
"@google-cloud/translate": "^8.0.0",
"@google-cloud/vision": "^3.0.0",
"@google-cloud/vision": "^4.0.0",
"yargs": "^17.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha -p -j 2 system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/vision": "^3.1.2",
"@google-cloud/vision": "^4.0.0",
"natural": "^6.2.0",
"pureimage": "^0.3.17",
"redis": "^4.6.5",
Expand Down
2 changes: 1 addition & 1 deletion workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha -p -j 2 --loader=ts-node/esm --extension ts --timeout 600000 --exit"
},
"dependencies": {
"@google-cloud/workflows": "^2.3.1"
"@google-cloud/workflows": "^3.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion workflows/quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha --loader=ts-node/esm --extension ts --timeout 600000 --exit"
},
"dependencies": {
"@google-cloud/workflows": "^2.3.1",
"@google-cloud/workflows": "^3.0.0",
"typescript": "^5.1.6"
},
"devDependencies": {
Expand Down

0 comments on commit 22238bc

Please sign in to comment.