@thi.ng/text-analysis 0.4.13 → 0.4.15

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-07-30T22:32:35Z
3
+ - **Last updated**: 2025-08-04T09:13:01Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/text-analysis",
3
- "version": "0.4.13",
3
+ "version": "0.4.15",
4
4
  "description": "Text tokenization, transformation & analysis transducers, utilities, stop words, porter stemming, vector encodings, similarities",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,20 +39,20 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.33",
43
- "@thi.ng/arrays": "^2.13.6",
44
- "@thi.ng/bidir-index": "^1.3.4",
45
- "@thi.ng/checks": "^3.7.13",
46
- "@thi.ng/distance": "^3.0.11",
47
- "@thi.ng/k-means": "^2.0.9",
48
- "@thi.ng/strings": "^3.9.19",
49
- "@thi.ng/transducers": "^9.6.4",
50
- "@thi.ng/vectors": "^8.6.1"
42
+ "@thi.ng/api": "^8.12.1",
43
+ "@thi.ng/arrays": "^2.13.8",
44
+ "@thi.ng/bidir-index": "^1.3.6",
45
+ "@thi.ng/checks": "^3.7.15",
46
+ "@thi.ng/distance": "^3.0.13",
47
+ "@thi.ng/k-means": "^2.0.11",
48
+ "@thi.ng/strings": "^3.9.21",
49
+ "@thi.ng/transducers": "^9.6.6",
50
+ "@thi.ng/vectors": "^8.6.3"
51
51
  },
52
52
  "devDependencies": {
53
53
  "esbuild": "^0.25.8",
54
- "typedoc": "^0.28.7",
55
- "typescript": "^5.8.3"
54
+ "typedoc": "^0.28.9",
55
+ "typescript": "^5.9.2"
56
56
  },
57
57
  "keywords": [
58
58
  "analysis",
@@ -141,5 +141,5 @@
141
141
  "status": "alpha",
142
142
  "year": 2021
143
143
  },
144
- "gitHead": "76ffdc6e27bced158471ed47700919e7079956ca\n"
144
+ "gitHead": "0bcedf8d1dd4f30cd06bb2c668599628f2f0141e\n"
145
145
  }