@thi.ng/pointfree-lang 2.2.47 → 2.2.49
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/logger.d.ts +1 -1
- package/package.json +13 -13
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 199 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/logger.d.ts
CHANGED
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.49",
|
|
4
4
|
"description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,20 +40,20 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"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.
|
|
43
|
+
"@thi.ng/api": "^8.11.10",
|
|
44
|
+
"@thi.ng/args": "^2.3.43",
|
|
45
|
+
"@thi.ng/bench": "^3.6.3",
|
|
46
|
+
"@thi.ng/errors": "^2.5.16",
|
|
47
|
+
"@thi.ng/file-io": "^2.1.12",
|
|
48
|
+
"@thi.ng/logger": "^3.0.20",
|
|
49
|
+
"@thi.ng/pointfree": "^3.1.91"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@microsoft/api-extractor": "^7.47.
|
|
53
|
-
"esbuild": "^0.23.
|
|
52
|
+
"@microsoft/api-extractor": "^7.47.9",
|
|
53
|
+
"esbuild": "^0.23.1",
|
|
54
54
|
"pegjs": "0.11.0-master.b7b87ea",
|
|
55
|
-
"typedoc": "^0.26.
|
|
56
|
-
"typescript": "^5.
|
|
55
|
+
"typedoc": "^0.26.7",
|
|
56
|
+
"typescript": "^5.6.2"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
59
59
|
"ast",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"parent": "@thi.ng/pointfree",
|
|
109
109
|
"year": 2018
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n"
|
|
112
112
|
}
|