@thi.ng/pointfree-lang 2.3.56 → 2.3.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.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pointfree-lang",
3
- "version": "2.3.56",
3
+ "version": "2.3.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",
@@ -44,13 +44,13 @@
44
44
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@thi.ng/api": "^8.12.15",
48
- "@thi.ng/args": "^3.2.10",
49
- "@thi.ng/bench": "^3.6.42",
50
- "@thi.ng/errors": "^2.6.4",
51
- "@thi.ng/file-io": "^2.2.25",
52
- "@thi.ng/logger": "^3.2.14",
53
- "@thi.ng/pointfree": "^3.1.135"
47
+ "@thi.ng/api": "^8.12.16",
48
+ "@thi.ng/args": "^3.2.11",
49
+ "@thi.ng/bench": "^3.6.43",
50
+ "@thi.ng/errors": "^2.6.5",
51
+ "@thi.ng/file-io": "^2.2.26",
52
+ "@thi.ng/logger": "^3.2.15",
53
+ "@thi.ng/pointfree": "^3.1.136"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^24.10.9",
@@ -112,5 +112,5 @@
112
112
  "parent": "@thi.ng/pointfree",
113
113
  "year": 2018
114
114
  },
115
- "gitHead": "8f50352caab9ec7757d645c0afa605dfb5427abe\n"
115
+ "gitHead": "411adbeeb5c03da1cf0c86e567c80942a6b875e7\n"
116
116
  }