@thi.ng/pointfree 3.1.130 → 3.1.132

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 211 standalone projects, maintained as part
10
+ > This is one of 213 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
  >
@@ -1248,4 +1248,4 @@ If this project contributes to an academic publication, please cite it as:
1248
1248
 
1249
1249
  ## License
1250
1250
 
1251
- © 2015 - 2025 Karsten Schmidt // Apache License 2.0
1251
+ © 2015 - 2026 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pointfree",
3
- "version": "3.1.130",
3
+ "version": "3.1.132",
4
4
  "description": "Pointfree functional composition / Forth style stack execution engine",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,11 +39,11 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.12.10",
43
- "@thi.ng/checks": "^3.8.0",
44
- "@thi.ng/compose": "^3.0.47",
45
- "@thi.ng/equiv": "^2.1.100",
46
- "@thi.ng/errors": "^2.5.50"
42
+ "@thi.ng/api": "^8.12.12",
43
+ "@thi.ng/checks": "^3.8.2",
44
+ "@thi.ng/compose": "^3.0.49",
45
+ "@thi.ng/equiv": "^2.1.102",
46
+ "@thi.ng/errors": "^2.6.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "esbuild": "^0.27.0",
@@ -135,5 +135,5 @@
135
135
  "alias": "pf",
136
136
  "year": 2015
137
137
  },
138
- "gitHead": "824bf9047b5a10f777c5c5b4aeecf0c750a22c75\n"
138
+ "gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
139
139
  }