Skip to content

Commit 44f2f86

Browse files
authoredFeb 26, 2020
fix: update links to match content in readme (#386)
1 parent 3f78220 commit 44f2f86

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎v1.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ const v1 = require('./dist/v1.js');
44

55
module.exports = util.deprecate(
66
v1,
7-
"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-v3x-of-this-module for more information.",
7+
"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.",
88
);

‎v3.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ const v3 = require('./dist/v3.js');
44

55
module.exports = util.deprecate(
66
v3,
7-
"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-v3x-of-this-module for more information.",
7+
"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.",
88
);

‎v4.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ const v4 = require('./dist/v4.js');
44

55
module.exports = util.deprecate(
66
v4,
7-
"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-v3x-of-this-module for more information.",
7+
"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.",
88
);

‎v5.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ const v5 = require('./dist/v5.js');
44

55
module.exports = util.deprecate(
66
v5,
7-
"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-v5x-of-this-module for more information.",
7+
"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.",
88
);

0 commit comments

Comments
 (0)
Please sign in to comment.