@strapi/generate-new
Advanced tools
Comparing version 4.0.4 to 4.0.5
@@ -6,3 +6,2 @@ 'use strict'; | ||
const crypto = require('crypto'); | ||
const { machineIdSync } = require('node-machine-id'); | ||
const uuid = require('uuid/v4'); | ||
@@ -18,2 +17,3 @@ const sentry = require('@sentry/node'); | ||
const checkInstallPath = require('./utils/check-install-path'); | ||
const machineID = require('./utils/machine-id'); | ||
@@ -49,3 +49,3 @@ sentry.init({ | ||
docker: process.env.DOCKER === 'true', | ||
deviceId: machineIdSync(), | ||
deviceId: machineID(), | ||
tmpPath, | ||
@@ -52,0 +52,0 @@ // use yarn if available and --use-npm isn't true |
{ | ||
"name": "@strapi/generate-new", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "Generate a new Strapi application.", | ||
@@ -55,3 +55,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "d81919ac2272948b3f5d3b25a4cf8cc7b6994460" | ||
"gitHead": "45020eee065af8917011cc43398f95c4c624d6ad" | ||
} |
49211
45
1111