@thi.ng/hiccup 4.2.18 → 4.2.20

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup",
3
- "version": "4.2.18",
3
+ "version": "4.2.20",
4
4
  "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,14 +35,14 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@thi.ng/api": "^8.4.3",
38
- "@thi.ng/checks": "^3.2.6",
38
+ "@thi.ng/checks": "^3.3.1",
39
39
  "@thi.ng/errors": "^2.2.2",
40
40
  "@thi.ng/strings": "^3.3.14"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.31.1",
44
- "@thi.ng/atom": "^5.1.17",
45
- "@thi.ng/testament": "^0.3.2",
44
+ "@thi.ng/atom": "^5.1.19",
45
+ "@thi.ng/testament": "^0.3.3",
46
46
  "rimraf": "^3.0.2",
47
47
  "tools": "^0.0.1",
48
48
  "typedoc": "^0.22.17",
@@ -120,5 +120,5 @@
120
120
  ],
121
121
  "year": 2016
122
122
  },
123
- "gitHead": "c3f7d6598c7d7d0c61ba87150a56deac12649d7b\n"
123
+ "gitHead": "cc61bc0a890288bea00b8df81ffd73bc4851ffd3\n"
124
124
  }