@thi.ng/pointfree-lang 2.2.58 → 2.2.60
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 +2 -2
- package/package.json +16 -12
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 200 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -762,4 +762,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
762
762
|
|
|
763
763
|
## License
|
|
764
764
|
|
|
765
|
-
© 2018 -
|
|
765
|
+
© 2018 - 2025 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/pointfree-lang",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.60",
|
|
4
4
|
"description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
{
|
|
23
23
|
"type": "patreon",
|
|
24
24
|
"url": "https://patreon.com/thing_umbrella"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"type": "liberapay",
|
|
28
|
+
"url": "https://liberapay.com/thi.ng"
|
|
25
29
|
}
|
|
26
30
|
],
|
|
27
31
|
"author": "Karsten Schmidt (https://thi.ng)",
|
|
@@ -40,19 +44,19 @@
|
|
|
40
44
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
45
|
},
|
|
42
46
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.11.
|
|
44
|
-
"@thi.ng/args": "^2.3.
|
|
45
|
-
"@thi.ng/bench": "^3.6.
|
|
46
|
-
"@thi.ng/errors": "^2.5.
|
|
47
|
-
"@thi.ng/file-io": "^2.1.
|
|
48
|
-
"@thi.ng/logger": "^3.0.
|
|
49
|
-
"@thi.ng/pointfree": "^3.1.
|
|
47
|
+
"@thi.ng/api": "^8.11.16",
|
|
48
|
+
"@thi.ng/args": "^2.3.52",
|
|
49
|
+
"@thi.ng/bench": "^3.6.9",
|
|
50
|
+
"@thi.ng/errors": "^2.5.22",
|
|
51
|
+
"@thi.ng/file-io": "^2.1.20",
|
|
52
|
+
"@thi.ng/logger": "^3.0.26",
|
|
53
|
+
"@thi.ng/pointfree": "^3.1.97"
|
|
50
54
|
},
|
|
51
55
|
"devDependencies": {
|
|
52
|
-
"@microsoft/api-extractor": "^7.48.
|
|
53
|
-
"esbuild": "^0.24.
|
|
56
|
+
"@microsoft/api-extractor": "^7.48.1",
|
|
57
|
+
"esbuild": "^0.24.2",
|
|
54
58
|
"pegjs": "0.11.0-master.b7b87ea",
|
|
55
|
-
"typedoc": "^0.27.
|
|
59
|
+
"typedoc": "^0.27.6",
|
|
56
60
|
"typescript": "^5.7.2"
|
|
57
61
|
},
|
|
58
62
|
"keywords": [
|
|
@@ -108,5 +112,5 @@
|
|
|
108
112
|
"parent": "@thi.ng/pointfree",
|
|
109
113
|
"year": 2018
|
|
110
114
|
},
|
|
111
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "56c1d57a96565bbcc8c06c73779a619bba0db368\n"
|
|
112
116
|
}
|