@tinoy/pi-child-request-dump 0.1.0 → 0.2.0

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.
@@ -10,7 +10,7 @@
10
10
  * request is written, so the last line of a run is the last request it built.
11
11
  *
12
12
  * Observation point. The row is built from the payload of this handler's turn.
13
- * Handlers run in extension order, and `orphan-repair.ts` rewrites
13
+ * Handlers run in extension order, and the orphan-repair extension rewrites
14
14
  * `payload.messages` later in that order, so a row here is the sequence pi's
15
15
  * converter produced, before any repair — which is the sequence that reaches the
16
16
  * provider when no repair is loaded.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinoy/pi-child-request-dump",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Structure-only JSONL record of each outbound provider request in a child session.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -13,18 +13,18 @@
13
13
  "url": "https://github.com/tinoy1336/pi-extensions/issues"
14
14
  },
15
15
  "type": "module",
16
- "main": "child-request-dump.ts",
16
+ "main": "index.ts",
17
17
  "keywords": [
18
18
  "pi-package"
19
19
  ],
20
20
  "files": [
21
- "child-request-dump.ts",
21
+ "index.ts",
22
22
  "README.md",
23
23
  "LICENSE"
24
24
  ],
25
25
  "pi": {
26
26
  "extensions": [
27
- "./child-request-dump.ts"
27
+ "./index.ts"
28
28
  ]
29
29
  },
30
30
  "engines": {