@thi.ng/meta-css 0.19.44 → 0.19.46

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +21 -20
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 213 standalone projects, maintained as part
10
+ > This is one of 214 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
@@ -2759,7 +2759,7 @@ The toolchain itself is distributed as CLI bundle with **no runtime
2759
2759
  dependencies**. The following dependencies are only shown for informational
2760
2760
  purposes and are (partially) included in the bundle.
2761
2761
 
2762
- Package sizes (brotli'd, pre-treeshake): ESM: 14.28 KB
2762
+ Package sizes (brotli'd, pre-treeshake): ESM: 14.30 KB
2763
2763
 
2764
2764
  ## Dependencies
2765
2765
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/meta-css",
3
- "version": "0.19.44",
3
+ "version": "0.19.46",
4
4
  "description": "Data-driven CSS framework codegen, transpiler & bundler",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -11,7 +11,8 @@
11
11
  "sideEffects": false,
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/thi-ng/umbrella.git"
14
+ "url": "git+https://github.com/thi-ng/umbrella.git",
15
+ "directory": "packages/meta-css"
15
16
  },
16
17
  "homepage": "https://thi.ng/meta-css",
17
18
  "funding": [
@@ -44,25 +45,25 @@
44
45
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
45
46
  },
46
47
  "dependencies": {
47
- "@thi.ng/api": "^8.12.12",
48
- "@thi.ng/args": "^3.2.7",
49
- "@thi.ng/arrays": "^2.14.5",
50
- "@thi.ng/checks": "^3.8.2",
51
- "@thi.ng/compare": "^2.4.38",
52
- "@thi.ng/errors": "^2.6.1",
53
- "@thi.ng/file-io": "^2.2.22",
54
- "@thi.ng/hiccup-css": "^2.7.76",
55
- "@thi.ng/logger": "^3.2.11",
56
- "@thi.ng/memoize": "^4.0.36",
57
- "@thi.ng/rstream": "^9.3.11",
58
- "@thi.ng/strings": "^3.9.33",
59
- "@thi.ng/text-format": "^2.2.52",
60
- "@thi.ng/transducers": "^9.6.21"
48
+ "@thi.ng/api": "^8.12.14",
49
+ "@thi.ng/args": "^3.2.9",
50
+ "@thi.ng/arrays": "^2.14.7",
51
+ "@thi.ng/checks": "^3.8.4",
52
+ "@thi.ng/compare": "^2.4.40",
53
+ "@thi.ng/errors": "^2.6.3",
54
+ "@thi.ng/file-io": "^2.2.24",
55
+ "@thi.ng/hiccup-css": "^2.7.78",
56
+ "@thi.ng/logger": "^3.2.13",
57
+ "@thi.ng/memoize": "^4.0.38",
58
+ "@thi.ng/rstream": "^9.3.13",
59
+ "@thi.ng/strings": "^3.9.35",
60
+ "@thi.ng/text-format": "^2.2.54",
61
+ "@thi.ng/transducers": "^9.6.23"
61
62
  },
62
63
  "devDependencies": {
63
- "@types/node": "^24.10.1",
64
- "esbuild": "^0.27.0",
65
- "typedoc": "^0.28.14",
64
+ "@types/node": "^24.10.9",
65
+ "esbuild": "^0.27.2",
66
+ "typedoc": "^0.28.16",
66
67
  "typescript": "^5.9.3"
67
68
  },
68
69
  "keywords": [
@@ -113,5 +114,5 @@
113
114
  "status": "alpha",
114
115
  "year": 2023
115
116
  },
116
- "gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
117
+ "gitHead": "4bd1b9d8ae52ba32b90a1b9a55d329c708ca7865\n"
117
118
  }