@stll/anonymize-docx 2.7.8 → 2.8.1
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/NOTICE +20 -0
- package/package.json +4 -3
package/NOTICE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
anonymize
|
|
2
|
+
Copyright 2026 stella labs, s.r.o.
|
|
3
|
+
|
|
4
|
+
This product includes software developed at stella labs, s.r.o.
|
|
5
|
+
(https://stll.app/).
|
|
6
|
+
|
|
7
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
8
|
+
not use this product except in compliance with the License. You may
|
|
9
|
+
obtain a copy of the License in the LICENSE file distributed with this product
|
|
10
|
+
or at https://www.apache.org/licenses/LICENSE-2.0.
|
|
11
|
+
|
|
12
|
+
--------------------------------------------------------------------------
|
|
13
|
+
|
|
14
|
+
Third-party notices
|
|
15
|
+
|
|
16
|
+
This product bundles and builds on third-party components distributed
|
|
17
|
+
under their own licenses (including MIT). Those components and their
|
|
18
|
+
attributions are listed in the ATTRIBUTION.md files under packages/ and
|
|
19
|
+
crates/, and the browser build's runtime attributions are listed in
|
|
20
|
+
packages/anonymize/wasm/README.md.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stll/anonymize-docx",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"description": "Structure-aware DOCX text extraction and rewriting for stella anonymization workflows",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"ATTRIBUTION.md",
|
|
15
15
|
"dist",
|
|
16
16
|
"LICENSE",
|
|
17
|
+
"NOTICE",
|
|
17
18
|
"README.md"
|
|
18
19
|
],
|
|
19
20
|
"publishConfig": {
|
|
@@ -31,12 +32,12 @@
|
|
|
31
32
|
"format": "oxfmt ."
|
|
32
33
|
},
|
|
33
34
|
"dependencies": {
|
|
34
|
-
"@stll/anonymize": "^2.
|
|
35
|
+
"@stll/anonymize": "^2.8.1",
|
|
35
36
|
"fflate": "^0.8.3"
|
|
36
37
|
},
|
|
37
38
|
"devDependencies": {
|
|
38
39
|
"@types/node": "^26.2.0",
|
|
39
|
-
"bun-types": "
|
|
40
|
+
"bun-types": "1.4.0",
|
|
40
41
|
"fflate": "^0.8.3",
|
|
41
42
|
"tsdown": "0.22.14",
|
|
42
43
|
"typescript": "7.0.2"
|