@thi.ng/colored-noise 1.0.56 → 1.0.58

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 -13
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-02-22T23:15:26Z
3
+ - **Last updated**: 2024-03-01T15:22:50Z
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,16 +1,5 @@
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
- > [!IMPORTANT]
4
- > ‼️ Announcing the thi.ng user survey 2024 📋
5
- >
6
- > [Please participate in the survey here!](https://forms.gle/XacbSDEmQMPZg8197)\
7
- > (open until end of February)
8
- >
9
- > **To achieve a better sample size, I'd highly appreciate if you could
10
- > circulate the link to this survey in your own networks.**
11
- >
12
- > [Discussion](https://github.com/thi-ng/umbrella/discussions/447)
13
-
14
3
  # ![@thi.ng/colored-noise](https://media.thi.ng/umbrella/banners-20230807/thing-colored-noise.svg?c61b2506)
15
4
 
16
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/colored-noise.svg)](https://www.npmjs.com/package/@thi.ng/colored-noise)
@@ -22,7 +11,7 @@
22
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
23
12
  > and anti-framework.
24
13
  >
25
- > 🚀 Help me to work full-time on these projects by [sponsoring me on
14
+ > 🚀 Please help me to work full-time on these projects by [sponsoring me on
26
15
  > GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️
27
16
 
28
17
  - [About](#about)
@@ -388,7 +377,7 @@ For Node.js REPL:
388
377
  const coloredNoise = await import("@thi.ng/colored-noise");
389
378
  ```
390
379
 
391
- Package sizes (brotli'd, pre-treeshake): ESM: 496 bytes
380
+ Package sizes (brotli'd, pre-treeshake): ESM: 494 bytes
392
381
 
393
382
  ## Dependencies
394
383
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/colored-noise",
3
- "version": "1.0.56",
3
+ "version": "1.0.58",
4
4
  "description": "Customizable O(1) ES6 generators for colored noise",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,17 +35,17 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/binary": "^3.4.14",
39
- "@thi.ng/random": "^3.6.32"
38
+ "@thi.ng/binary": "^3.4.16",
39
+ "@thi.ng/random": "^3.6.34"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.40.1",
43
- "@thi.ng/api": "^8.9.25",
44
- "@thi.ng/dsp": "^4.7.14",
45
- "@thi.ng/dsp-io-wav": "^2.1.100",
46
- "@thi.ng/text-canvas": "^3.0.3",
47
- "@thi.ng/transducers": "^8.9.6",
48
- "@thi.ng/vectors": "^7.10.11",
43
+ "@thi.ng/api": "^8.9.27",
44
+ "@thi.ng/dsp": "^4.7.16",
45
+ "@thi.ng/dsp-io-wav": "^2.1.103",
46
+ "@thi.ng/text-canvas": "^3.0.6",
47
+ "@thi.ng/transducers": "^8.9.8",
48
+ "@thi.ng/vectors": "^7.10.14",
49
49
  "esbuild": "^0.20.0",
50
50
  "rimraf": "^5.0.5",
51
51
  "typedoc": "^0.25.7",
@@ -111,5 +111,5 @@
111
111
  ],
112
112
  "year": 2015
113
113
  },
114
- "gitHead": "16f2b92b5410bd35dcde6c2971c8e62783ebc472\n"
114
+ "gitHead": "d660ae8fd1bf64d919b4334f19509f1f539d70f6\n"
115
115
  }