@thi.ng/colored-noise 1.0.56 → 1.0.57

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 +1 -1
  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-02-25T14:07:53Z
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
@@ -388,7 +388,7 @@ For Node.js REPL:
388
388
  const coloredNoise = await import("@thi.ng/colored-noise");
389
389
  ```
390
390
 
391
- Package sizes (brotli'd, pre-treeshake): ESM: 496 bytes
391
+ Package sizes (brotli'd, pre-treeshake): ESM: 494 bytes
392
392
 
393
393
  ## Dependencies
394
394
 
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.57",
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.15",
39
+ "@thi.ng/random": "^3.6.33"
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.26",
44
+ "@thi.ng/dsp": "^4.7.15",
45
+ "@thi.ng/dsp-io-wav": "^2.1.101",
46
+ "@thi.ng/text-canvas": "^3.0.4",
47
+ "@thi.ng/transducers": "^8.9.7",
48
+ "@thi.ng/vectors": "^7.10.12",
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": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\n"
115
115
  }