@stll/anonymize-pdf 2.6.2 → 2.7.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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stll/anonymize-pdf",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"description": "Fail-closed PDF coverage and risk inspection contracts for stella anonymization",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"format": "oxfmt ."
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@stll/anonymize": "2.
|
|
34
|
+
"@stll/anonymize": "2.7.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^26.1.1",
|
|
38
38
|
"bun-types": "^1.3.14",
|
|
39
|
-
"tsdown": "0.22.
|
|
39
|
+
"tsdown": "0.22.12",
|
|
40
40
|
"typescript": "7.0.2"
|
|
41
41
|
}
|
|
42
42
|
}
|