@visulima/humanizer 1.0.5 → 1.0.6
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 +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/humanizer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Humanizer is a library for humanizing data in a human-readable form.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -88,22 +88,22 @@
|
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"@anolilab/eslint-config": "^15.0.3",
|
|
90
90
|
"@anolilab/prettier-config": "^5.0.14",
|
|
91
|
-
"@anolilab/semantic-release-pnpm": "^1.1.
|
|
92
|
-
"@anolilab/semantic-release-preset": "^
|
|
93
|
-
"@babel/core": "^7.
|
|
94
|
-
"@rushstack/eslint-plugin-security": "^0.8.
|
|
91
|
+
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
92
|
+
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
93
|
+
"@babel/core": "^7.25.2",
|
|
94
|
+
"@rushstack/eslint-plugin-security": "^0.8.2",
|
|
95
95
|
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
|
|
96
|
-
"@types/micromatch": "^4.0.7",
|
|
97
96
|
"@types/ms": "^0.7.34",
|
|
98
|
-
"@types/node": "18.
|
|
99
|
-
"@visulima/packem": "^1.0.0-alpha.
|
|
100
|
-
"@visulima/path": "1.0.
|
|
101
|
-
"@vitest/coverage-v8": "^
|
|
102
|
-
"@vitest/ui": "^
|
|
97
|
+
"@types/node": "18.19.15",
|
|
98
|
+
"@visulima/packem": "^1.0.0-alpha.60",
|
|
99
|
+
"@visulima/path": "1.0.3",
|
|
100
|
+
"@vitest/coverage-v8": "^2.0.5",
|
|
101
|
+
"@vitest/ui": "^2.0.5",
|
|
102
|
+
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
103
103
|
"cross-env": "^7.0.3",
|
|
104
104
|
"csv-parse": "^5.5.6",
|
|
105
|
-
"esbuild": "
|
|
106
|
-
"eslint": "
|
|
105
|
+
"esbuild": "0.23.0",
|
|
106
|
+
"eslint": "8.57.0",
|
|
107
107
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
108
108
|
"eslint-plugin-etc": "^2.0.3",
|
|
109
109
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
|
@@ -111,12 +111,12 @@
|
|
|
111
111
|
"eslint-plugin-vitest": "^0.4.1",
|
|
112
112
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
113
113
|
"ms": "^2.1.3",
|
|
114
|
-
"prettier": "^3.3.
|
|
115
|
-
"rimraf": "
|
|
116
|
-
"secretlint": "8.2.
|
|
117
|
-
"semantic-release": "
|
|
118
|
-
"typescript": "
|
|
119
|
-
"vitest": "^
|
|
114
|
+
"prettier": "^3.3.3",
|
|
115
|
+
"rimraf": "5.0.9",
|
|
116
|
+
"secretlint": "8.2.4",
|
|
117
|
+
"semantic-release": "24.0.0",
|
|
118
|
+
"typescript": "5.4.5",
|
|
119
|
+
"vitest": "^2.0.5"
|
|
120
120
|
},
|
|
121
121
|
"engines": {
|
|
122
122
|
"node": ">=18.* <=22.*"
|