@thi.ng/compose 2.1.17 → 2.1.18

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 +7 -7
  2. package/package.json +8 -8
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.
@@ -38,9 +38,9 @@ and/or version bumps of transitive dependencies.
38
38
 
39
39
  #### ♻️ Refactoring
40
40
 
41
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
42
41
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
43
42
  - add .js suffix for all relative imports
43
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
44
44
 
45
45
  # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@2.0.0) (2021-10-12)
46
46
 
@@ -61,9 +61,9 @@ and/or version bumps of transitive dependencies.
61
61
 
62
62
  #### ♻️ Refactoring
63
63
 
64
- - update imports ([7e1855c](https://github.com/thi-ng/umbrella/commit/7e1855c))
65
64
  - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
66
65
  - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
66
+ - update imports ([7e1855c](https://github.com/thi-ng/umbrella/commit/7e1855c))
67
67
 
68
68
  ### [1.4.17](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@1.4.17) (2020-09-13)
69
69
 
@@ -87,22 +87,22 @@ and/or version bumps of transitive dependencies.
87
87
 
88
88
  #### 🚀 Features
89
89
 
90
- - add ifDef() ([64aba00](https://github.com/thi-ng/umbrella/commit/64aba00))
90
+ - enable TS strict compiler flags (refactor) ([8ea894a](https://github.com/thi-ng/umbrella/commit/8ea894a))
91
91
  - address TS strictNullChecks, make Delay.value protected ([1540f37](https://github.com/thi-ng/umbrella/commit/1540f37))
92
92
  - users now MUST use .deref() to obtain result
93
- - enable TS strict compiler flags (refactor) ([8ea894a](https://github.com/thi-ng/umbrella/commit/8ea894a))
93
+ - add ifDef() ([64aba00](https://github.com/thi-ng/umbrella/commit/64aba00))
94
94
 
95
95
  ## [1.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@1.2.0) (2019-03-10)
96
96
 
97
97
  #### 🚀 Features
98
98
 
99
- - add trampoline() ([9e4c171](https://github.com/thi-ng/umbrella/commit/9e4c171))
100
99
  - add complement() ([5a5a2d1](https://github.com/thi-ng/umbrella/commit/5a5a2d1))
100
+ - add trampoline() ([9e4c171](https://github.com/thi-ng/umbrella/commit/9e4c171))
101
101
 
102
102
  #### ♻️ Refactoring
103
103
 
104
- - update partial() type args, update readme ([81886fe](https://github.com/thi-ng/umbrella/commit/81886fe))
105
104
  - update Fn args in various packages ([e453ac3](https://github.com/thi-ng/umbrella/commit/e453ac3))
105
+ - update partial() type args, update readme ([81886fe](https://github.com/thi-ng/umbrella/commit/81886fe))
106
106
 
107
107
  ## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@1.1.0) (2019-02-15)
108
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/compose",
3
- "version": "2.1.17",
3
+ "version": "2.1.18",
4
4
  "description": "Optimized functional composition helpers",
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/api": "^8.4.5",
38
- "@thi.ng/errors": "^2.2.3"
37
+ "@thi.ng/api": "^8.4.6",
38
+ "@thi.ng/errors": "^2.2.4"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-extractor": "^7.33.5",
42
- "@thi.ng/testament": "^0.3.4",
42
+ "@thi.ng/testament": "^0.3.5",
43
43
  "rimraf": "^3.0.2",
44
44
  "tools": "^0.0.1",
45
- "typedoc": "^0.23.18",
45
+ "typedoc": "^0.23.20",
46
46
  "typescript": "^4.8.4"
47
47
  },
48
48
  "keywords": [
@@ -58,8 +58,8 @@
58
58
  "node": ">=12.7"
59
59
  },
60
60
  "files": [
61
- "*.js",
62
- "*.d.ts"
61
+ "./*.js",
62
+ "./*.d.ts"
63
63
  ],
64
64
  "exports": {
65
65
  ".": {
@@ -105,5 +105,5 @@
105
105
  "default": "./trampoline.js"
106
106
  }
107
107
  },
108
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
108
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
109
109
  }