omnius 1.0.570 → 1.0.572
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/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.572",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "omnius",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.572",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
|
@@ -5457,9 +5457,9 @@
|
|
|
5457
5457
|
}
|
|
5458
5458
|
},
|
|
5459
5459
|
"node_modules/nkn-sdk/node_modules/ws": {
|
|
5460
|
-
"version": "7.5.
|
|
5461
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.
|
|
5462
|
-
"integrity": "sha512-
|
|
5460
|
+
"version": "7.5.12",
|
|
5461
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.12.tgz",
|
|
5462
|
+
"integrity": "sha512-1xGnbYN3zbog9CwuNDQULNRrTCLIn46/WmpR1f0w6PsCYQHkylZr5vkd6kfMZYV6pRnQkcPNRyiA8LsrNKyhpg==",
|
|
5463
5463
|
"license": "MIT",
|
|
5464
5464
|
"engines": {
|
|
5465
5465
|
"node": ">=8.3.0"
|
|
@@ -7630,9 +7630,9 @@
|
|
|
7630
7630
|
"license": "ISC"
|
|
7631
7631
|
},
|
|
7632
7632
|
"node_modules/ws": {
|
|
7633
|
-
"version": "8.21.
|
|
7634
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.
|
|
7635
|
-
"integrity": "sha512
|
|
7633
|
+
"version": "8.21.1",
|
|
7634
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.1.tgz",
|
|
7635
|
+
"integrity": "sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==",
|
|
7636
7636
|
"license": "MIT",
|
|
7637
7637
|
"engines": {
|
|
7638
7638
|
"node": ">=10.0.0"
|
package/package.json
CHANGED
|
@@ -50,7 +50,13 @@ correctness, transport routing, CAN fragmentation, or actuator behavior.
|
|
|
50
50
|
## Product and provenance coverage
|
|
51
51
|
|
|
52
52
|
If `.omnius/delivery-coverage.json` is present, it is the structured claim
|
|
53
|
-
contract. Read its gaps and keep final wording within the declared state.
|
|
53
|
+
contract. Read its gaps and keep final wording within the declared state. For
|
|
54
|
+
schema version 2, each non-blocked claim must name fresh, full, content-hashed
|
|
55
|
+
source inspections for every relevant boundary and at least one named
|
|
56
|
+
contradiction check grounded in those inspections. A grep result, directory
|
|
57
|
+
listing, partial read, stale read, or a summary of source does not satisfy an
|
|
58
|
+
inspection. Treat the first missing inspection as the next discovery action;
|
|
59
|
+
this is a state delta, not a standing recovery instruction.
|
|
54
60
|
Every product series, command, parameter, and model format claimed as
|
|
55
61
|
supported must map to exactly one source-backed contract and provenance record.
|
|
56
62
|
Each selected acceptance layer must also name its canonical verification
|