@thi.ng/fuzzy-viz 2.1.149 → 2.1.151

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**: 2024-07-06T12:02:18Z
3
+ - **Last updated**: 2024-07-22T13:15:57Z
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,13 +1,13 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
  <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/fuzzy-viz](https://media.thi.ng/umbrella/banners-20230807/thing-fuzzy-viz.svg?61b5d627)
3
+ # ![@thi.ng/fuzzy-viz](https://media.thi.ng/umbrella/banners-20230807/thing-fuzzy-viz.svg?5f703c99)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/fuzzy-viz.svg)](https://www.npmjs.com/package/@thi.ng/fuzzy-viz)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/fuzzy-viz.svg)
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 188 standalone projects, maintained as part
10
+ > This is one of 198 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
@@ -72,6 +72,8 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1023 bytes
72
72
  - [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/develop/packages/strings)
73
73
  - [@thi.ng/text-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/text-canvas)
74
74
 
75
+ Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
76
+
75
77
  ## API
76
78
 
77
79
  [Generated API docs](https://docs.thi.ng/umbrella/fuzzy-viz/)
@@ -86,7 +88,7 @@ variable](https://github.com/thi-ng/umbrella/tree/develop/packages/fuzzy#linguis
86
88
  ```ts tangle:export/readme-svg.ts
87
89
  import { invSigmoid, sigmoid, trapezoid, variable } from "@thi.ng/fuzzy";
88
90
  import { varToSvg } from "@thi.ng/fuzzy-viz";
89
- import { writeFileSync } from "fs";
91
+ import { writeFileSync } "node:fs";
90
92
 
91
93
  // temperature sets (in celsius)
92
94
  const temp = variable([-20, 40], {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/fuzzy-viz",
3
- "version": "2.1.149",
3
+ "version": "2.1.151",
4
4
  "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,13 +36,13 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.5",
40
- "@thi.ng/fuzzy": "^2.1.85",
41
- "@thi.ng/hiccup": "^5.2.5",
42
- "@thi.ng/hiccup-svg": "^5.3.3",
43
- "@thi.ng/math": "^5.11.3",
44
- "@thi.ng/strings": "^3.7.37",
45
- "@thi.ng/text-canvas": "^3.0.27"
39
+ "@thi.ng/api": "^8.11.7",
40
+ "@thi.ng/fuzzy": "^2.1.87",
41
+ "@thi.ng/hiccup": "^5.2.7",
42
+ "@thi.ng/hiccup-svg": "^5.3.5",
43
+ "@thi.ng/math": "^5.11.5",
44
+ "@thi.ng/strings": "^3.8.1",
45
+ "@thi.ng/text-canvas": "^3.0.29"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.47.0",
@@ -92,5 +92,5 @@
92
92
  "parent": "@thi.ng/fuzzy",
93
93
  "year": 2020
94
94
  },
95
- "gitHead": "ba4f2cd15eeb0cae30efe222524da4fed2a57267\n"
95
+ "gitHead": "324d6b7dbf31558329e9fb6452e29b2f7db9c61a\n"
96
96
  }