@webto-id/variant-check 0.1.0 → 0.1.1
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 +5 -3
package/README.md
CHANGED
|
@@ -33,6 +33,6 @@ if (result.ok) {
|
|
|
33
33
|
|
|
34
34
|
- Format spec, theme tokens, inline-edit contract, JavaScript rules and the submit checklist: <https://docs.webto.id/marketplace/format-variant/>
|
|
35
35
|
- Section schema reference (which `Props` fields each section type accepts): <https://docs.webto.id/marketplace/referensi-schema/>
|
|
36
|
-
- AI skill that converts raw HTML into a WVF variant: <https://docs.webto.id/downloads/html-to-webto-variant.zip>
|
|
36
|
+
- AI skill that converts raw HTML into a WVF variant: <https://github.com/webto-id/variant-skill> (zip: <https://docs.webto.id/downloads/html-to-webto-variant.zip>)
|
|
37
37
|
|
|
38
38
|
Sell it on the marketplace: <https://app.webto.id/marketplace/mine>.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webto-id/variant-check",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Lint, compile and preview a Webto Variant Format (.astro subset) section variant with the exact compiler the webto.id marketplace uses.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -21,8 +21,7 @@
|
|
|
21
21
|
"homepage": "https://docs.webto.id/marketplace/format-variant/",
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
24
|
-
"url": "git+https://github.com/webto-id/
|
|
25
|
-
"directory": "packages/variant-check"
|
|
24
|
+
"url": "git+https://github.com/webto-id/variant-skill.git"
|
|
26
25
|
},
|
|
27
26
|
"engines": {
|
|
28
27
|
"node": ">=20"
|
|
@@ -45,5 +44,8 @@
|
|
|
45
44
|
"@webto/variant-compiler": "workspace:*",
|
|
46
45
|
"tsup": "^8.5.0",
|
|
47
46
|
"typescript": "catalog:"
|
|
47
|
+
},
|
|
48
|
+
"bugs": {
|
|
49
|
+
"url": "https://github.com/webto-id/variant-skill/issues"
|
|
48
50
|
}
|
|
49
51
|
}
|