@thi.ng/meta-css 0.17.11 → 0.17.12

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 +3 -1
  2. package/README.md +1 -1
  3. package/package.json +17 -18
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:53Z
3
+ - **Last updated**: 2025-01-23T13:39:11Z
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.
7
+ Only versions published since **2022-01-01** are listed here.
8
+ Please consult the Git history for older version information.
7
9
  See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
10
 
9
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
package/README.md CHANGED
@@ -2767,7 +2767,7 @@ distributed as CLI bundle with **no runtime dependencies**. The following
2767
2767
  dependencies are only shown for informational purposes and are (partially)
2768
2768
  included in the bundle.
2769
2769
 
2770
- Package sizes (brotli'd, pre-treeshake): ESM: 13.83 KB
2770
+ Package sizes (brotli'd, pre-treeshake): ESM: 13.85 KB
2771
2771
 
2772
2772
  ## Dependencies
2773
2773
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/meta-css",
3
- "version": "0.17.11",
3
+ "version": "0.17.12",
4
4
  "description": "Data-driven CSS framework codegen, transpiler & bundler",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -45,26 +45,25 @@
45
45
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
46
46
  },
47
47
  "dependencies": {
48
- "@thi.ng/api": "^8.11.17",
49
- "@thi.ng/args": "^2.3.55",
50
- "@thi.ng/arrays": "^2.10.12",
51
- "@thi.ng/checks": "^3.6.20",
52
- "@thi.ng/compare": "^2.4.9",
53
- "@thi.ng/errors": "^2.5.23",
54
- "@thi.ng/file-io": "^2.1.23",
55
- "@thi.ng/hiccup-css": "^2.7.35",
56
- "@thi.ng/logger": "^3.0.28",
57
- "@thi.ng/memoize": "^4.0.7",
58
- "@thi.ng/rstream": "^9.2.6",
59
- "@thi.ng/strings": "^3.9.2",
60
- "@thi.ng/text-format": "^2.2.22",
61
- "@thi.ng/transducers": "^9.2.15"
48
+ "@thi.ng/api": "^8.11.18",
49
+ "@thi.ng/args": "^2.3.56",
50
+ "@thi.ng/arrays": "^2.10.13",
51
+ "@thi.ng/checks": "^3.6.21",
52
+ "@thi.ng/compare": "^2.4.10",
53
+ "@thi.ng/errors": "^2.5.24",
54
+ "@thi.ng/file-io": "^2.1.24",
55
+ "@thi.ng/hiccup-css": "^2.7.36",
56
+ "@thi.ng/logger": "^3.0.29",
57
+ "@thi.ng/memoize": "^4.0.8",
58
+ "@thi.ng/rstream": "^9.2.7",
59
+ "@thi.ng/strings": "^3.9.3",
60
+ "@thi.ng/text-format": "^2.2.23",
61
+ "@thi.ng/transducers": "^9.2.16"
62
62
  },
63
63
  "devDependencies": {
64
- "@microsoft/api-extractor": "^7.48.1",
65
64
  "esbuild": "^0.24.2",
66
65
  "typedoc": "^0.27.6",
67
- "typescript": "^5.7.2"
66
+ "typescript": "^5.7.3"
68
67
  },
69
68
  "keywords": [
70
69
  "browser",
@@ -114,5 +113,5 @@
114
113
  "status": "alpha",
115
114
  "year": 2023
116
115
  },
117
- "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
116
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
118
117
  }