@thi.ng/meta-css 0.7.6 → 0.7.8

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 +1 -1
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-02-22T23:15:26Z
3
+ - **Last updated**: 2024-02-25T14:07:53Z
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
@@ -1033,7 +1033,7 @@ distributed as CLI bundle with **no runtime dependencies**. The following
1033
1033
  dependencies are only shown for informational purposes and are (partially)
1034
1034
  included in the bundle.
1035
1035
 
1036
- Package sizes (brotli'd, pre-treeshake): ESM: 12.26 KB
1036
+ Package sizes (brotli'd, pre-treeshake): ESM: 12.25 KB
1037
1037
 
1038
1038
  ## Dependencies
1039
1039
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/meta-css",
3
- "version": "0.7.6",
3
+ "version": "0.7.8",
4
4
  "description": "Data-driven CSS framework codegen, transpiler & bundler",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,18 +38,18 @@
38
38
  "test": "bun test"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.9.25",
42
- "@thi.ng/args": "^2.3.16",
43
- "@thi.ng/arrays": "^2.8.2",
41
+ "@thi.ng/api": "^8.9.26",
42
+ "@thi.ng/args": "^2.3.18",
43
+ "@thi.ng/arrays": "^2.8.3",
44
44
  "@thi.ng/checks": "^3.5.0",
45
45
  "@thi.ng/errors": "^2.4.18",
46
- "@thi.ng/file-io": "^1.3.3",
47
- "@thi.ng/hiccup-css": "^2.6.5",
48
- "@thi.ng/logger": "^3.0.2",
49
- "@thi.ng/rstream": "^8.3.7",
50
- "@thi.ng/strings": "^3.7.16",
51
- "@thi.ng/text-format": "^2.1.2",
52
- "@thi.ng/transducers": "^8.9.6"
46
+ "@thi.ng/file-io": "^1.3.4",
47
+ "@thi.ng/hiccup-css": "^2.6.6",
48
+ "@thi.ng/logger": "^3.0.3",
49
+ "@thi.ng/rstream": "^8.3.8",
50
+ "@thi.ng/strings": "^3.7.18",
51
+ "@thi.ng/text-format": "^2.1.3",
52
+ "@thi.ng/transducers": "^8.9.7"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@microsoft/api-extractor": "^7.40.1",
@@ -106,5 +106,5 @@
106
106
  "status": "alpha",
107
107
  "year": 2023
108
108
  },
109
- "gitHead": "16f2b92b5410bd35dcde6c2971c8e62783ebc472\n"
109
+ "gitHead": "190d68e7f7524631b333cfdbf32c6a23be27c166\n"
110
110
  }