@plurnk/plurnk-contracts 1.14.1 → 1.14.2
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/package.json +2 -2
- package/plurnk.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plurnk/plurnk-contracts",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.2",
|
|
4
4
|
"description": "Canonical PLURNK language, schemas, generated types, parser, rails, and runtime-neutral wire contracts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"plurnk",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@cfworker/json-schema": "^4.1.1",
|
|
82
82
|
"antlr4ng": "^3.0.0",
|
|
83
|
-
"json-p3": "
|
|
83
|
+
"json-p3": "2.2.2",
|
|
84
84
|
"xpath": "^0.0.34"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
package/plurnk.md
CHANGED
|
@@ -15,7 +15,7 @@ body?
|
|
|
15
15
|
|
|
16
16
|
* Every non-PLAN OP starts with `## `, as in `## FIND0`, and shares PLAN's delimiter.
|
|
17
17
|
* Every OP's `[signal]`, `(path)`, `<scope>`, and `<!-- annotation -->` go only on the OP heading line.
|
|
18
|
-
* `body` content must be immediately beneath the OP heading line
|
|
18
|
+
* `body` content must be immediately beneath the OP heading line.
|
|
19
19
|
|
|
20
20
|
### OPs
|
|
21
21
|
|