@thi.ng/pointfree-lang 2.2.55 → 2.2.57
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/package.json +13 -13
package/CHANGELOG.md
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.57",
|
|
4
4
|
"description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts && yarn build:peg",
|
|
33
33
|
"build:peg": "pegjs -f es -o parser.js src/grammar.pegjs",
|
|
34
34
|
"clean": "bun ../../tools/src/clean-package.ts",
|
|
35
|
-
"doc": "typedoc --
|
|
35
|
+
"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
|
|
36
36
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
37
37
|
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
38
38
|
"pub": "yarn npm publish --access public",
|
|
@@ -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.13",
|
|
44
|
+
"@thi.ng/args": "^2.3.49",
|
|
45
|
+
"@thi.ng/bench": "^3.6.6",
|
|
46
|
+
"@thi.ng/errors": "^2.5.19",
|
|
47
|
+
"@thi.ng/file-io": "^2.1.17",
|
|
48
|
+
"@thi.ng/logger": "^3.0.23",
|
|
49
|
+
"@thi.ng/pointfree": "^3.1.94"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@microsoft/api-extractor": "^7.
|
|
52
|
+
"@microsoft/api-extractor": "^7.48.0",
|
|
53
53
|
"esbuild": "^0.24.0",
|
|
54
54
|
"pegjs": "0.11.0-master.b7b87ea",
|
|
55
|
-
"typedoc": "^0.26.
|
|
56
|
-
"typescript": "^5.
|
|
55
|
+
"typedoc": "^0.26.11",
|
|
56
|
+
"typescript": "^5.7.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": "85e2f0935b58bde5d165fbe754fafec5da0b731e\n"
|
|
112
112
|
}
|