Update packages for release branch

This commit is contained in:
Slawomir Jaranowski
2023-12-30 15:52:10 +01:00
parent 2300ba896e
commit 7802f6aec1
301 changed files with 43212 additions and 4 deletions

10
node_modules/uuid/wrapper.mjs generated vendored Normal file
View File

@ -0,0 +1,10 @@
import uuid from './dist/index.js';
export const v1 = uuid.v1;
export const v3 = uuid.v3;
export const v4 = uuid.v4;
export const v5 = uuid.v5;
export const NIL = uuid.NIL;
export const version = uuid.version;
export const validate = uuid.validate;
export const stringify = uuid.stringify;
export const parse = uuid.parse;