@thi.ng/rstream-csp 3.1.194 → 3.1.198

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/package.json +82 -82
  2. package/CHANGELOG.md +0 -25
package/package.json CHANGED
@@ -1,83 +1,83 @@
1
1
  {
2
- "name": "@thi.ng/rstream-csp",
3
- "version": "3.1.194",
4
- "description": "@thi.ng/csp bridge module for @thi.ng/rstream",
5
- "type": "module",
6
- "module": "./index.js",
7
- "typings": "./index.d.ts",
8
- "sideEffects": false,
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/thi-ng/umbrella.git"
12
- },
13
- "homepage": "https://thi.ng/rstream-csp",
14
- "funding": [
15
- {
16
- "type": "github",
17
- "url": "https://github.com/sponsors/postspectacular"
18
- },
19
- {
20
- "type": "patreon",
21
- "url": "https://patreon.com/thing_umbrella"
22
- },
23
- {
24
- "type": "liberapay",
25
- "url": "https://liberapay.com/thi.ng"
26
- }
27
- ],
28
- "author": "Karsten Schmidt (https://thi.ng)",
29
- "license": "Apache-2.0",
30
- "scripts": {
31
- "build": "yarn build:esbuild && yarn build:decl",
32
- "build:decl": "tsc --declaration --emitDeclarationOnly",
33
- "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
- "clean": "bun ../../tools/src/clean-package.ts",
35
- "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
- "pub": "yarn npm publish --access public",
38
- "test": "bun test",
39
- "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
- },
41
- "dependencies": {
42
- "@thi.ng/csp": "^3.3.0",
43
- "@thi.ng/rstream": "^9.2.43"
44
- },
45
- "devDependencies": {
46
- "esbuild": "^0.25.9",
47
- "typedoc": "^0.28.12",
48
- "typescript": "^5.9.2"
49
- },
50
- "keywords": [
51
- "async",
52
- "csp",
53
- "reactive",
54
- "rstream",
55
- "stream",
56
- "typescript"
57
- ],
58
- "publishConfig": {
59
- "access": "public"
60
- },
61
- "engines": {
62
- "node": ">=18"
63
- },
64
- "files": [
65
- "./*.js",
66
- "./*.d.ts"
67
- ],
68
- "exports": {
69
- ".": {
70
- "default": "./index.js"
71
- }
72
- },
73
- "thi.ng": {
74
- "alias": "rscsp",
75
- "parent": "@thi.ng/rstream",
76
- "related": [
77
- "csp",
78
- "rstream"
79
- ],
80
- "year": 2018
81
- },
82
- "gitHead": "fbf4b46ba8a5ecff8c5423f4c2d158d208d20fc8\n"
83
- }
2
+ "name": "@thi.ng/rstream-csp",
3
+ "version": "3.1.198",
4
+ "description": "@thi.ng/csp bridge module for @thi.ng/rstream",
5
+ "type": "module",
6
+ "module": "./index.js",
7
+ "typings": "./index.d.ts",
8
+ "sideEffects": false,
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/thi-ng/umbrella.git"
12
+ },
13
+ "homepage": "https://thi.ng/rstream-csp",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/postspectacular"
18
+ },
19
+ {
20
+ "type": "patreon",
21
+ "url": "https://patreon.com/thing_umbrella"
22
+ },
23
+ {
24
+ "type": "liberapay",
25
+ "url": "https://liberapay.com/thi.ng"
26
+ }
27
+ ],
28
+ "author": "Karsten Schmidt (https://thi.ng)",
29
+ "license": "Apache-2.0",
30
+ "scripts": {
31
+ "build": "yarn build:esbuild && yarn build:decl",
32
+ "build:decl": "tsc --declaration --emitDeclarationOnly",
33
+ "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
+ "clean": "bun ../../tools/src/clean-package.ts",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
+ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
+ "pub": "npm publish --access public",
38
+ "test": "bun test",
39
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
+ },
41
+ "dependencies": {
42
+ "@thi.ng/csp": "^3.3.4",
43
+ "@thi.ng/rstream": "^9.3.3"
44
+ },
45
+ "devDependencies": {
46
+ "esbuild": "^0.25.11",
47
+ "typedoc": "^0.28.14",
48
+ "typescript": "^5.9.3"
49
+ },
50
+ "keywords": [
51
+ "async",
52
+ "csp",
53
+ "reactive",
54
+ "rstream",
55
+ "stream",
56
+ "typescript"
57
+ ],
58
+ "publishConfig": {
59
+ "access": "public"
60
+ },
61
+ "engines": {
62
+ "node": ">=18"
63
+ },
64
+ "files": [
65
+ "./*.js",
66
+ "./*.d.ts"
67
+ ],
68
+ "exports": {
69
+ ".": {
70
+ "default": "./index.js"
71
+ }
72
+ },
73
+ "thi.ng": {
74
+ "alias": "rscsp",
75
+ "parent": "@thi.ng/rstream",
76
+ "related": [
77
+ "csp",
78
+ "rstream"
79
+ ],
80
+ "year": 2018
81
+ },
82
+ "gitHead": "136a5e5ef0b69e82329db00d806c3c4e8f1aa063\n"
83
+ }
package/CHANGELOG.md DELETED
@@ -1,25 +0,0 @@
1
- # Change Log
2
-
3
- - **Last updated**: 2025-09-01T16:38:35Z
4
- - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
-
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.
9
- See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
10
-
11
- **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
- and/or version bumps of transitive dependencies.
13
-
14
- ### [3.1.122](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-csp@3.1.122) (2024-04-25)
15
-
16
- #### ♻️ Refactoring
17
-
18
- - minor internal update to reflect new [@thi.ng/csp](https://github.com/thi-ng/umbrella/tree/main/packages/csp) API ([bbb33c3](https://github.com/thi-ng/umbrella/commit/bbb33c3))
19
- - update tests
20
-
21
- ### [3.1.80](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-csp@3.1.80) (2023-11-09)
22
-
23
- #### ♻️ Refactoring
24
-
25
- - update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))