@thi.ng/hiccup-css 2.1.39 → 2.1.41

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-02-17T20:06:13Z
3
+ - **Last updated**: 2023-03-02T18:09:03Z
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
@@ -116,7 +116,7 @@ For Node.js REPL:
116
116
  const hiccupCss = await import("@thi.ng/hiccup-css");
117
117
  ```
118
118
 
119
- Package sizes (brotli'd, pre-treeshake): ESM: 2.00 KB
119
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.99 KB
120
120
 
121
121
  ## Dependencies
122
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-css",
3
- "version": "2.1.39",
3
+ "version": "2.1.41",
4
4
  "description": "CSS from nested JS data structures",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,10 +34,10 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.2",
37
+ "@thi.ng/api": "^8.7.3",
38
38
  "@thi.ng/checks": "^3.3.9",
39
- "@thi.ng/errors": "^2.2.11",
40
- "@thi.ng/transducers": "^8.3.34"
39
+ "@thi.ng/errors": "^2.2.12",
40
+ "@thi.ng/transducers": "^8.3.35"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.34.2",
@@ -127,5 +127,5 @@
127
127
  ],
128
128
  "year": 2016
129
129
  },
130
- "gitHead": "7896250248d960109253215c75b115c46626293e\n"
130
+ "gitHead": "a2915dee637c1b8cd2e11a78a23bd035e4f750e7\n"
131
131
  }