diff --git a/v1.js b/v1.js index 8acb0406..3a90c4cd 100644 --- a/v1.js +++ b/v1.js @@ -4,5 +4,5 @@ const v1 = require('./dist/v1.js'); module.exports = util.deprecate( v1, - "Deep requiring like `const uuidv1 = require('uuid/v1');` is deprecated as of uuid@7.x. Please require the top-level module when using the Node.js CommonJS module or use ECMAScript Modules when bundling for the browser. See /~https://github.com/uuidjs/uuid/blob/master/README.md#upgrading-from-uuid3 for more information.", + "Deep requiring like `const uuidv1 = require('uuid/v1');` is deprecated as of uuid@7.x. Please require the top-level module when using the Node.js CommonJS module or use ECMAScript Modules when bundling for the browser. See /~https://github.com/uuidjs/uuid#deep-requires-now-deprecated for more information.", ); diff --git a/v3.js b/v3.js index 6d51c7f0..6b3753c4 100644 --- a/v3.js +++ b/v3.js @@ -4,5 +4,5 @@ const v3 = require('./dist/v3.js'); module.exports = util.deprecate( v3, - "Deep requiring like `const uuidv3 = require('uuid/v3');` is deprecated as of uuid@7.x. Please require the top-level module when using the Node.js CommonJS module or use ECMAScript Modules when bundling for the browser. See /~https://github.com/uuidjs/uuid/blob/master/README.md#upgrading-from-uuid3 for more information.", + "Deep requiring like `const uuidv3 = require('uuid/v3');` is deprecated as of uuid@7.x. Please require the top-level module when using the Node.js CommonJS module or use ECMAScript Modules when bundling for the browser. See /~https://github.com/uuidjs/uuid#deep-requires-now-deprecated for more information.", ); diff --git a/v4.js b/v4.js index 081cb46a..9f938cd1 100644 --- a/v4.js +++ b/v4.js @@ -4,5 +4,5 @@ const v4 = require('./dist/v4.js'); module.exports = util.deprecate( v4, - "Deep requiring like `const uuidv4 = require('uuid/v4');` is deprecated as of uuid@7.x. Please require the top-level module when using the Node.js CommonJS module or use ECMAScript Modules when bundling for the browser. See /~https://github.com/uuidjs/uuid/blob/master/README.md#upgrading-from-uuid3 for more information.", + "Deep requiring like `const uuidv4 = require('uuid/v4');` is deprecated as of uuid@7.x. Please require the top-level module when using the Node.js CommonJS module or use ECMAScript Modules when bundling for the browser. See /~https://github.com/uuidjs/uuid#deep-requires-now-deprecated for more information.", ); diff --git a/v5.js b/v5.js index 23ff2aa4..cc467bf1 100644 --- a/v5.js +++ b/v5.js @@ -4,5 +4,5 @@ const v5 = require('./dist/v5.js'); module.exports = util.deprecate( v5, - "Deep requiring like `const uuidv5 = require('uuid/v5');` is deprecated as of uuid@7.x. Please require the top-level module when using the Node.js CommonJS module or use ECMAScript Modules when bundling for the browser. See /~https://github.com/uuidjs/uuid/blob/master/README.md#upgrading-from-uuid3 for more information.", + "Deep requiring like `const uuidv5 = require('uuid/v5');` is deprecated as of uuid@7.x. Please require the top-level module when using the Node.js CommonJS module or use ECMAScript Modules when bundling for the browser. See /~https://github.com/uuidjs/uuid#deep-requires-now-deprecated for more information.", );