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
4 changes: 2 additions & 2 deletions healthcare/consent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"author": "Google LLC",
"repository": "GoogleCloudPlatform/nodejs-docs-samples",
"engines": {
"node": ">=12.0.0"
"node": ">=20.0.0"
},
"scripts": {
"test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=60000"
},
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
Comment thread
angelcaamal marked this conversation as resolved.
},
"dependencies": {
"@googleapis/healthcare": "^23.0.0"
Expand Down
2 changes: 1 addition & 1 deletion healthcare/datasets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
},
"dependencies": {
"@googleapis/healthcare": "^23.0.0"
Expand Down
2 changes: 1 addition & 1 deletion healthcare/dicom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@google-cloud/storage": "^7.0.0",
"c8": "^10.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
},
"dependencies": {
"@googleapis/healthcare": "^23.0.0"
Expand Down
2 changes: 1 addition & 1 deletion healthcare/fhir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"c8": "^10.0.0",
"google-auth-library": "^9.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
},
"dependencies": {
"@googleapis/healthcare": "^23.0.0"
Expand Down
2 changes: 1 addition & 1 deletion healthcare/hl7v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@google-cloud/pubsub": "^4.0.0",
"c8": "^10.0.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
},
"dependencies": {
"@googleapis/healthcare": "^23.0.0"
Expand Down
46 changes: 23 additions & 23 deletions iam/deny/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "nodejs-docs-samples-iam",
"private": true,
"license": "Apache-2.0",
"author": "Google Inc.",
"repository": {
"type": "git",
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000"
},
"dependencies": {
"@google-cloud/iam": "^1.0.0"
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
}
"name": "nodejs-docs-samples-iam",
"private": true,
"license": "Apache-2.0",
"author": "Google Inc.",
"repository": {
"type": "git",
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000"
},
"dependencies": {
"@google-cloud/iam": "^1.0.0"
},
"devDependencies": {
"c8": "^10.0.0",
"chai": "^4.5.0",
"mocha": "^10.0.0",
"uuid": "^11.1.1"
}
}
2 changes: 1 addition & 1 deletion kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"c8": "^10.0.0",
"chai": "^4.5.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
}
}
2 changes: 1 addition & 1 deletion media/livestream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"c8": "^10.0.0",
"chai": "^4.5.0",
"mocha": "^10.1.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
}
}
2 changes: 1 addition & 1 deletion media/transcoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@google-cloud/storage": "^7.0.0",
"c8": "^10.0.0",
"mocha": "^10.1.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
}
}
4 changes: 2 additions & 2 deletions media/video-stitcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=10"
"node": ">=20.0.0"
},
"files": [
"*.js"
Expand All @@ -19,6 +19,6 @@
"c8": "^10.0.0",
"chai": "^4.5.0",
"mocha": "^10.1.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
Comment thread
angelcaamal marked this conversation as resolved.
}
}
Loading