Update checked-in dependencies
This commit is contained in:
parent
5d6442e87d
commit
026e833827
36 changed files with 1972 additions and 643 deletions
2
node_modules/@types/uuid/README.md
generated
vendored
2
node_modules/@types/uuid/README.md
generated
vendored
|
|
@ -8,7 +8,7 @@ This package contains type definitions for uuid (https://github.com/uuidjs/uuid)
|
|||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid.
|
||||
|
||||
### Additional Details
|
||||
* Last updated: Thu, 14 Sep 2023 14:21:18 GMT
|
||||
* Last updated: Fri, 06 Oct 2023 23:05:45 GMT
|
||||
* Dependencies: none
|
||||
* Global values: none
|
||||
|
||||
|
|
|
|||
4
node_modules/@types/uuid/index.d.mts
generated
vendored
4
node_modules/@types/uuid/index.d.mts
generated
vendored
|
|
@ -1,4 +1,4 @@
|
|||
import uuid from './index.js';
|
||||
import uuid from "./index.js";
|
||||
export import v1 = uuid.v1;
|
||||
export import v3 = uuid.v3;
|
||||
export import v4 = uuid.v4;
|
||||
|
|
@ -7,4 +7,4 @@ export import NIL = uuid.NIL;
|
|||
export import version = uuid.version;
|
||||
export import validate = uuid.validate;
|
||||
export import stringify = uuid.stringify;
|
||||
export import parse = uuid.parse;
|
||||
export import parse = uuid.parse;
|
||||
|
|
|
|||
4
node_modules/@types/uuid/package.json
generated
vendored
4
node_modules/@types/uuid/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@types/uuid",
|
||||
"version": "9.0.4",
|
||||
"version": "9.0.5",
|
||||
"description": "TypeScript definitions for uuid",
|
||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid",
|
||||
"license": "MIT",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
"scripts": {},
|
||||
"dependencies": {},
|
||||
"typesPublisherContentHash": "bce6069b94fc3e504545efe5646f5e5d0ccbb6a2cfaf3d36698b945952fa4fec",
|
||||
"typesPublisherContentHash": "321106d7a0649dc4bbe8cbc573e0812a78e7208fb095cae5b3497341fad32196",
|
||||
"typeScriptVersion": "4.5",
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue