@thi.ng/colored-noise 1.0.90 → 1.0.91

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 (2) hide show
  1. package/CHANGELOG.md +3 -65
  2. package/package.json +11 -12
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:52Z
3
+ - **Last updated**: 2025-01-23T13:39:11Z
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.
7
+ Only versions published since **2022-01-01** are listed here.
8
+ Please consult the Git history for older version information.
7
9
  See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
10
 
9
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
@@ -43,67 +45,3 @@ and/or version bumps of transitive dependencies.
43
45
  - update all generators
44
46
  - update tools/examples
45
47
  - update readme
46
-
47
- ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/colored-noise@0.3.0) (2021-11-17)
48
-
49
- #### 🚀 Features
50
-
51
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
52
- Improving the overall build ergonomics
53
- - introduced a tools workspaces
54
- - imported it in all needed packages/examples
55
- - inclusive project root
56
-
57
- #### ♻️ Refactoring
58
-
59
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
60
- this commit reverts (partly) changes made in:
61
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
62
- overall purpose is better testament ergonomics:
63
- instead of having to pass NODE_OPTIONS with every invocation
64
- having a binary to handle this for us.
65
-
66
- ### [0.2.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/colored-noise@0.2.1) (2021-10-13)
67
-
68
- #### ♻️ Refactoring
69
-
70
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
71
- - add .js suffix for all relative imports
72
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
73
-
74
- ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/colored-noise@0.2.0) (2021-10-12)
75
-
76
- #### 🛑 Breaking changes
77
-
78
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
79
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
80
- - only ESM modules will be published from now on
81
- - CJS obsolete due to ESM support in recent versions of node:
82
- - i.e. launch NodeJS via:
83
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
84
- - in the node REPL use `await import(...)` instead of `require()`
85
- - UMD obsolete due to widespread browser support for ESM
86
- Also:
87
- - normalize/restructure/reorg all package.json files
88
- - cleanup all build scripts, remove obsolete
89
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
90
-
91
- #### ♻️ Refactoring
92
-
93
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
94
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
95
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
96
- - update imports ([c0d9e17](https://github.com/thi-ng/umbrella/commit/c0d9e17))
97
- - minor pkg restructure (various) ([47f88d2](https://github.com/thi-ng/umbrella/commit/47f88d2))
98
-
99
- ### [0.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/colored-noise@0.1.1) (2020-09-13)
100
-
101
- #### ♻️ Refactoring
102
-
103
- - update imports, use new Fn types in various pkgs ([ced1e5d](https://github.com/thi-ng/umbrella/commit/ced1e5d))
104
-
105
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/colored-noise@0.1.0) (2020-08-28)
106
-
107
- #### 🚀 Features
108
-
109
- - import as new pkg (MBP2010) ([6459256](https://github.com/thi-ng/umbrella/commit/6459256))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/colored-noise",
3
- "version": "1.0.90",
3
+ "version": "1.0.91",
4
4
  "description": "Customizable O(1) ES6 generators for colored noise",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,20 +40,19 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/binary": "^3.4.40",
44
- "@thi.ng/random": "^4.1.8"
43
+ "@thi.ng/binary": "^3.4.41",
44
+ "@thi.ng/random": "^4.1.9"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.48.1",
48
- "@thi.ng/api": "^8.11.17",
49
- "@thi.ng/dsp": "^4.7.59",
50
- "@thi.ng/dsp-io-wav": "^2.1.150",
51
- "@thi.ng/text-canvas": "^3.0.53",
52
- "@thi.ng/transducers": "^9.2.15",
53
- "@thi.ng/vectors": "^7.12.17",
47
+ "@thi.ng/api": "^8.11.18",
48
+ "@thi.ng/dsp": "^4.7.60",
49
+ "@thi.ng/dsp-io-wav": "^2.1.151",
50
+ "@thi.ng/text-canvas": "^3.0.54",
51
+ "@thi.ng/transducers": "^9.2.16",
52
+ "@thi.ng/vectors": "^7.12.18",
54
53
  "esbuild": "^0.24.2",
55
54
  "typedoc": "^0.27.6",
56
- "typescript": "^5.7.2"
55
+ "typescript": "^5.7.3"
57
56
  },
58
57
  "keywords": [
59
58
  "1d",
@@ -116,5 +115,5 @@
116
115
  ],
117
116
  "year": 2015
118
117
  },
119
- "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
118
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
120
119
  }