@debugbundle/redaction
Advanced tools
+4
-2
| { | ||
| "name": "@debugbundle/redaction", | ||
| "version": "0.1.0-next.1", | ||
| "version": "0.1.0", | ||
| "private": false, | ||
@@ -9,3 +9,5 @@ "type": "module", | ||
| "files": [ | ||
| "dist" | ||
| "dist", | ||
| "README.md", | ||
| "LICENSE" | ||
| ], | ||
@@ -12,0 +14,0 @@ "main": "./dist/index.js", |
+3
-3
@@ -9,6 +9,6 @@ # @debugbundle/redaction | ||
| Current prerelease channel: | ||
| Published package: | ||
| ```bash | ||
| npm install @debugbundle/redaction@next | ||
| npm install @debugbundle/redaction | ||
| ``` | ||
@@ -30,3 +30,3 @@ | ||
| - Published from the DebugBundle prerelease workflow under the `next` dist-tag. | ||
| - Published from the core-owned shared-package release workflow in `debugbundle/debugbundle`. | ||
| - Most applications consume this transitively through a DebugBundle SDK package. |
43316
0.06%