@thi.ng/pointfree-lang 2.2.59 → 2.2.61

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-12-27T14:11:37Z
3
+ - **Last updated**: 2025-01-04T21:07:38Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -762,4 +762,4 @@ If this project contributes to an academic publication, please cite it as:
762
762
 
763
763
  ## License
764
764
 
765
- © 2018 - 2024 Karsten Schmidt // Apache License 2.0
765
+ © 2018 - 2025 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pointfree-lang",
3
- "version": "2.2.59",
3
+ "version": "2.2.61",
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.11.15",
48
- "@thi.ng/args": "^2.3.51",
49
- "@thi.ng/bench": "^3.6.8",
50
- "@thi.ng/errors": "^2.5.21",
51
- "@thi.ng/file-io": "^2.1.19",
52
- "@thi.ng/logger": "^3.0.25",
53
- "@thi.ng/pointfree": "^3.1.96"
47
+ "@thi.ng/api": "^8.11.16",
48
+ "@thi.ng/args": "^2.3.53",
49
+ "@thi.ng/bench": "^3.6.9",
50
+ "@thi.ng/errors": "^2.5.22",
51
+ "@thi.ng/file-io": "^2.1.21",
52
+ "@thi.ng/logger": "^3.0.27",
53
+ "@thi.ng/pointfree": "^3.1.98"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@microsoft/api-extractor": "^7.48.1",
@@ -112,5 +112,5 @@
112
112
  "parent": "@thi.ng/pointfree",
113
113
  "year": 2018
114
114
  },
115
- "gitHead": "48bf4c22bf23f88ac99f435106af2214f79a0be1\n"
115
+ "gitHead": "6542b842120bef47cc18d45a1b1db68307a7f04b\n"
116
116
  }