Skip to content

Commit

Permalink
uuid@8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Sep 30, 2020
1 parent 8ec84d9 commit a2b8fd3
Show file tree
Hide file tree
Showing 89 changed files with 3,042 additions and 247 deletions.
4 changes: 2 additions & 2 deletions lib/utils/metrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const fs = require('fs')
const path = require('path')
const npm = require('../npm.js')
const regFetch = require('npm-registry-fetch')
const uuid = require('uuid')
const { v4: uuidv4 } = require('uuid')
const cacheFile = require('./cache-file.js')

let inMetrics = false
Expand Down Expand Up @@ -42,7 +42,7 @@ function saveMetrics (itWorked) {
}
} catch (ex) {
metrics = {
metricId: uuid.v4(),
metricId: uuidv4(),
metrics: {
from: new Date().toISOString(),
to: new Date().toISOString(),
Expand Down
1 change: 1 addition & 0 deletions node_modules/request/node_modules/.bin/uuid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
119 changes: 119 additions & 0 deletions node_modules/request/node_modules/uuid/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions node_modules/request/node_modules/uuid/LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a2b8fd3

Please sign in to comment.