@cascivo/mcp 0.3.3 → 0.3.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/context.json +3 -3
- package/dist/marketplace.json +1 -1
- package/dist/registry.json +455 -455
- package/dist/tokens.catalog.json +1 -1
- package/dist/tokens.variants.json +1 -1
- package/package.json +1 -1
package/dist/context.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-07-
|
|
2
|
+
"generatedAt": "2026-07-13",
|
|
3
3
|
"tagline": "The CSS-native, signal-driven, AI-first React design system",
|
|
4
4
|
"authoringRules": [
|
|
5
5
|
"Signals only: useSignal, useComputed, useSignalEffect from @cascivo/core",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
],
|
|
111
111
|
"boundaries": {
|
|
112
|
-
"generatedAt": "2026-07-
|
|
112
|
+
"generatedAt": "2026-07-13",
|
|
113
113
|
"global": {
|
|
114
114
|
"strict": [
|
|
115
115
|
{
|
|
@@ -1768,7 +1768,7 @@
|
|
|
1768
1768
|
}
|
|
1769
1769
|
},
|
|
1770
1770
|
"exceptions": {
|
|
1771
|
-
"generatedAt": "2026-07-
|
|
1771
|
+
"generatedAt": "2026-07-13",
|
|
1772
1772
|
"exceptions": [
|
|
1773
1773
|
{
|
|
1774
1774
|
"id": "EXC-001",
|
package/dist/marketplace.json
CHANGED