@thi.ng/pointfree-lang 2.3.53 → 2.3.55
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 +1 -1
- package/package.json +14 -13
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 214 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
|
>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/pointfree-lang",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.55",
|
|
4
4
|
"description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"sideEffects": false,
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "https://github.com/thi-ng/umbrella.git"
|
|
14
|
+
"url": "git+https://github.com/thi-ng/umbrella.git",
|
|
15
|
+
"directory": "packages/pointfree-lang"
|
|
15
16
|
},
|
|
16
17
|
"homepage": "https://thi.ng/pointfree-lang",
|
|
17
18
|
"funding": [
|
|
@@ -43,19 +44,19 @@
|
|
|
43
44
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
44
45
|
},
|
|
45
46
|
"dependencies": {
|
|
46
|
-
"@thi.ng/api": "^8.12.
|
|
47
|
-
"@thi.ng/args": "^3.2.
|
|
48
|
-
"@thi.ng/bench": "^3.6.
|
|
49
|
-
"@thi.ng/errors": "^2.6.
|
|
50
|
-
"@thi.ng/file-io": "^2.2.
|
|
51
|
-
"@thi.ng/logger": "^3.2.
|
|
52
|
-
"@thi.ng/pointfree": "^3.1.
|
|
47
|
+
"@thi.ng/api": "^8.12.14",
|
|
48
|
+
"@thi.ng/args": "^3.2.9",
|
|
49
|
+
"@thi.ng/bench": "^3.6.41",
|
|
50
|
+
"@thi.ng/errors": "^2.6.3",
|
|
51
|
+
"@thi.ng/file-io": "^2.2.24",
|
|
52
|
+
"@thi.ng/logger": "^3.2.13",
|
|
53
|
+
"@thi.ng/pointfree": "^3.1.134"
|
|
53
54
|
},
|
|
54
55
|
"devDependencies": {
|
|
55
|
-
"@types/node": "^24.10.
|
|
56
|
-
"esbuild": "^0.27.
|
|
56
|
+
"@types/node": "^24.10.9",
|
|
57
|
+
"esbuild": "^0.27.2",
|
|
57
58
|
"pegjs": "0.11.0-master.f69239d",
|
|
58
|
-
"typedoc": "^0.28.
|
|
59
|
+
"typedoc": "^0.28.16",
|
|
59
60
|
"typescript": "^5.9.3"
|
|
60
61
|
},
|
|
61
62
|
"keywords": [
|
|
@@ -111,5 +112,5 @@
|
|
|
111
112
|
"parent": "@thi.ng/pointfree",
|
|
112
113
|
"year": 2018
|
|
113
114
|
},
|
|
114
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "4bd1b9d8ae52ba32b90a1b9a55d329c708ca7865\n"
|
|
115
116
|
}
|