@tinoy/pi-cache-prefix-log 0.1.0 → 0.3.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.
package/README.md CHANGED
@@ -1,3 +1,10 @@
1
+ > [!WARNING]
2
+ > **Do not install anything here yet.**
3
+ >
4
+ > This is a fast-moving prototype: the interfaces change without notice, and nothing here
5
+ > is stable. Every package in this project is headed for a stable 1.0, but that is still
6
+ > some way off. Install one only if you intend to follow the code and expect breakage.
7
+
1
8
  # @tinoy/pi-cache-prefix-log
2
9
 
3
10
  One JSONL row per cache-prefix change, so a real cache miss can be named from the log.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinoy/pi-cache-prefix-log",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "One JSONL row per cache-prefix change, so a real cache miss can be named from the log.",
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": "cache-prefix-log.ts",
16
+ "main": "index.ts",
17
17
  "keywords": [
18
18
  "pi-package"
19
19
  ],
20
20
  "files": [
21
- "cache-prefix-log.ts",
21
+ "index.ts",
22
22
  "README.md",
23
23
  "LICENSE"
24
24
  ],
25
25
  "pi": {
26
26
  "extensions": [
27
- "./cache-prefix-log.ts"
27
+ "./index.ts"
28
28
  ]
29
29
  },
30
30
  "engines": {
File without changes