@peac/mappings-content-signals 0.11.2 → 0.11.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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Parses signals from multiple sources and resolves them using priority precedence
|
|
|
14
14
|
|
|
15
15
|
Content-Signal header support is reserved for a future version.
|
|
16
16
|
|
|
17
|
-
### Scope (v0.11.
|
|
17
|
+
### Scope (v0.11.3)
|
|
18
18
|
|
|
19
19
|
This package provides **header and file parsing only**. Each parser receives pre-fetched content as a string; there is no network I/O. The Content-Usage parser handles the HTTP header exclusively; it does not parse robots.txt directives or any other signal source.
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peac/mappings-content-signals",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"description": "Content use policy signal parsing for PEAC (robots.txt, tdmrep.json, Content-Usage)",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@peac/kernel": "0.11.
|
|
27
|
-
"@peac/schema": "0.11.
|
|
26
|
+
"@peac/kernel": "0.11.3",
|
|
27
|
+
"@peac/schema": "0.11.3"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^22.19.11",
|