@thi.ng/rstream-csp 3.1.157 → 3.1.158

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 -105
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:53Z
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
@@ -21,107 +23,3 @@ and/or version bumps of transitive dependencies.
21
23
  #### ♻️ Refactoring
22
24
 
23
25
  - update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
24
-
25
- ## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-csp@3.1.0) (2021-11-17)
26
-
27
- #### 🚀 Features
28
-
29
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
30
- Improving the overall build ergonomics
31
- - introduced a tools workspaces
32
- - imported it in all needed packages/examples
33
- - inclusive project root
34
-
35
- #### ♻️ Refactoring
36
-
37
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
38
- this commit reverts (partly) changes made in:
39
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
40
- overall purpose is better testament ergonomics:
41
- instead of having to pass NODE_OPTIONS with every invocation
42
- having a binary to handle this for us.
43
-
44
- ### [3.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-csp@3.0.1) (2021-10-13)
45
-
46
- #### ♻️ Refactoring
47
-
48
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
49
-
50
- # [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-csp@3.0.0) (2021-10-12)
51
-
52
- #### 🛑 Breaking changes
53
-
54
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
55
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
56
- - only ESM modules will be published from now on
57
- - CJS obsolete due to ESM support in recent versions of node:
58
- - i.e. launch NodeJS via:
59
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
60
- - in the node REPL use `await import(...)` instead of `require()`
61
- - UMD obsolete due to widespread browser support for ESM
62
- Also:
63
- - normalize/restructure/reorg all package.json files
64
- - cleanup all build scripts, remove obsolete
65
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
66
-
67
- #### ♻️ Refactoring
68
-
69
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
70
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
71
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
72
- - update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
73
- - minor pkg restructure ([103f1ba](https://github.com/thi-ng/umbrella/commit/103f1ba))
74
-
75
- ### [2.0.45](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-csp@2.0.45) (2020-12-07)
76
-
77
- #### ♻️ Refactoring
78
-
79
- - update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
80
- - update type-only imports ([615761b](https://github.com/thi-ng/umbrella/commit/615761b))
81
-
82
- ### [2.0.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-csp@2.0.3) (2020-02-25)
83
-
84
- #### ♻️ Refactoring
85
-
86
- - update imports ([4001d12](https://github.com/thi-ng/umbrella/commit/4001d12))
87
-
88
- # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-csp@2.0.0) (2019-11-30)
89
-
90
- #### 🛑 Breaking changes
91
-
92
- - use options object arg ([b39f4d0](https://github.com/thi-ng/umbrella/commit/b39f4d0))
93
- - BREAKING CHANGE: use options object arg for fromChannel()
94
-
95
- ### [1.0.31](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-csp@1.0.31) (2019-08-21)
96
-
97
- #### ♻️ Refactoring
98
-
99
- - update to new rstream api ([9d05f4e](https://github.com/thi-ng/umbrella/commit/9d05f4e))
100
-
101
- ### [1.0.24](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-csp@1.0.24) (2019-04-24)
102
-
103
- #### ♻️ Refactoring
104
-
105
- - replace DEBUG w/ LOGGER impl ([8a87bd0](https://github.com/thi-ng/umbrella/commit/8a87bd0))
106
-
107
- # [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-csp@1.0.0) (2019-01-21)
108
-
109
- #### 🛑 Breaking changes
110
-
111
- - update package scripts, outputs, imports in remaining packages ([f912a84](https://github.com/thi-ng/umbrella/commit/f912a84))
112
- - BREAKING CHANGE: enable multi-outputs (ES6 modules, CJS, UMD)
113
- - build scripts now first build ES6 modules in package root, then call
114
- `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
115
- - all imports MUST be updated to only refer to package level
116
- (not individual files anymore). tree shaking in user land will get rid of
117
- all unused imported symbols
118
-
119
- #### ♻️ Refactoring
120
-
121
- - use arrow fns ([762db4e](https://github.com/thi-ng/umbrella/commit/762db4e))
122
-
123
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-csp@0.1.0) (2018-01-28)
124
-
125
- #### 🚀 Features
126
-
127
- - add new package, remove CSP dep from rstream ([e37f6a1](https://github.com/thi-ng/umbrella/commit/e37f6a1))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-csp",
3
- "version": "3.1.157",
3
+ "version": "3.1.158",
4
4
  "description": "@thi.ng/csp bridge module for @thi.ng/rstream",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,14 +40,13 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/csp": "^3.2.21",
44
- "@thi.ng/rstream": "^9.2.6"
43
+ "@thi.ng/csp": "^3.2.22",
44
+ "@thi.ng/rstream": "^9.2.7"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.48.1",
48
47
  "esbuild": "^0.24.2",
49
48
  "typedoc": "^0.27.6",
50
- "typescript": "^5.7.2"
49
+ "typescript": "^5.7.3"
51
50
  },
52
51
  "keywords": [
53
52
  "async",
@@ -81,5 +80,5 @@
81
80
  ],
82
81
  "year": 2018
83
82
  },
84
- "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
83
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
85
84
  }