This commit is contained in:
ddmt 2024-09-29 21:25:24 +08:00
parent 64d42d4373
commit c39b3de2bb
2 changed files with 15 additions and 5 deletions

13
package-lock.json generated
View File

@ -1,13 +1,20 @@
{ {
"name": "ddmt-tool", "name": "ddmt-tool",
"version": "1.0.6", "version": "1.0.7",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ddmt-tool", "name": "ddmt-tool",
"version": "1.0.6", "version": "1.0.7",
"license": "MIT" "license": "MIT",
"dependencies": {
"ddmt-tool": "file:"
}
},
"node_modules/ddmt-tool": {
"resolved": "",
"link": true
} }
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "ddmt-tool", "name": "ddmt-tool",
"version": "1.0.6", "version": "1.0.7",
"description": "A utility library that provides commonly used functions to simplify everyday development tasks. Whether it's string manipulation, array operations, or other frequent functionalities, `ddmt-tool` helps you work more efficiently.", "description": "A utility library that provides commonly used functions to simplify everyday development tasks. Whether it's string manipulation, array operations, or other frequent functionalities, `ddmt-tool` helps you work more efficiently.",
"main": "index.js", "main": "index.js",
"type": "module", "type": "module",
@ -12,5 +12,8 @@
"tool" "tool"
], ],
"author": "ddmt", "author": "ddmt",
"license": "MIT" "license": "MIT",
"dependencies": {
"ddmt-tool": "file:"
}
} }