@spences10/pi-redact 0.0.1 → 0.0.3

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 +6 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,12 +1,15 @@
1
1
  # @spences10/pi-redact
2
2
 
3
- [![built with vite+](https://img.shields.io/badge/built%20with-Vite+-646CFF?logo=vite&logoColor=white)](https://viteplus.dev)
4
- [![tested with vitest](https://img.shields.io/badge/tested%20with-Vitest-6E9F18?logo=vitest&logoColor=white)](https://vitest.dev)
3
+ [![npm version](https://img.shields.io/npm/v/@spences10/pi-redact?color=CB3837&logo=npm)](https://www.npmjs.com/package/@spences10/pi-redact)
4
+ [![built with Vite+](https://img.shields.io/badge/built%20with-Vite+-646CFF?logo=vite&logoColor=white)](https://viteplus.dev)
5
+ [![tested with Vitest](https://img.shields.io/badge/tested%20with-Vitest-6E9F18?logo=vitest&logoColor=white)](https://vitest.dev)
5
6
 
6
7
  Pi extension that redacts likely secrets from tool output before the
7
8
  model sees them.
8
9
 
9
- ## Install
10
+ Maintained in the `my-pi` Vite+ workspace and tested with Vitest.
11
+
12
+ ## Installation
10
13
 
11
14
  ```bash
12
15
  pi install npm:@spences10/pi-redact
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spences10/pi-redact",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Pi extension that redacts secrets from tool output before the model sees them",
5
5
  "keywords": [
6
6
  "pi",
@@ -32,12 +32,12 @@
32
32
  "access": "public"
33
33
  },
34
34
  "dependencies": {
35
- "@mariozechner/pi-ai": "^0.70.2",
36
- "@mariozechner/pi-coding-agent": "^0.70.2"
35
+ "@mariozechner/pi-ai": "^0.70.6",
36
+ "@mariozechner/pi-coding-agent": "^0.70.6"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^25.6.0",
40
- "typescript": "^5.9.3",
40
+ "typescript": "^6.0.0",
41
41
  "vitest": "^4.1.5"
42
42
  },
43
43
  "engines": {