@calcit/procs 0.12.58 → 0.12.59
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/.yarn/install-state.gz
CHANGED
|
Binary file
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# Top-level nominal value schemas
|
|
2
|
+
|
|
3
|
+
- `cr edit schema` now accepts a fully qualified quoted nominal type such as `'app.schema/Store` for a top-level `def` value backed by `defstruct` or `defenum`.
|
|
4
|
+
- Centralize schema write validation and parsing so tag leaves, quoted builtin symbols, and named type references retain their intended annotations.
|
|
5
|
+
- Keep unqualified custom names rejected at the CLI boundary; a stored top-level nominal schema must include its namespace.
|
|
6
|
+
- Add schema validation and binary/text round-trip coverage, then verify the command on Calcit and Respo temporary Snapshot copies.
|
package/lib/package.json
CHANGED