@visulima/pail 2.1.5 → 2.1.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/CHANGELOG.md +23 -0
- package/package.json +27 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
## @visulima/pail [2.1.6](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.5...@visulima/pail@2.1.6) (2024-09-07)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* added types support for node10 ([604583f](https://github.com/visulima/visulima/commit/604583fa3c24b950fafad45d17e7a1333040fd76))
|
|
6
|
+
|
|
7
|
+
### Styles
|
|
8
|
+
|
|
9
|
+
* cs fixes ([f5c4af7](https://github.com/visulima/visulima/commit/f5c4af7cfa9fc79b6d3fa60c1e48d88bffab5a08))
|
|
10
|
+
|
|
11
|
+
### Miscellaneous Chores
|
|
12
|
+
|
|
13
|
+
* update dev dependencies ([0738f98](https://github.com/visulima/visulima/commit/0738f9810478bb215ce4b2571dc8874c4c503089))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* **@visulima/colorize:** upgraded to 1.4.7
|
|
19
|
+
* **@visulima/error:** upgraded to 4.4.2
|
|
20
|
+
* **@visulima/fmt:** upgraded to 1.1.7
|
|
21
|
+
* **@visulima/inspector:** upgraded to 1.0.7
|
|
22
|
+
* **@visulima/redact:** upgraded to 1.0.5
|
|
23
|
+
|
|
1
24
|
## @visulima/pail [2.1.5](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.4...@visulima/pail@2.1.5) (2024-08-30)
|
|
2
25
|
|
|
3
26
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/pail",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"description": "Find a file or directory by walking up parent directories.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ansi",
|
|
@@ -56,9 +56,12 @@
|
|
|
56
56
|
"winston"
|
|
57
57
|
],
|
|
58
58
|
"homepage": "https://www.visulima.com/docs/package/pail",
|
|
59
|
+
"bugs": {
|
|
60
|
+
"url": "https://github.com/visulima/visulima/issues"
|
|
61
|
+
},
|
|
59
62
|
"repository": {
|
|
60
63
|
"type": "git",
|
|
61
|
-
"url": "https://github.com/visulima/visulima.git",
|
|
64
|
+
"url": "git+https://github.com/visulima/visulima.git",
|
|
62
65
|
"directory": "packages/pail"
|
|
63
66
|
},
|
|
64
67
|
"funding": [
|
|
@@ -181,6 +184,18 @@
|
|
|
181
184
|
"module": "dist/index.server.mjs",
|
|
182
185
|
"browser": "dist/index.browser.mjs",
|
|
183
186
|
"types": "dist/index.server.d.ts",
|
|
187
|
+
"typesVersions": {
|
|
188
|
+
"*": {
|
|
189
|
+
"*": [
|
|
190
|
+
"./dist/index.browser.d.ts",
|
|
191
|
+
"./dist/index.server.d.ts",
|
|
192
|
+
"./dist/processor.browser.d.ts",
|
|
193
|
+
"./dist/processor.server.d.ts",
|
|
194
|
+
"./dist/reporter.browser.d.ts",
|
|
195
|
+
"./dist/reporter.server.d.ts"
|
|
196
|
+
]
|
|
197
|
+
}
|
|
198
|
+
},
|
|
184
199
|
"files": [
|
|
185
200
|
"dist/**",
|
|
186
201
|
"README.md",
|
|
@@ -188,10 +203,10 @@
|
|
|
188
203
|
"LICENSE.md"
|
|
189
204
|
],
|
|
190
205
|
"dependencies": {
|
|
191
|
-
"@visulima/colorize": "1.4.
|
|
192
|
-
"@visulima/error": "4.4.
|
|
193
|
-
"@visulima/fmt": "1.1.
|
|
194
|
-
"@visulima/inspector": "1.0.
|
|
206
|
+
"@visulima/colorize": "1.4.7",
|
|
207
|
+
"@visulima/error": "4.4.2",
|
|
208
|
+
"@visulima/fmt": "1.1.7",
|
|
209
|
+
"@visulima/inspector": "1.0.7",
|
|
195
210
|
"safe-stable-stringify": "^2.5.0"
|
|
196
211
|
},
|
|
197
212
|
"devDependencies": {
|
|
@@ -199,13 +214,14 @@
|
|
|
199
214
|
"@anolilab/prettier-config": "^5.0.14",
|
|
200
215
|
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
201
216
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
217
|
+
"@arethetypeswrong/cli": "^0.15.4",
|
|
202
218
|
"@babel/core": "^7.25.2",
|
|
203
219
|
"@rushstack/eslint-plugin-security": "^0.8.2",
|
|
204
220
|
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
|
|
205
|
-
"@total-typescript/ts-reset": "^0.6.
|
|
221
|
+
"@total-typescript/ts-reset": "^0.6.1",
|
|
206
222
|
"@types/node": "18.19.15",
|
|
207
|
-
"@visulima/packem": "^1.0.0-alpha.
|
|
208
|
-
"@visulima/redact": "1.0.
|
|
223
|
+
"@visulima/packem": "^1.0.0-alpha.93",
|
|
224
|
+
"@visulima/redact": "1.0.5",
|
|
209
225
|
"@vitest/coverage-v8": "^2.0.5",
|
|
210
226
|
"@vitest/ui": "^2.0.5",
|
|
211
227
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
@@ -231,7 +247,7 @@
|
|
|
231
247
|
"wrap-ansi": "^9.0.0"
|
|
232
248
|
},
|
|
233
249
|
"peerDependencies": {
|
|
234
|
-
"@visulima/redact": "1.0.
|
|
250
|
+
"@visulima/redact": "1.0.5",
|
|
235
251
|
"rotating-file-stream": "^3.1.1"
|
|
236
252
|
},
|
|
237
253
|
"peerDependenciesMeta": {
|
|
@@ -271,6 +287,7 @@
|
|
|
271
287
|
"build:prod": "cross-env NODE_ENV=production packem build",
|
|
272
288
|
"clean": "rimraf node_modules dist .eslintcache",
|
|
273
289
|
"dev": "pnpm run build --watch",
|
|
290
|
+
"lint:attw": "attw --pack",
|
|
274
291
|
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
|
|
275
292
|
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
|
|
276
293
|
"lint:package-json": "publint --strict",
|