@thi.ng/hiccup 5.1.24 → 5.1.25

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup",
3
- "version": "5.1.24",
3
+ "version": "5.1.25",
4
4
  "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,7 +39,7 @@
39
39
  "@thi.ng/api": "^8.9.30",
40
40
  "@thi.ng/checks": "^3.5.4",
41
41
  "@thi.ng/errors": "^2.5.1",
42
- "@thi.ng/strings": "^3.7.26"
42
+ "@thi.ng/strings": "^3.7.27"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.42.3",
@@ -128,5 +128,5 @@
128
128
  ],
129
129
  "year": 2016
130
130
  },
131
- "gitHead": "da965520b2f3f8c259a791e8e8864308be2ba0be\n"
131
+ "gitHead": "16686bb40f7bd7a14a5d1304e353a82cb0069a1a\n"
132
132
  }