@thi.ng/parse 2.6.51 → 2.6.53

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 +1 -1
  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 214 standalone projects, maintained as part
10
+ > This is one of 215 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
12
  > and anti-framework.
13
13
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/parse",
3
- "version": "2.6.51",
3
+ "version": "2.6.53",
4
4
  "description": "Purely functional parser combinators & AST generation for generic inputs",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,11 +40,11 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.19",
44
- "@thi.ng/checks": "^3.8.9",
45
- "@thi.ng/defmulti": "^3.0.96",
46
- "@thi.ng/errors": "^2.6.8",
47
- "@thi.ng/strings": "^3.12.1"
43
+ "@thi.ng/api": "^8.12.21",
44
+ "@thi.ng/checks": "^3.9.1",
45
+ "@thi.ng/defmulti": "^3.0.98",
46
+ "@thi.ng/errors": "^2.6.10",
47
+ "@thi.ng/strings": "^3.12.3"
48
48
  },
49
49
  "devDependencies": {
50
50
  "esbuild": "^0.28.0",
@@ -247,5 +247,5 @@
247
247
  ],
248
248
  "year": 2020
249
249
  },
250
- "gitHead": "a780d4a5f6f5fc595c9d28527686f63534927d32"
250
+ "gitHead": "dcaa4e2beb427e434a68cba1259a9bf9983a569a"
251
251
  }