@thi.ng/compose 2.1.45 → 2.1.47
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 +1 -1
- package/README.md +1 -1
- package/delay.js +3 -0
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
package/delay.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/compose",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.47",
|
|
4
4
|
"description": "Optimized functional composition helpers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -28,21 +28,20 @@
|
|
|
28
28
|
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc",
|
|
29
29
|
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
30
30
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
31
|
-
"doc:readme": "
|
|
32
|
-
"doc:stats": "tools:module-stats",
|
|
31
|
+
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
33
32
|
"pub": "yarn npm publish --access public",
|
|
34
|
-
"test": "
|
|
33
|
+
"test": "bun test"
|
|
35
34
|
},
|
|
36
35
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.9.
|
|
38
|
-
"@thi.ng/errors": "^2.4.
|
|
36
|
+
"@thi.ng/api": "^8.9.8",
|
|
37
|
+
"@thi.ng/errors": "^2.4.2"
|
|
39
38
|
},
|
|
40
39
|
"devDependencies": {
|
|
41
|
-
"@microsoft/api-extractor": "^7.38.
|
|
42
|
-
"@thi.ng/testament": "^0.
|
|
40
|
+
"@microsoft/api-extractor": "^7.38.2",
|
|
41
|
+
"@thi.ng/testament": "^0.4.1",
|
|
43
42
|
"rimraf": "^5.0.5",
|
|
44
43
|
"tools": "^0.0.1",
|
|
45
|
-
"typedoc": "^0.25.
|
|
44
|
+
"typedoc": "^0.25.3",
|
|
46
45
|
"typescript": "^5.2.2"
|
|
47
46
|
},
|
|
48
47
|
"keywords": [
|
|
@@ -105,5 +104,5 @@
|
|
|
105
104
|
"default": "./trampoline.js"
|
|
106
105
|
}
|
|
107
106
|
},
|
|
108
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n"
|
|
109
108
|
}
|