@thi.ng/meta-css 0.1.1 → 0.1.2

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/CHANGELOG.md +1 -1
  2. package/package.json +16 -17
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-18T19:40:39Z
3
+ - **Last updated**: 2023-12-19T11:01:47Z
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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@thi.ng/meta-css",
3
- "version": "0.1.1",
4
- "description": "Data-driven CSS component & framework codegen, transpiler, bundler",
3
+ "version": "0.1.2",
4
+ "description": "Data-driven CSS framework codegen, transpiler & bundler",
5
5
  "type": "module",
6
6
  "module": "./index.js",
7
7
  "typings": "./index.d.ts",
@@ -38,25 +38,24 @@
38
38
  "test": "bun test"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.9.13",
42
- "@thi.ng/args": "^2.3.0",
43
- "@thi.ng/arrays": "^2.7.9",
44
- "@thi.ng/checks": "^3.4.13",
45
- "@thi.ng/compose": "^2.1.52",
46
- "@thi.ng/errors": "^2.4.7",
47
- "@thi.ng/file-io": "^1.1.0",
48
- "@thi.ng/hiccup-css": "^2.3.0",
49
- "@thi.ng/logger": "^2.1.0",
50
- "@thi.ng/rstream": "^8.2.15",
51
- "@thi.ng/strings": "^3.7.4",
52
- "@thi.ng/text-format": "^2.0.0",
53
- "@thi.ng/transducers": "^8.8.16"
41
+ "@thi.ng/api": "^8.9.14",
42
+ "@thi.ng/args": "^2.3.1",
43
+ "@thi.ng/arrays": "^2.7.10",
44
+ "@thi.ng/checks": "^3.4.14",
45
+ "@thi.ng/compose": "^2.1.53",
46
+ "@thi.ng/errors": "^2.4.8",
47
+ "@thi.ng/file-io": "^1.1.1",
48
+ "@thi.ng/hiccup-css": "^2.3.1",
49
+ "@thi.ng/logger": "^2.1.1",
50
+ "@thi.ng/rstream": "^8.2.16",
51
+ "@thi.ng/strings": "^3.7.5",
52
+ "@thi.ng/text-format": "^2.0.1",
53
+ "@thi.ng/transducers": "^8.8.17"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@microsoft/api-extractor": "^7.38.3",
57
57
  "esbuild": "^0.19.8",
58
58
  "rimraf": "^5.0.5",
59
- "tools": "^0.0.1",
60
59
  "typedoc": "^0.25.4",
61
60
  "typescript": "^5.3.2"
62
61
  },
@@ -103,5 +102,5 @@
103
102
  "status": "alpha",
104
103
  "year": 2023
105
104
  },
106
- "gitHead": "85738199036b315a14d86abf571b0f32bbab7bfe\n"
105
+ "gitHead": "0d9265be7be13eccf0ef75eaedbfd42626339279\n"
107
106
  }