@thi.ng/pointfree-lang 2.3.47 → 2.3.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.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pointfree-lang",
3
- "version": "2.3.47",
3
+ "version": "2.3.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",
@@ -43,17 +43,17 @@
43
43
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@thi.ng/api": "^8.12.7",
47
- "@thi.ng/args": "^3.2.1",
48
- "@thi.ng/bench": "^3.6.34",
49
- "@thi.ng/errors": "^2.5.47",
50
- "@thi.ng/file-io": "^2.2.16",
51
- "@thi.ng/logger": "^3.2.6",
52
- "@thi.ng/pointfree": "^3.1.127"
46
+ "@thi.ng/api": "^8.12.8",
47
+ "@thi.ng/args": "^3.2.3",
48
+ "@thi.ng/bench": "^3.6.35",
49
+ "@thi.ng/errors": "^2.5.48",
50
+ "@thi.ng/file-io": "^2.2.18",
51
+ "@thi.ng/logger": "^3.2.7",
52
+ "@thi.ng/pointfree": "^3.1.128"
53
53
  },
54
54
  "devDependencies": {
55
- "@types/node": "^24.9.1",
56
- "esbuild": "^0.25.11",
55
+ "@types/node": "^24.10.1",
56
+ "esbuild": "^0.27.0",
57
57
  "pegjs": "0.11.0-master.f69239d",
58
58
  "typedoc": "^0.28.14",
59
59
  "typescript": "^5.9.3"
@@ -111,5 +111,5 @@
111
111
  "parent": "@thi.ng/pointfree",
112
112
  "year": 2018
113
113
  },
114
- "gitHead": "3803db897b51a69c7c37416308c48efa7f354feb\n"
114
+ "gitHead": "be6e7657b1e5c54d7d648d1b52888a7297e95a17\n"
115
115
  }