@thi.ng/fuzzy 2.1.11 → 2.1.12

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-08-01T14:53:59Z
3
+ - **Last updated**: 2022-09-21T21:37:59Z
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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![fuzzy](https://media.thi.ng/umbrella/banners/thing-fuzzy.svg?74e82ef9)
3
+ # ![fuzzy](https://media.thi.ng/umbrella/banners-20220914/thing-fuzzy.svg?1b27c27a)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/fuzzy.svg)](https://www.npmjs.com/package/@thi.ng/fuzzy)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/fuzzy.svg)
@@ -12,8 +12,8 @@ This project is part of the
12
12
  - [About](#about)
13
13
  - [Features](#features)
14
14
  - [References / Further reading](#references--further-reading)
15
- - [Status](#status)
16
- - [Support packages](#support-packages)
15
+ - [Status](#status)
16
+ - [Support packages](#support-packages)
17
17
  - [Installation](#installation)
18
18
  - [Dependencies](#dependencies)
19
19
  - [API](#api)
@@ -56,13 +56,13 @@ Fuzzy logic operators & configurable rule inferencing engine.
56
56
  - [Defuzzification methods](https://cse.iitkgp.ac.in/~dsamanta/courses/archive/sca/Archives/Chapter%205%20Defuzzification%20Methods.pdf)
57
57
  - [Comparison of the COG Defuzzification Technique](https://arxiv.org/pdf/1612.00742.pdf)
58
58
 
59
- ### Status
59
+ ## Status
60
60
 
61
61
  **STABLE** - used in production
62
62
 
63
63
  [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bfuzzy%5D+in%3Atitle)
64
64
 
65
- ### Support packages
65
+ ## Support packages
66
66
 
67
67
  - [@thi.ng/fuzzy-viz](https://github.com/thi-ng/umbrella/tree/develop/packages/fuzzy-viz) - Visualization, instrumentation & introspection utils for [@thi.ng/fuzzy](https://github.com/thi-ng/umbrella/tree/develop/packages/fuzzy)
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/fuzzy",
3
- "version": "2.1.11",
3
+ "version": "2.1.12",
4
4
  "description": "Fuzzy logic operators & configurable rule inferencing engine",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,16 +34,16 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.1",
38
- "@thi.ng/math": "^5.3.7"
37
+ "@thi.ng/api": "^8.4.2",
38
+ "@thi.ng/math": "^5.3.8"
39
39
  },
40
40
  "devDependencies": {
41
- "@microsoft/api-extractor": "^7.25.0",
42
- "@thi.ng/testament": "^0.2.12",
41
+ "@microsoft/api-extractor": "^7.31.1",
42
+ "@thi.ng/testament": "^0.3.0",
43
43
  "rimraf": "^3.0.2",
44
44
  "tools": "^0.0.1",
45
45
  "typedoc": "^0.22.17",
46
- "typescript": "^4.7.4"
46
+ "typescript": "^4.8.3"
47
47
  },
48
48
  "keywords": [
49
49
  "agent",
@@ -105,5 +105,5 @@
105
105
  "thi.ng": {
106
106
  "year": 2020
107
107
  },
108
- "gitHead": "be8423e2019e95c14a096260a93b9762dde0c768\n"
108
+ "gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
109
109
  }