@thi.ng/rstream-csp 3.1.29 → 3.1.30
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/CHANGELOG.md +5 -5
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2022-
|
|
3
|
+
- **Last updated**: 2022-11-23T22:46:54Z
|
|
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.
|
|
@@ -53,18 +53,18 @@ and/or version bumps of transitive dependencies.
|
|
|
53
53
|
|
|
54
54
|
#### ♻️ Refactoring
|
|
55
55
|
|
|
56
|
-
- minor pkg restructure ([103f1ba](https://github.com/thi-ng/umbrella/commit/103f1ba))
|
|
57
|
-
- update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
|
|
58
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
59
56
|
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
60
57
|
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
58
|
+
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
59
|
+
- update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
|
|
60
|
+
- minor pkg restructure ([103f1ba](https://github.com/thi-ng/umbrella/commit/103f1ba))
|
|
61
61
|
|
|
62
62
|
### [2.0.45](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-csp@2.0.45) (2020-12-07)
|
|
63
63
|
|
|
64
64
|
#### ♻️ Refactoring
|
|
65
65
|
|
|
66
|
-
- update type-only imports ([615761b](https://github.com/thi-ng/umbrella/commit/615761b))
|
|
67
66
|
- update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
|
|
67
|
+
- update type-only imports ([615761b](https://github.com/thi-ng/umbrella/commit/615761b))
|
|
68
68
|
|
|
69
69
|
### [2.0.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-csp@2.0.3) (2020-02-25)
|
|
70
70
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rstream-csp",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.30",
|
|
4
4
|
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/csp": "^2.1.
|
|
38
|
-
"@thi.ng/rstream": "^7.2.
|
|
37
|
+
"@thi.ng/csp": "^2.1.28",
|
|
38
|
+
"@thi.ng/rstream": "^7.2.28"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@microsoft/api-extractor": "^7.33.5",
|
|
42
|
-
"@thi.ng/testament": "^0.3.
|
|
42
|
+
"@thi.ng/testament": "^0.3.5",
|
|
43
43
|
"rimraf": "^3.0.2",
|
|
44
44
|
"tools": "^0.0.1",
|
|
45
|
-
"typedoc": "^0.23.
|
|
45
|
+
"typedoc": "^0.23.20",
|
|
46
46
|
"typescript": "^4.8.4"
|
|
47
47
|
},
|
|
48
48
|
"keywords": [
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"node": ">=12.7"
|
|
61
61
|
},
|
|
62
62
|
"files": [
|
|
63
|
-
"
|
|
64
|
-
"
|
|
63
|
+
"./*.js",
|
|
64
|
+
"./*.d.ts"
|
|
65
65
|
],
|
|
66
66
|
"exports": {
|
|
67
67
|
".": {
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
],
|
|
77
77
|
"year": 2018
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
|
|
80
80
|
}
|