@razorwind/shadcn 0.0.43 → 0.0.44
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -94,7 +94,7 @@ export default defineConfig({
|
|
|
94
94
|
|
|
95
95
|
| Option | Default | Description |
|
|
96
96
|
| ------------- | --------------------------- | -------------------------------------------------------- |
|
|
97
|
-
| `
|
|
97
|
+
| `outputPath` | `"DESIGN.md"` | Output file path (relative to the execution cwd) |
|
|
98
98
|
| `name` | `"Razorwind Design System"` | Design system name written to the YAML front matter |
|
|
99
99
|
| `description` | — | Short description written to the YAML front matter |
|
|
100
100
|
| `version` | `"alpha"` | DESIGN.md spec version written to the YAML front matter |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@razorwind/shadcn",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.44",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Razorwind Shadcn plugin that can create Shadcn UI registry files from design tokens/components or read a Shadcn UI registry file and return the design tokens/components.",
|
|
6
6
|
"repository": {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@power-plant/core": "^0.0.90",
|
|
82
82
|
"@power-plant/dtcg-schema": "^0.0.1",
|
|
83
|
-
"@razorwind/core": "^0.0.
|
|
83
|
+
"@razorwind/core": "^0.0.48",
|
|
84
84
|
"@stryke/fs": "^0.33.110",
|
|
85
85
|
"@stryke/path": "^0.29.35",
|
|
86
86
|
"@stryke/types": "^0.12.36",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"typescript": "^6.0.3"
|
|
98
98
|
},
|
|
99
99
|
"publishConfig": { "access": "public" },
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "c53ec72420850efd1c4f8339b264c33ca6b9870b"
|
|
101
101
|
}
|