@thi.ng/colored-noise 1.0.95 → 1.0.97

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -2
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-03-09T19:21:53Z
3
+ - **Last updated**: 2025-03-18T13:24:25Z
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/colored-noise](https://media.thi.ng/umbrella/banners-20230807/thing-colored-noise.svg?c5c90855)
3
+ # ![@thi.ng/colored-noise](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-colored-noise.svg?c5c90855)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/colored-noise.svg)](https://www.npmjs.com/package/@thi.ng/colored-noise)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/colored-noise.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 203 standalone projects, maintained as part
10
+ > This is one of 204 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
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/colored-noise",
3
- "version": "1.0.95",
3
+ "version": "1.0.97",
4
4
  "description": "Customizable O(1) ES6 generators for colored noise",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,19 +39,19 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/binary": "^3.4.45",
43
- "@thi.ng/random": "^4.1.13"
42
+ "@thi.ng/binary": "^3.4.47",
43
+ "@thi.ng/random": "^4.1.15"
44
44
  },
45
45
  "devDependencies": {
46
- "@thi.ng/api": "^8.11.22",
47
- "@thi.ng/dsp": "^4.7.66",
48
- "@thi.ng/dsp-io-wav": "^2.1.157",
49
- "@thi.ng/text-canvas": "^3.0.60",
50
- "@thi.ng/transducers": "^9.2.22",
51
- "@thi.ng/vectors": "^7.12.24",
52
- "esbuild": "^0.25.0",
53
- "typedoc": "^0.27.7",
54
- "typescript": "^5.7.3"
46
+ "@thi.ng/api": "^8.11.24",
47
+ "@thi.ng/dsp": "^4.7.68",
48
+ "@thi.ng/dsp-io-wav": "^2.1.159",
49
+ "@thi.ng/text-canvas": "^3.0.62",
50
+ "@thi.ng/transducers": "^9.2.24",
51
+ "@thi.ng/vectors": "^7.12.26",
52
+ "esbuild": "^0.25.1",
53
+ "typedoc": "^0.28.0",
54
+ "typescript": "^5.8.2"
55
55
  },
56
56
  "keywords": [
57
57
  "1d",
@@ -114,5 +114,5 @@
114
114
  ],
115
115
  "year": 2015
116
116
  },
117
- "gitHead": "55987d581e4985b1c3091ba6be3f9b53a0c5eeea\n"
117
+ "gitHead": "1646e0ffcdfd812b29e1b9c7c528d294ea60373e\n"
118
118
  }