@visulima/humanizer 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +2 -2
- package/package.json +8 -8
package/LICENSE.md
CHANGED
|
@@ -61,7 +61,7 @@ For more information, please refer to <https://unlicense.org/>
|
|
|
61
61
|
SPDX-License-Identifier: MIT or UNLICENSE
|
|
62
62
|
|
|
63
63
|
<!-- DEPENDENCIES -->
|
|
64
|
-
<!-- DEPENDENCIES -->
|
|
64
|
+
<!-- /DEPENDENCIES -->
|
|
65
65
|
|
|
66
66
|
<!-- TYPE_DEPENDENCIES -->
|
|
67
|
-
<!-- TYPE_DEPENDENCIES -->
|
|
67
|
+
<!-- /TYPE_DEPENDENCIES -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/humanizer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"description": "Humanizer is a library for humanizing data in a human-readable form.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -101,15 +101,15 @@
|
|
|
101
101
|
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
102
102
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
103
103
|
"@arethetypeswrong/cli": "^0.16.4",
|
|
104
|
-
"@babel/core": "^7.25.
|
|
104
|
+
"@babel/core": "^7.25.7",
|
|
105
105
|
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
106
|
-
"@secretlint/secretlint-rule-preset-recommend": "^8.
|
|
106
|
+
"@secretlint/secretlint-rule-preset-recommend": "^8.3.0",
|
|
107
107
|
"@types/ms": "^0.7.34",
|
|
108
108
|
"@types/node": "18.19.15",
|
|
109
|
-
"@visulima/packem": "1.0.
|
|
110
|
-
"@visulima/path": "1.0
|
|
111
|
-
"@vitest/coverage-v8": "^2.1.
|
|
112
|
-
"@vitest/ui": "^2.1.
|
|
109
|
+
"@visulima/packem": "1.0.7",
|
|
110
|
+
"@visulima/path": "1.1.0",
|
|
111
|
+
"@vitest/coverage-v8": "^2.1.2",
|
|
112
|
+
"@vitest/ui": "^2.1.2",
|
|
113
113
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
114
114
|
"cross-env": "^7.0.3",
|
|
115
115
|
"csv-parse": "^5.5.6",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"secretlint": "8.2.4",
|
|
128
128
|
"semantic-release": "24.0.0",
|
|
129
129
|
"typescript": "5.4.5",
|
|
130
|
-
"vitest": "^2.1.
|
|
130
|
+
"vitest": "^2.1.2"
|
|
131
131
|
},
|
|
132
132
|
"engines": {
|
|
133
133
|
"node": ">=18.* <=22.*"
|