@logtape/redaction 1.4.0-dev.466 → 2.0.0-dev.469

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.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,10 +12,10 @@ data in log records. For details, read the docs:
12
12
  - [Pattern-based redaction]
13
13
  - [Field-based redaction]
14
14
 
15
- [JSR]: https://jsr.io/@logtape/redaction
16
15
  [JSR badge]: https://jsr.io/badges/@logtape/redaction
17
- [npm]: https://www.npmjs.com/package/@logtape/redaction
16
+ [JSR]: https://jsr.io/@logtape/redaction
18
17
  [npm badge]: https://img.shields.io/npm/v/@logtape/redaction?logo=npm
18
+ [npm]: https://www.npmjs.com/package/@logtape/redaction
19
19
  [LogTape]: https://logtape.org/
20
20
  [Pattern-based redaction]: https://logtape.org/manual/redaction#pattern-based-redaction
21
21
  [Field-based redaction]: https://logtape.org/manual/redaction#field-based-redaction
@@ -39,5 +39,6 @@ bun add @logtape/redaction # for Bun
39
39
  Docs
40
40
  ----
41
41
 
42
- The docs of this package is available at <https://logtape.org/manual/redaction>.
43
- For the API references, see <https://jsr.io/@logtape/redaction>.
42
+ The docs of this package is available at
43
+ <https://logtape.org/manual/redaction>. For the API references, see
44
+ <https://jsr.io/@logtape/redaction>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/redaction",
3
- "version": "1.4.0-dev.466+6520471a",
3
+ "version": "2.0.0-dev.469+3c6fc1d7",
4
4
  "description": "Redact sensitive data from log messages",
5
5
  "keywords": [
6
6
  "logging",
@@ -49,7 +49,7 @@
49
49
  "dist/"
50
50
  ],
51
51
  "peerDependencies": {
52
- "@logtape/logtape": "^1.4.0-dev.466+6520471a"
52
+ "@logtape/logtape": "^2.0.0-dev.469+3c6fc1d7"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@alinea/suite": "^0.6.3",