@thi.ng/meta-css 0.7.9 → 0.7.11

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 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-01T15:22:50Z
3
+ - **Last updated**: 2024-03-07T20:40: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,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/meta-css",
3
- "version": "0.7.9",
3
+ "version": "0.7.11",
4
4
  "description": "Data-driven CSS framework codegen, transpiler & bundler",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,21 +35,22 @@
35
35
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
36
36
  "doc:readme": "bun tools/framework.ts && bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
37
  "pub": "yarn npm publish --access public",
38
- "test": "bun test"
38
+ "test": "bun test",
39
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
39
40
  },
40
41
  "dependencies": {
41
- "@thi.ng/api": "^8.9.27",
42
- "@thi.ng/args": "^2.3.19",
43
- "@thi.ng/arrays": "^2.8.4",
44
- "@thi.ng/checks": "^3.5.1",
45
- "@thi.ng/errors": "^2.4.19",
46
- "@thi.ng/file-io": "^1.3.5",
47
- "@thi.ng/hiccup-css": "^2.6.7",
48
- "@thi.ng/logger": "^3.0.4",
49
- "@thi.ng/rstream": "^8.3.9",
50
- "@thi.ng/strings": "^3.7.19",
51
- "@thi.ng/text-format": "^2.1.4",
52
- "@thi.ng/transducers": "^8.9.8"
42
+ "@thi.ng/api": "^8.9.28",
43
+ "@thi.ng/args": "^2.3.21",
44
+ "@thi.ng/arrays": "^2.8.6",
45
+ "@thi.ng/checks": "^3.5.2",
46
+ "@thi.ng/errors": "^2.4.20",
47
+ "@thi.ng/file-io": "^1.3.6",
48
+ "@thi.ng/hiccup-css": "^2.6.9",
49
+ "@thi.ng/logger": "^3.0.5",
50
+ "@thi.ng/rstream": "^8.3.11",
51
+ "@thi.ng/strings": "^3.7.21",
52
+ "@thi.ng/text-format": "^2.1.6",
53
+ "@thi.ng/transducers": "^8.9.10"
53
54
  },
54
55
  "devDependencies": {
55
56
  "@microsoft/api-extractor": "^7.40.1",
@@ -106,5 +107,5 @@
106
107
  "status": "alpha",
107
108
  "year": 2023
108
109
  },
109
- "gitHead": "d660ae8fd1bf64d919b4334f19509f1f539d70f6\n"
110
+ "gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n"
110
111
  }