@thi.ng/compose 3.0.39 → 3.0.44

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 +110 -110
  2. package/CHANGELOG.md +0 -47
package/package.json CHANGED
@@ -1,111 +1,111 @@
1
1
  {
2
- "name": "@thi.ng/compose",
3
- "version": "3.0.39",
4
- "description": "Optimized functional composition helpers",
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/compose",
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/api": "^8.12.2",
43
- "@thi.ng/errors": "^2.5.42"
44
- },
45
- "devDependencies": {
46
- "esbuild": "^0.25.9",
47
- "typedoc": "^0.28.12",
48
- "typescript": "^5.9.2"
49
- },
50
- "keywords": [
51
- "async",
52
- "composition",
53
- "functional",
54
- "typescript"
55
- ],
56
- "publishConfig": {
57
- "access": "public"
58
- },
59
- "engines": {
60
- "node": ">=18"
61
- },
62
- "files": [
63
- "./*.js",
64
- "./*.d.ts"
65
- ],
66
- "exports": {
67
- ".": {
68
- "default": "./index.js"
69
- },
70
- "./comp": {
71
- "default": "./comp.js"
72
- },
73
- "./complement": {
74
- "default": "./complement.js"
75
- },
76
- "./constantly": {
77
- "default": "./constantly.js"
78
- },
79
- "./delayed": {
80
- "default": "./delayed.js"
81
- },
82
- "./identity": {
83
- "default": "./identity.js"
84
- },
85
- "./ifdef": {
86
- "default": "./ifdef.js"
87
- },
88
- "./juxt": {
89
- "default": "./juxt.js"
90
- },
91
- "./partial": {
92
- "default": "./partial.js"
93
- },
94
- "./promisify": {
95
- "default": "./promisify.js"
96
- },
97
- "./thread-first": {
98
- "default": "./thread-first.js"
99
- },
100
- "./thread-last": {
101
- "default": "./thread-last.js"
102
- },
103
- "./trampoline": {
104
- "default": "./trampoline.js"
105
- }
106
- },
107
- "thi.ng": {
108
- "alias": "comp"
109
- },
110
- "gitHead": "e215a3e8de3809736ba0042c93bd8703a5a1a337\n"
111
- }
2
+ "name": "@thi.ng/compose",
3
+ "version": "3.0.44",
4
+ "description": "Optimized functional composition helpers",
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/compose",
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/api": "^8.12.7",
43
+ "@thi.ng/errors": "^2.5.47"
44
+ },
45
+ "devDependencies": {
46
+ "esbuild": "^0.25.11",
47
+ "typedoc": "^0.28.14",
48
+ "typescript": "^5.9.3"
49
+ },
50
+ "keywords": [
51
+ "async",
52
+ "composition",
53
+ "functional",
54
+ "typescript"
55
+ ],
56
+ "publishConfig": {
57
+ "access": "public"
58
+ },
59
+ "engines": {
60
+ "node": ">=18"
61
+ },
62
+ "files": [
63
+ "./*.js",
64
+ "./*.d.ts"
65
+ ],
66
+ "exports": {
67
+ ".": {
68
+ "default": "./index.js"
69
+ },
70
+ "./comp": {
71
+ "default": "./comp.js"
72
+ },
73
+ "./complement": {
74
+ "default": "./complement.js"
75
+ },
76
+ "./constantly": {
77
+ "default": "./constantly.js"
78
+ },
79
+ "./delayed": {
80
+ "default": "./delayed.js"
81
+ },
82
+ "./identity": {
83
+ "default": "./identity.js"
84
+ },
85
+ "./ifdef": {
86
+ "default": "./ifdef.js"
87
+ },
88
+ "./juxt": {
89
+ "default": "./juxt.js"
90
+ },
91
+ "./partial": {
92
+ "default": "./partial.js"
93
+ },
94
+ "./promisify": {
95
+ "default": "./promisify.js"
96
+ },
97
+ "./thread-first": {
98
+ "default": "./thread-first.js"
99
+ },
100
+ "./thread-last": {
101
+ "default": "./thread-last.js"
102
+ },
103
+ "./trampoline": {
104
+ "default": "./trampoline.js"
105
+ }
106
+ },
107
+ "thi.ng": {
108
+ "alias": "comp"
109
+ },
110
+ "gitHead": "d977f819bcafdcb2b24c45f8d01a167fe29fc85a\n"
111
+ }
package/CHANGELOG.md DELETED
@@ -1,47 +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.0.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@3.0.5) (2024-06-21)
15
-
16
- #### ♻️ Refactoring
17
-
18
- - rename various rest args to be more semantically meaningful ([8088a56](https://github.com/thi-ng/umbrella/commit/8088a56))
19
-
20
- ### [3.0.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@3.0.2) (2024-04-20)
21
-
22
- #### ♻️ Refactoring
23
-
24
- - update type usage ([6a151a5](https://github.com/thi-ng/umbrella/commit/6a151a5))
25
-
26
- # [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@3.0.0) (2024-04-08)
27
-
28
- #### 🛑 Breaking changes
29
-
30
- - remove/migrate delay() to different pkg ([745abbb](https://github.com/thi-ng/umbrella/commit/745abbb))
31
- - BREAKING CHANGE: migrate delay() & Delay class to [@thi.ng/memoize](https://github.com/thi-ng/umbrella/tree/main/packages/memoize)
32
- - see [d8f4733c05e724c38195f209337d0a015e049ac4](https://github.com/thi-ng/umbrella/commit/d8f4733c05e724c38195f209337d0a015e049ac4) for details
33
-
34
- #### 🚀 Features
35
-
36
- - add async composition helpers ([168ea42](https://github.com/thi-ng/umbrella/commit/168ea42))
37
- - add async functions:
38
- - compAsync()
39
- - juxtAsync()
40
- - threadFirstAsync()/threadLastAsync()
41
- - trampolineAsync()
42
-
43
- ### [2.1.35](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@2.1.35) (2023-08-04)
44
-
45
- #### ♻️ Refactoring
46
-
47
- - update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053))