@thi.ng/parse 2.6.9 → 2.6.11

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -2
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-03-09T19:21:53Z
3
+ - **Last updated**: 2025-03-18T13:24:25Z
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
@@ -1,13 +1,13 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
  <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/parse](https://media.thi.ng/umbrella/banners-20230807/thing-parse.svg?68aa7075)
3
+ # ![@thi.ng/parse](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-parse.svg?68aa7075)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/parse.svg)](https://www.npmjs.com/package/@thi.ng/parse)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/parse.svg)
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 203 standalone projects, maintained as part
10
+ > This is one of 204 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
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/parse",
3
- "version": "2.6.9",
3
+ "version": "2.6.11",
4
4
  "description": "Purely functional parser combinators & AST generation for generic inputs",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,16 +39,16 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.22",
43
- "@thi.ng/checks": "^3.7.2",
44
- "@thi.ng/defmulti": "^3.0.62",
45
- "@thi.ng/errors": "^2.5.28",
46
- "@thi.ng/strings": "^3.9.7"
42
+ "@thi.ng/api": "^8.11.24",
43
+ "@thi.ng/checks": "^3.7.4",
44
+ "@thi.ng/defmulti": "^3.0.64",
45
+ "@thi.ng/errors": "^2.5.30",
46
+ "@thi.ng/strings": "^3.9.9"
47
47
  },
48
48
  "devDependencies": {
49
- "esbuild": "^0.25.0",
50
- "typedoc": "^0.27.7",
51
- "typescript": "^5.7.3"
49
+ "esbuild": "^0.25.1",
50
+ "typedoc": "^0.28.0",
51
+ "typescript": "^5.8.2"
52
52
  },
53
53
  "keywords": [
54
54
  "ast",
@@ -244,5 +244,5 @@
244
244
  ],
245
245
  "year": 2020
246
246
  },
247
- "gitHead": "55987d581e4985b1c3091ba6be3f9b53a0c5eeea\n"
247
+ "gitHead": "1646e0ffcdfd812b29e1b9c7c528d294ea60373e\n"
248
248
  }