@thi.ng/hiccup-html-parse 0.3.113 → 0.3.114

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-html-parse",
3
- "version": "0.3.113",
3
+ "version": "0.3.114",
4
4
  "description": "Well-formed HTML parsing and customizable transformation to nested JS arrays in @thi.ng/hiccup format",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -42,8 +42,8 @@
42
42
  "dependencies": {
43
43
  "@thi.ng/api": "^8.12.17",
44
44
  "@thi.ng/defmulti": "^3.0.94",
45
- "@thi.ng/parse": "^2.6.47",
46
- "@thi.ng/strings": "^3.10.1"
45
+ "@thi.ng/parse": "^2.6.48",
46
+ "@thi.ng/strings": "^3.11.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "esbuild": "^0.27.2",
@@ -89,5 +89,5 @@
89
89
  "status": "alpha",
90
90
  "year": 2023
91
91
  },
92
- "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
92
+ "gitHead": "d46ec975b426bb2ceb137cab734395c97436d59b\n"
93
93
  }