@visulima/humanizer 1.0.11 → 1.0.12
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/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/humanizer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "Humanizer is a library for humanizing data in a human-readable form.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -100,20 +100,20 @@
|
|
|
100
100
|
"@anolilab/prettier-config": "^5.0.14",
|
|
101
101
|
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
102
102
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
103
|
-
"@arethetypeswrong/cli": "^0.16.
|
|
103
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
104
104
|
"@babel/core": "^7.25.2",
|
|
105
|
-
"@rushstack/eslint-plugin-security": "^0.8.
|
|
105
|
+
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
106
106
|
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
|
|
107
107
|
"@types/ms": "^0.7.34",
|
|
108
108
|
"@types/node": "18.19.15",
|
|
109
|
-
"@visulima/packem": "
|
|
110
|
-
"@visulima/path": "1.0.
|
|
111
|
-
"@vitest/coverage-v8": "^2.
|
|
112
|
-
"@vitest/ui": "^2.
|
|
109
|
+
"@visulima/packem": "1.0.1",
|
|
110
|
+
"@visulima/path": "1.0.9",
|
|
111
|
+
"@vitest/coverage-v8": "^2.1.1",
|
|
112
|
+
"@vitest/ui": "^2.1.1",
|
|
113
113
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
114
114
|
"cross-env": "^7.0.3",
|
|
115
115
|
"csv-parse": "^5.5.6",
|
|
116
|
-
"esbuild": "0.
|
|
116
|
+
"esbuild": "0.24.0",
|
|
117
117
|
"eslint": "8.57.0",
|
|
118
118
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
119
119
|
"eslint-plugin-etc": "^2.0.3",
|
|
@@ -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.
|
|
130
|
+
"vitest": "^2.1.1"
|
|
131
131
|
},
|
|
132
132
|
"engines": {
|
|
133
133
|
"node": ">=18.* <=22.*"
|