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",
"version": "1.0.6",
"version": "1.0.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ddmt-tool",
"version": "1.0.6",
"license": "MIT"
"version": "1.0.7",
"license": "MIT",
"dependencies": {
"ddmt-tool": "file:"
}
},
"node_modules/ddmt-tool": {
"resolved": "",
"link": true
}
}
}

View File

@ -1,6 +1,6 @@
{
"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.",
"main": "index.js",
"type": "module",
@ -12,5 +12,8 @@
"tool"
],
"author": "ddmt",
"license": "MIT"
"license": "MIT",
"dependencies": {
"ddmt-tool": "file:"
}
}