@thi.ng/pointfree 3.1.141 → 3.1.144
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/README.md +5 -3
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -7,9 +7,11 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
|
|
11
|
-
> of
|
|
12
|
-
>
|
|
10
|
+
|
|
11
|
+
> This is one of 215 standalone projects. LLM-free, human-made and
|
|
12
|
+
> cared for software, maintained as part of the
|
|
13
|
+
> [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
|
|
14
|
+
> anti-framework.
|
|
13
15
|
>
|
|
14
16
|
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
17
|
> me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/pointfree",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.144",
|
|
4
4
|
"description": "Pointfree functional composition / Forth style stack execution engine",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/checks": "^3.9.
|
|
45
|
-
"@thi.ng/compose": "^3.0.
|
|
46
|
-
"@thi.ng/equiv": "^2.1.
|
|
47
|
-
"@thi.ng/errors": "^2.6.
|
|
43
|
+
"@thi.ng/api": "^8.12.24",
|
|
44
|
+
"@thi.ng/checks": "^3.9.4",
|
|
45
|
+
"@thi.ng/compose": "^3.0.61",
|
|
46
|
+
"@thi.ng/equiv": "^2.1.113",
|
|
47
|
+
"@thi.ng/errors": "^2.6.13"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"esbuild": "^0.28.0",
|
|
51
|
-
"typedoc": "^0.28.
|
|
52
|
-
"typescript": "^
|
|
51
|
+
"typedoc": "^0.28.19",
|
|
52
|
+
"typescript": "^6.0.3"
|
|
53
53
|
},
|
|
54
54
|
"keywords": [
|
|
55
55
|
"binary",
|
|
@@ -136,5 +136,5 @@
|
|
|
136
136
|
"alias": "pf",
|
|
137
137
|
"year": 2015
|
|
138
138
|
},
|
|
139
|
-
"gitHead": "
|
|
139
|
+
"gitHead": "b302822c51b2ab255f8f27f8dd010433d95f29df"
|
|
140
140
|
}
|