@thi.ng/meta-css 0.1.2 → 0.1.3

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-12-19T11:01:47Z
3
+ - **Last updated**: 2023-12-19T12:24:50Z
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
@@ -35,7 +35,7 @@ This project is part of the
35
35
 
36
36
  ## About
37
37
 
38
- Data-driven CSS component & framework codegen, transpiler, bundler.
38
+ Data-driven CSS framework codegen, transpiler & bundler.
39
39
 
40
40
  This package provides a CLI multi-tool to:
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/meta-css",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Data-driven CSS framework codegen, transpiler & bundler",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,17 +40,17 @@
40
40
  "dependencies": {
41
41
  "@thi.ng/api": "^8.9.14",
42
42
  "@thi.ng/args": "^2.3.1",
43
- "@thi.ng/arrays": "^2.7.10",
43
+ "@thi.ng/arrays": "^2.7.11",
44
44
  "@thi.ng/checks": "^3.4.14",
45
45
  "@thi.ng/compose": "^2.1.53",
46
46
  "@thi.ng/errors": "^2.4.8",
47
- "@thi.ng/file-io": "^1.1.1",
48
- "@thi.ng/hiccup-css": "^2.3.1",
47
+ "@thi.ng/file-io": "^1.1.2",
48
+ "@thi.ng/hiccup-css": "^2.3.2",
49
49
  "@thi.ng/logger": "^2.1.1",
50
- "@thi.ng/rstream": "^8.2.16",
50
+ "@thi.ng/rstream": "^8.2.17",
51
51
  "@thi.ng/strings": "^3.7.5",
52
52
  "@thi.ng/text-format": "^2.0.1",
53
- "@thi.ng/transducers": "^8.8.17"
53
+ "@thi.ng/transducers": "^8.8.18"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@microsoft/api-extractor": "^7.38.3",
@@ -102,5 +102,5 @@
102
102
  "status": "alpha",
103
103
  "year": 2023
104
104
  },
105
- "gitHead": "0d9265be7be13eccf0ef75eaedbfd42626339279\n"
105
+ "gitHead": "36d93175f8fbc0190c3c96a9ac0016a9663e9a80\n"
106
106
  }