@thi.ng/fuzzy 2.1.141 → 2.1.143

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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  > [!NOTE]
10
10
 
11
- > This is one of 215 standalone projects. LLM-free, human-made and
11
+ > This is one of 216 standalone projects. LLM-free, human-made and
12
12
  > cared for software, maintained as part of the
13
13
  > [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
14
14
  > anti-framework.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/fuzzy",
3
- "version": "2.1.141",
3
+ "version": "2.1.143",
4
4
  "description": "Fuzzy logic operators & configurable rule inferencing engine",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,11 +40,11 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.25",
44
- "@thi.ng/math": "^5.15.14"
43
+ "@thi.ng/api": "^8.12.27",
44
+ "@thi.ng/math": "^5.15.16"
45
45
  },
46
46
  "devDependencies": {
47
- "esbuild": "^0.28.0",
47
+ "esbuild": "^0.28.1",
48
48
  "typedoc": "^0.28.19",
49
49
  "typescript": "^6.0.3"
50
50
  },
@@ -105,5 +105,5 @@
105
105
  "thi.ng": {
106
106
  "year": 2020
107
107
  },
108
- "gitHead": "65b041e97110e16c01cf968949b72a0873f14445"
108
+ "gitHead": "febee81fd8b59e5e330a6e6521a2667ed5401a3d"
109
109
  }