@thi.ng/meta-css 0.17.6 → 0.17.7

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 +16 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-12-27T14:11:37Z
3
+ - **Last updated**: 2025-01-04T21:07:38Z
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
@@ -2829,4 +2829,4 @@ If this project contributes to an academic publication, please cite it as:
2829
2829
 
2830
2830
  ## License
2831
2831
 
2832
- © 2023 - 2024 Karsten Schmidt // Apache License 2.0
2832
+ © 2023 - 2025 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/meta-css",
3
- "version": "0.17.6",
3
+ "version": "0.17.7",
4
4
  "description": "Data-driven CSS framework codegen, transpiler & bundler",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -45,20 +45,20 @@
45
45
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
46
46
  },
47
47
  "dependencies": {
48
- "@thi.ng/api": "^8.11.15",
49
- "@thi.ng/args": "^2.3.51",
50
- "@thi.ng/arrays": "^2.10.8",
51
- "@thi.ng/checks": "^3.6.17",
52
- "@thi.ng/compare": "^2.4.7",
53
- "@thi.ng/errors": "^2.5.21",
54
- "@thi.ng/file-io": "^2.1.19",
55
- "@thi.ng/hiccup-css": "^2.7.31",
56
- "@thi.ng/logger": "^3.0.25",
57
- "@thi.ng/memoize": "^4.0.5",
58
- "@thi.ng/rstream": "^9.2.2",
59
- "@thi.ng/strings": "^3.8.13",
60
- "@thi.ng/text-format": "^2.2.20",
61
- "@thi.ng/transducers": "^9.2.11"
48
+ "@thi.ng/api": "^8.11.16",
49
+ "@thi.ng/args": "^2.3.52",
50
+ "@thi.ng/arrays": "^2.10.9",
51
+ "@thi.ng/checks": "^3.6.18",
52
+ "@thi.ng/compare": "^2.4.8",
53
+ "@thi.ng/errors": "^2.5.22",
54
+ "@thi.ng/file-io": "^2.1.20",
55
+ "@thi.ng/hiccup-css": "^2.7.32",
56
+ "@thi.ng/logger": "^3.0.26",
57
+ "@thi.ng/memoize": "^4.0.6",
58
+ "@thi.ng/rstream": "^9.2.3",
59
+ "@thi.ng/strings": "^3.9.0",
60
+ "@thi.ng/text-format": "^2.2.21",
61
+ "@thi.ng/transducers": "^9.2.12"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@microsoft/api-extractor": "^7.48.1",
@@ -114,5 +114,5 @@
114
114
  "status": "alpha",
115
115
  "year": 2023
116
116
  },
117
- "gitHead": "48bf4c22bf23f88ac99f435106af2214f79a0be1\n"
117
+ "gitHead": "56c1d57a96565bbcc8c06c73779a619bba0db368\n"
118
118
  }