@thi.ng/colored-noise 1.0.134 → 1.0.136
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/README.md +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
10
|
|
|
11
|
-
> This is one of
|
|
11
|
+
> This is one of 216 standalone projects. LLM-free, human-made and
|
|
12
12
|
> cared for software, maintained as part of the
|
|
13
13
|
> [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
|
|
14
14
|
> anti-framework.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/colored-noise",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.136",
|
|
4
4
|
"description": "Customizable O(1) ES6 generators for colored noise",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/binary": "^3.6.
|
|
44
|
-
"@thi.ng/random": "^4.1.
|
|
43
|
+
"@thi.ng/binary": "^3.6.15",
|
|
44
|
+
"@thi.ng/random": "^4.1.52"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@thi.ng/api": "^8.12.
|
|
48
|
-
"@thi.ng/dsp": "^4.7.
|
|
49
|
-
"@thi.ng/dsp-io-wav": "^2.1.
|
|
50
|
-
"@thi.ng/text-canvas": "^3.0.
|
|
51
|
-
"@thi.ng/transducers": "^9.6.
|
|
52
|
-
"@thi.ng/vectors": "^8.6.
|
|
47
|
+
"@thi.ng/api": "^8.12.26",
|
|
48
|
+
"@thi.ng/dsp": "^4.7.119",
|
|
49
|
+
"@thi.ng/dsp-io-wav": "^2.1.214",
|
|
50
|
+
"@thi.ng/text-canvas": "^3.0.125",
|
|
51
|
+
"@thi.ng/transducers": "^9.6.40",
|
|
52
|
+
"@thi.ng/vectors": "^8.6.36",
|
|
53
53
|
"esbuild": "^0.28.0",
|
|
54
54
|
"typedoc": "^0.28.19",
|
|
55
55
|
"typescript": "^6.0.3"
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
],
|
|
116
116
|
"year": 2015
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "c47c56420bcae2e0477d252a497be44f08ca185a"
|
|
119
119
|
}
|