Skip to content

Commit f0c8b18

Browse files
committed
chore: remove dependency on UUID
1 parent 45b6309 commit f0c8b18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/drive/download.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
const {google} = require('googleapis');
1717
const fs = require('fs');
1818
const os = require('os');
19-
const uuid = require('uuid');
2019
const path = require('path');
2120
const {authenticate} = require('@google-cloud/local-auth');
21+
const crypto = require('crypto');
22+
const uuid = crypto.randomUUID();
2223

2324
const drive = google.drive('v3');
2425

samples/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"nconf": "^0.13.0",
2424
"open": "^8.0.0",
2525
"server-destroy": "^1.0.1",
26-
"uuid": "^10.0.0"
2726
},
2827
"devDependencies": {
2928
"chai": "^4.2.0",

0 commit comments

Comments
 (0)