forked from olcxjas-softworks/LarpixClient
Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions
8
node_modules/uuid/v4.js
generated
vendored
Normal file
8
node_modules/uuid/v4.js
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
const deprecate = require('./deprecate.js');
|
||||
|
||||
const v4 = require('./dist/v4.js');
|
||||
|
||||
module.exports = 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#deep-requires-now-deprecated for more information.",
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue