@thi.ng/csp 2.1.27 → 2.1.29

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 +8 -8
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
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.
@@ -32,9 +32,9 @@ and/or version bumps of transitive dependencies.
32
32
 
33
33
  #### ♻️ Refactoring
34
34
 
35
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
36
35
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
37
36
  - add .js suffix for all relative imports
37
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
38
38
 
39
39
  # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@2.0.0) (2021-10-12)
40
40
 
@@ -55,8 +55,8 @@ and/or version bumps of transitive dependencies.
55
55
 
56
56
  #### ♻️ Refactoring
57
57
 
58
- - update imports (transducers) ([4705acc](https://github.com/thi-ng/umbrella/commit/4705acc))
59
58
  - update imports ([9c6f8b8](https://github.com/thi-ng/umbrella/commit/9c6f8b8))
59
+ - update imports (transducers) ([4705acc](https://github.com/thi-ng/umbrella/commit/4705acc))
60
60
 
61
61
  ### [1.1.74](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@1.1.74) (2021-09-03)
62
62
 
@@ -74,15 +74,15 @@ and/or version bumps of transitive dependencies.
74
74
 
75
75
  #### ♻️ Refactoring
76
76
 
77
- - update IReadableChannel.read() return type ([ffc2811](https://github.com/thi-ng/umbrella/commit/ffc2811))
78
77
  - update destructuring ([5a4ad57](https://github.com/thi-ng/umbrella/commit/5a4ad57))
78
+ - update IReadableChannel.read() return type ([ffc2811](https://github.com/thi-ng/umbrella/commit/ffc2811))
79
79
 
80
80
  ### [1.1.38](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@1.1.38) (2020-09-13)
81
81
 
82
82
  #### ♻️ Refactoring
83
83
 
84
- - update imports ([53a8c9e](https://github.com/thi-ng/umbrella/commit/53a8c9e))
85
84
  - update imports, use new Fn types in various pkgs ([ced1e5d](https://github.com/thi-ng/umbrella/commit/ced1e5d))
85
+ - update imports ([53a8c9e](https://github.com/thi-ng/umbrella/commit/53a8c9e))
86
86
 
87
87
  ### [1.1.37](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@1.1.37) (2020-08-28)
88
88
 
@@ -94,8 +94,8 @@ and/or version bumps of transitive dependencies.
94
94
 
95
95
  #### ♻️ Refactoring
96
96
 
97
- - keep State as const enum, internalize ([9ea3b6e](https://github.com/thi-ng/umbrella/commit/9ea3b6e))
98
97
  - switch to non-const enums ([8e0c049](https://github.com/thi-ng/umbrella/commit/8e0c049))
98
+ - keep State as const enum, internalize ([9ea3b6e](https://github.com/thi-ng/umbrella/commit/9ea3b6e))
99
99
 
100
100
  ### [1.1.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@1.1.10) (2020-02-25)
101
101
 
@@ -107,9 +107,9 @@ and/or version bumps of transitive dependencies.
107
107
 
108
108
  #### 🚀 Features
109
109
 
110
+ - enable TS strict compiler flags (refactor) ([3d7fba2](https://github.com/thi-ng/umbrella/commit/3d7fba2))
110
111
  - update Mult.tap() to use set semantics ([c9bc953](https://github.com/thi-ng/umbrella/commit/c9bc953))
111
112
  - add check if arg channel already is a tap and if so don't add duplicate
112
- - enable TS strict compiler flags (refactor) ([3d7fba2](https://github.com/thi-ng/umbrella/commit/3d7fba2))
113
113
 
114
114
  #### 🩹 Bug fixes
115
115
 
@@ -170,8 +170,8 @@ and/or version bumps of transitive dependencies.
170
170
 
171
171
  #### 🩹 Bug fixes
172
172
 
173
- - fix [#5](https://github.com/thi-ng/umbrella/issues/5), more example fixes (rfn calls) ([080c2ee](https://github.com/thi-ng/umbrella/commit/080c2ee))
174
173
  - fix [#5](https://github.com/thi-ng/umbrella/issues/5), example in readme ([a10a487](https://github.com/thi-ng/umbrella/commit/a10a487))
174
+ - fix [#5](https://github.com/thi-ng/umbrella/issues/5), more example fixes (rfn calls) ([080c2ee](https://github.com/thi-ng/umbrella/commit/080c2ee))
175
175
 
176
176
  ### [0.3.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@0.3.1) (2018-01-24)
177
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/csp",
3
- "version": "2.1.27",
3
+ "version": "2.1.29",
4
4
  "description": "ES6 promise based CSP primitives & operations",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,19 +38,19 @@
38
38
  "testnode": "tsc -p test && node build/test/node.js"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.4.5",
42
- "@thi.ng/arrays": "^2.4.1",
43
- "@thi.ng/checks": "^3.3.2",
44
- "@thi.ng/dcons": "^3.2.22",
45
- "@thi.ng/errors": "^2.2.3",
46
- "@thi.ng/transducers": "^8.3.22"
41
+ "@thi.ng/api": "^8.5.0",
42
+ "@thi.ng/arrays": "^2.4.3",
43
+ "@thi.ng/checks": "^3.3.3",
44
+ "@thi.ng/dcons": "^3.2.24",
45
+ "@thi.ng/errors": "^2.2.4",
46
+ "@thi.ng/transducers": "^8.3.24"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-extractor": "^7.33.5",
50
- "@thi.ng/testament": "^0.3.4",
50
+ "@thi.ng/testament": "^0.3.5",
51
51
  "rimraf": "^3.0.2",
52
52
  "tools": "^0.0.1",
53
- "typedoc": "^0.23.18",
53
+ "typedoc": "^0.23.20",
54
54
  "typescript": "^4.8.4"
55
55
  },
56
56
  "keywords": [
@@ -72,8 +72,8 @@
72
72
  "node": ">=12.7"
73
73
  },
74
74
  "files": [
75
- "*.js",
76
- "*.d.ts"
75
+ "./*.js",
76
+ "./*.d.ts"
77
77
  ],
78
78
  "exports": {
79
79
  ".": {
@@ -102,5 +102,5 @@
102
102
  "status": "deprecated",
103
103
  "year": 2016
104
104
  },
105
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
105
+ "gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
106
106
  }