Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

v1.js 430B

12345678
  1. const deprecate = require('./deprecate.js');
  2. const v1 = require('./dist/v1.js');
  3. module.exports = deprecate(
  4. v1,
  5. "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.",
  6. );