@thi.ng/colored-noise 1.0.52 → 1.0.53

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/colored-noise",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
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.11",
38
+ "@thi.ng/binary": "^3.4.12",
39
39
  "@thi.ng/random": "^3.6.30"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.40.1",
43
43
  "@thi.ng/api": "^8.9.23",
44
- "@thi.ng/dsp": "^4.7.9",
45
- "@thi.ng/dsp-io-wav": "^2.1.95",
46
- "@thi.ng/text-canvas": "^2.6.37",
47
- "@thi.ng/transducers": "^8.9.1",
48
- "@thi.ng/vectors": "^7.10.6",
44
+ "@thi.ng/dsp": "^4.7.11",
45
+ "@thi.ng/dsp-io-wav": "^2.1.97",
46
+ "@thi.ng/text-canvas": "^3.0.0",
47
+ "@thi.ng/transducers": "^8.9.3",
48
+ "@thi.ng/vectors": "^7.10.8",
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": "e5e7d5c6ed2eadee7a91d59cbd0c86ce880ab1c5\n"
114
+ "gitHead": "ea2ec2e4f14c572bbfac00c43953a6c4033da09e\n"
115
115
  }