@hyperscale0/udl 3.0.0 → 3.0.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/CHANGELOG.md +4 -0
- package/docs/README.md +2 -1
- package/package.json +2 -2
- package/spec/README.md +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# UDL 3.0.1
|
|
2
|
+
|
|
3
|
+
Spec: a move whose amount resolves to zero records nothing, so a payment can fan out across slices until the held balance runs out. No grammar change.
|
|
4
|
+
|
|
1
5
|
# UDL 3.0.0
|
|
2
6
|
|
|
3
7
|
Version 3 replaces the previous grammar. Recreate development estates. There is no migration reader.
|
package/docs/README.md
CHANGED
|
@@ -77,7 +77,8 @@ edges name their source and destination states. Requirements and effects execute
|
|
|
77
77
|
atomically under the same account and reference locks. `set` copies typed values
|
|
78
78
|
to mutable fields. Action calculations read the locked snapshot and populate the
|
|
79
79
|
action draft before requirements. Ordered moves and invocations follow admission;
|
|
80
|
-
|
|
80
|
+
a move whose amount resolves to zero records nothing.
|
|
81
|
+
Invariants check the completed transaction. A due instant
|
|
81
82
|
is inclusive; a deadline is exclusive. Clock delays never extend deadlines.
|
|
82
83
|
|
|
83
84
|
Requirements are compare, state, unique, aggregate, approval, evidence and hours.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyperscale0/udl",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "The Universal Domain Language: format spec, parser, validator, canonical serializer, and evolution diff.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"udl",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"Amir Ayub",
|
|
80
80
|
"Sara AlBakaawi"
|
|
81
81
|
],
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "114f852006f87eb5cc67dc498cc17da38ce758b4"
|
|
83
83
|
}
|
package/spec/README.md
CHANGED
|
@@ -77,7 +77,8 @@ edges name their source and destination states. Requirements and effects execute
|
|
|
77
77
|
atomically under the same account and reference locks. `set` copies typed values
|
|
78
78
|
to mutable fields. Action calculations read the locked snapshot and populate the
|
|
79
79
|
action draft before requirements. Ordered moves and invocations follow admission;
|
|
80
|
-
|
|
80
|
+
a move whose amount resolves to zero records nothing.
|
|
81
|
+
Invariants check the completed transaction. A due instant
|
|
81
82
|
is inclusive; a deadline is exclusive. Clock delays never extend deadlines.
|
|
82
83
|
|
|
83
84
|
Requirements are compare, state, unique, aggregate, approval, evidence and hours.
|