@refrakt-md/cli 0.8.2 → 0.8.4
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/dist/bin.js +2 -2
- package/package.json +5 -5
package/dist/bin.js
CHANGED
|
@@ -116,8 +116,8 @@ Examples:
|
|
|
116
116
|
refrakt inspect hint --audit --css path/to/styles
|
|
117
117
|
refrakt write -d content/ "Set up a docs site with index, guides, and blog"
|
|
118
118
|
refrakt write -p ollama -m llama3.2 "Write a FAQ page"
|
|
119
|
-
refrakt contracts -o packages/lumina/contracts/structures.json
|
|
120
|
-
refrakt contracts --check -o packages/lumina/contracts/structures.json
|
|
119
|
+
refrakt contracts -o packages/lumina/contracts/structures.json --config site
|
|
120
|
+
refrakt contracts --check -o packages/lumina/contracts/structures.json --config site
|
|
121
121
|
refrakt theme install ./my-theme
|
|
122
122
|
refrakt theme install @my-org/my-theme
|
|
123
123
|
refrakt theme info
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@refrakt-md/cli",
|
|
3
3
|
"description": "CLI tools for refrakt.md",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@markdoc/markdoc": "0.4.0",
|
|
28
|
-
"@refrakt-md/ai": "0.8.
|
|
29
|
-
"@refrakt-md/editor": "0.8.
|
|
30
|
-
"@refrakt-md/runes": "0.8.
|
|
31
|
-
"@refrakt-md/transform": "0.8.
|
|
28
|
+
"@refrakt-md/ai": "0.8.4",
|
|
29
|
+
"@refrakt-md/editor": "0.8.4",
|
|
30
|
+
"@refrakt-md/runes": "0.8.4",
|
|
31
|
+
"@refrakt-md/transform": "0.8.4",
|
|
32
32
|
"postcss": "^8.4.0",
|
|
33
33
|
"tree-sitter-wasms": "^0.1.13",
|
|
34
34
|
"typescript": "^5.4.0",
|