@magicvr/schema-ui-protocol 0.2.1 → 0.2.3
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/lib/fetch-timeout.js +43 -0
- package/package.json +5 -5
- package/protocol/app-manifest.js +677 -0
- package/protocol/conformance/actions-outcome.js +106 -0
- package/protocol/conformance/component-format.js +21 -0
- package/protocol/conformance/query-serialize.js +188 -0
- package/protocol/conformance/request-construction.js +695 -0
- package/protocol/conformance/request-lifecycle.js +57 -0
- package/protocol/conformance/response-mapping.js +170 -0
- package/protocol/conformance/runtime-defaults.js +75 -0
- package/protocol/conformance/runtime-schema-validate.js +82 -0
- package/protocol/conformance/schema-validate.js +119 -0
- package/protocol/conformance/search-table.js +107 -0
- package/protocol/conformance/static-data.js +87 -0
- package/protocol/conformance/table-sort.js +217 -0
- package/protocol/conformance/upload-orchestration.js +174 -0
- package/protocol/conformance/version-negotiate.js +155 -0
- package/protocol/index.d.ts +2 -2
- package/protocol/index.js +8 -0
- package/protocol/load-page.js +88 -0
- package/index.js +0 -7654
- package/protocol/conformance-claim.json +0 -81
- package/protocol/conformance-claim.json.sha256 +0 -1
- package/protocol/conformance-local-report.json +0 -60
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"claimVersion": "1.0",
|
|
3
|
-
"host": {
|
|
4
|
-
"hostId": "schema-ui-web",
|
|
5
|
-
"hostVersion": "0.1.0",
|
|
6
|
-
"buildId": "git:9337fd841c4256733acc3856fa518e2af4b4d33f"
|
|
7
|
-
},
|
|
8
|
-
"protocolArtifact": {
|
|
9
|
-
"artifactVersion": "2.9.0",
|
|
10
|
-
"contentSha256": "c87c22ad2ab4f4f19b93253312d6906b085ae6cd273168cc435d9863809d1c22"
|
|
11
|
-
},
|
|
12
|
-
"support": {
|
|
13
|
-
"pageVersions": [
|
|
14
|
-
"2.7",
|
|
15
|
-
"2.9"
|
|
16
|
-
],
|
|
17
|
-
"manifestVersions": [
|
|
18
|
-
"2.7",
|
|
19
|
-
"2.8",
|
|
20
|
-
"2.9"
|
|
21
|
-
],
|
|
22
|
-
"capabilities": [
|
|
23
|
-
"app.manifest",
|
|
24
|
-
"app.navigation",
|
|
25
|
-
"host.bootstrap",
|
|
26
|
-
"host.failure-recovery",
|
|
27
|
-
"host.conformance-claim",
|
|
28
|
-
"data.route-binding",
|
|
29
|
-
"form.controls.readonly"
|
|
30
|
-
]
|
|
31
|
-
},
|
|
32
|
-
"conformance": {
|
|
33
|
-
"fixtureVersion": "1.0",
|
|
34
|
-
"fixtureSha256": "89baddbc2879b0c183bcb50fbc730257df5786eee316b645e8238876fe0ca3e7",
|
|
35
|
-
"suites": [
|
|
36
|
-
{
|
|
37
|
-
"suiteId": "app-manifest",
|
|
38
|
-
"suiteVersion": "1.0",
|
|
39
|
-
"result": "pass"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"suiteId": "app-navigation",
|
|
43
|
-
"suiteVersion": "1.0",
|
|
44
|
-
"result": "pass"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"suiteId": "host-bootstrap",
|
|
48
|
-
"suiteVersion": "1.0",
|
|
49
|
-
"result": "pass"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"suiteId": "host-failure",
|
|
53
|
-
"suiteVersion": "1.0",
|
|
54
|
-
"result": "pass"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"suiteId": "host-conformance-claim",
|
|
58
|
-
"suiteVersion": "1.0",
|
|
59
|
-
"result": "pass"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"suiteId": "request-construction",
|
|
63
|
-
"suiteVersion": "1.0",
|
|
64
|
-
"result": "pass"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"suiteId": "component-format",
|
|
68
|
-
"suiteVersion": "1.0",
|
|
69
|
-
"result": "pass"
|
|
70
|
-
}
|
|
71
|
-
]
|
|
72
|
-
},
|
|
73
|
-
"evidence": [
|
|
74
|
-
{
|
|
75
|
-
"kind": "local-report",
|
|
76
|
-
"subjectBuildId": "git:9337fd841c4256733acc3856fa518e2af4b4d33f",
|
|
77
|
-
"uri": "/protocol/conformance-local-report.json",
|
|
78
|
-
"sha256": "3823b20137d448a6f43a4601cfacd830f918b83141c043ef3bd5cf64b52132c7"
|
|
79
|
-
}
|
|
80
|
-
]
|
|
81
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3b4c81afa0358e871caacda15ba3d7d93c63b2010a8fef450902516d656e2ad3
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"reportVersion": "1.0",
|
|
3
|
-
"subjectBuildId": "git:9337fd841c4256733acc3856fa518e2af4b4d33f",
|
|
4
|
-
"host": {
|
|
5
|
-
"hostId": "schema-ui-web",
|
|
6
|
-
"hostVersion": "0.1.0"
|
|
7
|
-
},
|
|
8
|
-
"suites": [
|
|
9
|
-
{
|
|
10
|
-
"suiteId": "app-manifest",
|
|
11
|
-
"fixtures": 41,
|
|
12
|
-
"suiteVersion": "1.0",
|
|
13
|
-
"result": "pass"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"suiteId": "app-navigation",
|
|
17
|
-
"fixtures": 16,
|
|
18
|
-
"suiteVersion": "1.0",
|
|
19
|
-
"result": "pass"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"suiteId": "host-bootstrap",
|
|
23
|
-
"fixtures": 23,
|
|
24
|
-
"suiteVersion": "1.0",
|
|
25
|
-
"result": "pass"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"suiteId": "host-failure",
|
|
29
|
-
"fixtures": 43,
|
|
30
|
-
"suiteVersion": "1.0",
|
|
31
|
-
"result": "pass"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"suiteId": "host-conformance-claim",
|
|
35
|
-
"fixtures": 30,
|
|
36
|
-
"suiteVersion": "1.0",
|
|
37
|
-
"result": "pass"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"suiteId": "request-construction",
|
|
41
|
-
"fixtures": 81,
|
|
42
|
-
"suiteVersion": "1.0",
|
|
43
|
-
"result": "pass"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"suiteId": "component-format",
|
|
47
|
-
"fixtures": 5,
|
|
48
|
-
"suiteVersion": "1.0",
|
|
49
|
-
"result": "pass"
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
"pinnedUpstream": {
|
|
53
|
-
"sourceRepo": "https://github.com/magicvr/schema-ui-docs",
|
|
54
|
-
"sourceCommit": "81aa1d8",
|
|
55
|
-
"artifactVersion": "2.8.0",
|
|
56
|
-
"fixtureSha256": "89baddbc2879b0c183bcb50fbc730257df5786eee316b645e8238876fe0ca3e7",
|
|
57
|
-
"protocolContentSha256": "c87c22ad2ab4f4f19b93253312d6906b085ae6cd273168cc435d9863809d1c22"
|
|
58
|
-
},
|
|
59
|
-
"residuals": []
|
|
60
|
-
}
|