@vielzeug/codex 1.0.3 → 1.0.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/data/.cache.json +31 -30
- package/data/llms-full.txt +730 -199
- package/data/llms.txt +5 -1
- package/data/vielzeug-data.json +4514 -4395
- package/package.json +1 -1
package/data/llms.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Vielzeug
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> 31 focused TypeScript packages for state, UI, data, storage, routing, utilities, and AI tooling. Version: 1.0.3
|
|
4
4
|
|
|
5
5
|
Vielzeug is a monorepo of focused TypeScript packages — from low-level utilities to UI primitives,
|
|
6
6
|
routing, storage, validation, workers, and an MCP server for AI assistants. Packages are designed
|
|
@@ -115,3 +115,7 @@ for Streamable HTTP with package discovery, docs lookup, source inspection, and
|
|
|
115
115
|
### reactive
|
|
116
116
|
|
|
117
117
|
- [@vielzeug/flux](/flux/): Cold-by-default, disposable reactive streams with a full operator library and ecosystem adapters for Ripple, Herald, Pulse, and Courier. → [api](/flux/api) · [usage](/flux/usage) · [examples](/flux/examples)
|
|
118
|
+
|
|
119
|
+
### testing
|
|
120
|
+
|
|
121
|
+
- [@vielzeug/assay](/assay/): Scoped element queries, synchronous event dispatchers, and deterministic async waiting for any DOM or custom-element code, with zero dependency on a specific UI framework. → [api](/assay/api) · [usage](/assay/usage) · [examples](/assay/examples)
|