@thi.ng/colored-noise 1.0.132 → 1.0.135
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 +5 -3
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -7,9 +7,11 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
|
|
11
|
-
> of
|
|
12
|
-
>
|
|
10
|
+
|
|
11
|
+
> This is one of 215 standalone projects. LLM-free, human-made and
|
|
12
|
+
> cared for software, maintained as part of the
|
|
13
|
+
> [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
|
|
14
|
+
> anti-framework.
|
|
13
15
|
>
|
|
14
16
|
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
17
|
> me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
|
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.135",
|
|
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.14",
|
|
44
|
+
"@thi.ng/random": "^4.1.51"
|
|
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.25",
|
|
48
|
+
"@thi.ng/dsp": "^4.7.118",
|
|
49
|
+
"@thi.ng/dsp-io-wav": "^2.1.213",
|
|
50
|
+
"@thi.ng/text-canvas": "^3.0.124",
|
|
51
|
+
"@thi.ng/transducers": "^9.6.39",
|
|
52
|
+
"@thi.ng/vectors": "^8.6.35",
|
|
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": "65b041e97110e16c01cf968949b72a0873f14445"
|
|
119
119
|
}
|