@nakafa/aksara-contracts 0.27.0
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/LICENSE +185 -0
- package/README.md +73 -0
- package/dist/artifact/integrity.d.ts +29 -0
- package/dist/artifact/integrity.js +54 -0
- package/dist/artifact/limits.d.ts +26 -0
- package/dist/artifact/limits.js +46 -0
- package/dist/artifact/source.d.ts +21 -0
- package/dist/artifact/source.js +24 -0
- package/dist/artifact/spec.d.ts +148 -0
- package/dist/artifact/spec.js +92 -0
- package/dist/artifact/verify.d.ts +26 -0
- package/dist/artifact/verify.js +18 -0
- package/dist/cache/content.d.ts +52 -0
- package/dist/cache/content.js +80 -0
- package/dist/content.d.ts +168 -0
- package/dist/content.js +107 -0
- package/dist/country.d.ts +4 -0
- package/dist/country.js +8 -0
- package/dist/date.d.ts +24 -0
- package/dist/date.js +44 -0
- package/dist/decode.d.ts +4 -0
- package/dist/decode.js +8 -0
- package/dist/delivery.d.ts +4 -0
- package/dist/delivery.js +7 -0
- package/dist/errors.d.ts +10 -0
- package/dist/errors.js +8 -0
- package/dist/graph/family.d.ts +45 -0
- package/dist/graph/family.js +85 -0
- package/dist/graph/identity.d.ts +19 -0
- package/dist/graph/identity.js +39 -0
- package/dist/graph/spec.d.ts +20 -0
- package/dist/graph/spec.js +26 -0
- package/dist/hash/text.d.ts +10 -0
- package/dist/hash/text.js +20 -0
- package/dist/ids.d.ts +27 -0
- package/dist/ids.js +63 -0
- package/dist/limits.d.ts +10 -0
- package/dist/limits.js +10 -0
- package/dist/locale.d.ts +37 -0
- package/dist/locale.js +53 -0
- package/dist/material/domain.d.ts +4 -0
- package/dist/material/domain.js +8 -0
- package/dist/preview/artifact.d.ts +198 -0
- package/dist/preview/artifact.js +20 -0
- package/dist/preview/auth.d.ts +71 -0
- package/dist/preview/auth.js +49 -0
- package/dist/preview/document.d.ts +692 -0
- package/dist/preview/document.js +90 -0
- package/dist/preview/spec.d.ts +2517 -0
- package/dist/preview/spec.js +142 -0
- package/dist/preview/target.d.ts +172 -0
- package/dist/preview/target.js +70 -0
- package/dist/program/curriculum.d.ts +69 -0
- package/dist/program/curriculum.js +181 -0
- package/dist/program/snapshot/digest.d.ts +26 -0
- package/dist/program/snapshot/digest.js +220 -0
- package/dist/program/snapshot/hash.d.ts +31 -0
- package/dist/program/snapshot/hash.js +40 -0
- package/dist/program/snapshot/row-hash.d.ts +155 -0
- package/dist/program/snapshot/row-hash.js +34 -0
- package/dist/program/snapshot/row.d.ts +139 -0
- package/dist/program/snapshot/row.js +28 -0
- package/dist/program/snapshot/spec.d.ts +36 -0
- package/dist/program/snapshot/spec.js +39 -0
- package/dist/program/spec.d.ts +85 -0
- package/dist/program/spec.js +197 -0
- package/dist/projection/article.d.ts +145 -0
- package/dist/projection/article.js +150 -0
- package/dist/projection/digest.d.ts +261 -0
- package/dist/projection/digest.js +59 -0
- package/dist/projection/hash.d.ts +3 -0
- package/dist/projection/hash.js +10 -0
- package/dist/projection/material.d.ts +109 -0
- package/dist/projection/material.js +160 -0
- package/dist/projection/page.d.ts +112 -0
- package/dist/projection/page.js +106 -0
- package/dist/projection/question.d.ts +520 -0
- package/dist/projection/question.js +109 -0
- package/dist/projection/spec.d.ts +503 -0
- package/dist/projection/spec.js +56 -0
- package/dist/projection/verify.d.ts +281 -0
- package/dist/projection/verify.js +86 -0
- package/dist/question/identity.d.ts +175 -0
- package/dist/question/identity.js +205 -0
- package/dist/question/item.d.ts +453 -0
- package/dist/question/item.js +146 -0
- package/dist/question/response.d.ts +175 -0
- package/dist/question/response.js +150 -0
- package/dist/quran/attribution.d.ts +48 -0
- package/dist/quran/attribution.js +44 -0
- package/dist/quran/identity.d.ts +105 -0
- package/dist/quran/identity.js +100 -0
- package/dist/quran/notes.d.ts +56 -0
- package/dist/quran/notes.js +142 -0
- package/dist/quran/provenance.d.ts +257 -0
- package/dist/quran/provenance.js +144 -0
- package/dist/quran/snapshot/digest.d.ts +33 -0
- package/dist/quran/snapshot/digest.js +232 -0
- package/dist/quran/snapshot/hash.d.ts +51 -0
- package/dist/quran/snapshot/hash.js +50 -0
- package/dist/quran/snapshot/row/hash.d.ts +748 -0
- package/dist/quran/snapshot/row/hash.js +115 -0
- package/dist/quran/snapshot/row.d.ts +354 -0
- package/dist/quran/snapshot/row.js +91 -0
- package/dist/quran/snapshot/spec.d.ts +50 -0
- package/dist/quran/snapshot/spec.js +66 -0
- package/dist/quran/source.d.ts +206 -0
- package/dist/quran/source.js +153 -0
- package/dist/quran/spec.d.ts +47 -0
- package/dist/quran/spec.js +41 -0
- package/dist/quran/text.d.ts +7 -0
- package/dist/quran/text.js +11 -0
- package/dist/release/canonical.d.ts +23 -0
- package/dist/release/canonical.js +29 -0
- package/dist/release/current/evidence.d.ts +424 -0
- package/dist/release/current/evidence.js +41 -0
- package/dist/release/current/runtime.d.ts +4 -0
- package/dist/release/current/runtime.js +15 -0
- package/dist/release/current/state.d.ts +567 -0
- package/dist/release/current/state.js +91 -0
- package/dist/release/digest.d.ts +54 -0
- package/dist/release/digest.js +71 -0
- package/dist/release/hash.d.ts +72 -0
- package/dist/release/hash.js +14 -0
- package/dist/release/head.d.ts +206 -0
- package/dist/release/head.js +131 -0
- package/dist/release/items.d.ts +98 -0
- package/dist/release/items.js +114 -0
- package/dist/release/lifecycle.d.ts +297 -0
- package/dist/release/lifecycle.js +97 -0
- package/dist/release/origin.d.ts +30 -0
- package/dist/release/origin.js +24 -0
- package/dist/release/policy.d.ts +45 -0
- package/dist/release/policy.js +124 -0
- package/dist/release/result/digest.d.ts +127 -0
- package/dist/release/result/digest.js +140 -0
- package/dist/release/result/spec.d.ts +4 -0
- package/dist/release/result/spec.js +5 -0
- package/dist/release/rollback/digest.d.ts +126 -0
- package/dist/release/rollback/digest.js +92 -0
- package/dist/release/rollback/spec.d.ts +1729 -0
- package/dist/release/rollback/spec.js +156 -0
- package/dist/release/route/digest.d.ts +45 -0
- package/dist/release/route/digest.js +59 -0
- package/dist/release/route/page.d.ts +56 -0
- package/dist/release/route/page.js +46 -0
- package/dist/release/route/spec.d.ts +49 -0
- package/dist/release/route/spec.js +40 -0
- package/dist/release/route/verify.d.ts +66 -0
- package/dist/release/route/verify.js +67 -0
- package/dist/release/signing.d.ts +6 -0
- package/dist/release/signing.js +38 -0
- package/dist/release/snapshot/data.d.ts +475 -0
- package/dist/release/snapshot/data.js +74 -0
- package/dist/release/snapshot/evidence-requirement.d.ts +22 -0
- package/dist/release/snapshot/evidence-requirement.js +21 -0
- package/dist/release/snapshot/evidence.d.ts +58 -0
- package/dist/release/snapshot/evidence.js +14 -0
- package/dist/release/snapshot/program-evidence.d.ts +17 -0
- package/dist/release/snapshot/program-evidence.js +39 -0
- package/dist/release/snapshot/quran-evidence.d.ts +27 -0
- package/dist/release/snapshot/quran-evidence.js +43 -0
- package/dist/release/snapshot/scope.d.ts +60 -0
- package/dist/release/snapshot/scope.js +102 -0
- package/dist/release/snapshot/spec.d.ts +193 -0
- package/dist/release/snapshot/spec.js +139 -0
- package/dist/release/snapshot/tryout-evidence.d.ts +22 -0
- package/dist/release/snapshot/tryout-evidence.js +86 -0
- package/dist/release/snapshot/verify.d.ts +710 -0
- package/dist/release/snapshot/verify.js +147 -0
- package/dist/release/spec.d.ts +491 -0
- package/dist/release/spec.js +200 -0
- package/dist/release/verify.d.ts +98 -0
- package/dist/release/verify.js +70 -0
- package/dist/renderer/compatibility.d.ts +35 -0
- package/dist/renderer/compatibility.js +48 -0
- package/dist/renderer/component.d.ts +99 -0
- package/dist/renderer/component.js +102 -0
- package/dist/renderer/contract.d.ts +144 -0
- package/dist/renderer/contract.js +122 -0
- package/dist/renderer/domain.d.ts +6 -0
- package/dist/renderer/domain.js +18 -0
- package/dist/renderer/manifest.d.ts +86 -0
- package/dist/renderer/manifest.js +49 -0
- package/dist/renderer/selection.d.ts +39 -0
- package/dist/renderer/selection.js +87 -0
- package/dist/runtime/error.d.ts +8 -0
- package/dist/runtime/error.js +20 -0
- package/dist/runtime/protected/limits.d.ts +10 -0
- package/dist/runtime/protected/limits.js +15 -0
- package/dist/runtime/protected/spec.d.ts +328 -0
- package/dist/runtime/protected/spec.js +79 -0
- package/dist/runtime/protected/verify.d.ts +97 -0
- package/dist/runtime/protected/verify.js +72 -0
- package/dist/runtime/result.d.ts +12 -0
- package/dist/runtime/result.js +17 -0
- package/dist/runtime/spec.d.ts +705 -0
- package/dist/runtime/spec.js +61 -0
- package/dist/runtime/verify.d.ts +479 -0
- package/dist/runtime/verify.js +123 -0
- package/dist/signature/spec.d.ts +53 -0
- package/dist/signature/spec.js +29 -0
- package/dist/signature/trusted.d.ts +19 -0
- package/dist/signature/trusted.js +32 -0
- package/dist/signature/verify.d.ts +10 -0
- package/dist/signature/verify.js +82 -0
- package/dist/text/order.d.ts +2 -0
- package/dist/text/order.js +10 -0
- package/dist/text/syntax.d.ts +6 -0
- package/dist/text/syntax.js +15 -0
- package/dist/transport/batch.d.ts +971 -0
- package/dist/transport/batch.js +101 -0
- package/dist/transport/failure.d.ts +168 -0
- package/dist/transport/failure.js +194 -0
- package/dist/transport/group.d.ts +2946 -0
- package/dist/transport/group.js +47 -0
- package/dist/transport/limits.d.ts +30 -0
- package/dist/transport/limits.js +30 -0
- package/dist/transport/request.d.ts +9333 -0
- package/dist/transport/request.js +121 -0
- package/dist/transport/response.d.ts +6247 -0
- package/dist/transport/response.js +181 -0
- package/dist/transport/runtime.d.ts +77 -0
- package/dist/transport/runtime.js +33 -0
- package/dist/transport/snapshot.d.ts +978 -0
- package/dist/transport/snapshot.js +70 -0
- package/dist/tryout/canonical.d.ts +2 -0
- package/dist/tryout/canonical.js +11 -0
- package/dist/tryout/catalog-hash.d.ts +134 -0
- package/dist/tryout/catalog-hash.js +203 -0
- package/dist/tryout/catalog.d.ts +376 -0
- package/dist/tryout/catalog.js +147 -0
- package/dist/tryout/content-hash.d.ts +89 -0
- package/dist/tryout/content-hash.js +72 -0
- package/dist/tryout/identity.d.ts +12 -0
- package/dist/tryout/identity.js +46 -0
- package/dist/tryout/key.d.ts +4 -0
- package/dist/tryout/key.js +8 -0
- package/dist/tryout/language.d.ts +24 -0
- package/dist/tryout/language.js +32 -0
- package/dist/tryout/locale-closure.d.ts +20 -0
- package/dist/tryout/locale-closure.js +164 -0
- package/dist/tryout/placement-closure.d.ts +5 -0
- package/dist/tryout/placement-closure.js +30 -0
- package/dist/tryout/placement-hash.d.ts +11 -0
- package/dist/tryout/placement-hash.js +55 -0
- package/dist/tryout/placement.d.ts +280 -0
- package/dist/tryout/placement.js +82 -0
- package/dist/tryout/row-hash.d.ts +28 -0
- package/dist/tryout/row-hash.js +50 -0
- package/dist/tryout/runtime/canonical.d.ts +8 -0
- package/dist/tryout/runtime/canonical.js +33 -0
- package/dist/tryout/runtime/hash.d.ts +32 -0
- package/dist/tryout/runtime/hash.js +11 -0
- package/dist/tryout/runtime/source.d.ts +42 -0
- package/dist/tryout/runtime/source.js +47 -0
- package/dist/tryout/runtime/spec.d.ts +58 -0
- package/dist/tryout/runtime/spec.js +21 -0
- package/dist/tryout/runtime/verify.d.ts +61 -0
- package/dist/tryout/runtime/verify.js +69 -0
- package/dist/tryout/snapshot/canonical.d.ts +7 -0
- package/dist/tryout/snapshot/canonical.js +17 -0
- package/dist/tryout/snapshot/hash.d.ts +8 -0
- package/dist/tryout/snapshot/hash.js +19 -0
- package/dist/tryout/snapshot/spec.d.ts +46 -0
- package/dist/tryout/snapshot/spec.js +30 -0
- package/dist/tryout/spec.d.ts +13 -0
- package/dist/tryout/spec.js +15 -0
- package/package.json +506 -0
package/package.json
ADDED
|
@@ -0,0 +1,506 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@nakafa/aksara-contracts",
|
|
3
|
+
"version": "0.27.0",
|
|
4
|
+
"description": "Schemas and verification contracts for Nakafa content releases.",
|
|
5
|
+
"homepage": "https://github.com/nakafaai/aksara#readme",
|
|
6
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"engines": {
|
|
9
|
+
"node": ">=24.0.0 <25.0.0"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"dist"
|
|
13
|
+
],
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git+https://github.com/nakafaai/aksara.git",
|
|
17
|
+
"directory": "packages/contracts"
|
|
18
|
+
},
|
|
19
|
+
"peerDependencies": {
|
|
20
|
+
"effect": "4.0.0-rc.110"
|
|
21
|
+
},
|
|
22
|
+
"exports": {
|
|
23
|
+
"./content": {
|
|
24
|
+
"types": "./dist/content.d.ts",
|
|
25
|
+
"import": "./dist/content.js"
|
|
26
|
+
},
|
|
27
|
+
"./country": {
|
|
28
|
+
"types": "./dist/country.d.ts",
|
|
29
|
+
"import": "./dist/country.js"
|
|
30
|
+
},
|
|
31
|
+
"./date": {
|
|
32
|
+
"types": "./dist/date.d.ts",
|
|
33
|
+
"import": "./dist/date.js"
|
|
34
|
+
},
|
|
35
|
+
"./cache/content": {
|
|
36
|
+
"types": "./dist/cache/content.d.ts",
|
|
37
|
+
"import": "./dist/cache/content.js"
|
|
38
|
+
},
|
|
39
|
+
"./delivery": {
|
|
40
|
+
"types": "./dist/delivery.d.ts",
|
|
41
|
+
"import": "./dist/delivery.js"
|
|
42
|
+
},
|
|
43
|
+
"./artifact/verify": {
|
|
44
|
+
"types": "./dist/artifact/verify.d.ts",
|
|
45
|
+
"node": "./dist/artifact/verify.js"
|
|
46
|
+
},
|
|
47
|
+
"./artifact/integrity": {
|
|
48
|
+
"types": "./dist/artifact/integrity.d.ts",
|
|
49
|
+
"node": "./dist/artifact/integrity.js"
|
|
50
|
+
},
|
|
51
|
+
"./artifact/spec": {
|
|
52
|
+
"types": "./dist/artifact/spec.d.ts",
|
|
53
|
+
"import": "./dist/artifact/spec.js"
|
|
54
|
+
},
|
|
55
|
+
"./artifact/limits": {
|
|
56
|
+
"types": "./dist/artifact/limits.d.ts",
|
|
57
|
+
"node": "./dist/artifact/limits.js"
|
|
58
|
+
},
|
|
59
|
+
"./artifact/source": {
|
|
60
|
+
"types": "./dist/artifact/source.d.ts",
|
|
61
|
+
"node": "./dist/artifact/source.js"
|
|
62
|
+
},
|
|
63
|
+
"./errors": {
|
|
64
|
+
"types": "./dist/errors.d.ts",
|
|
65
|
+
"import": "./dist/errors.js"
|
|
66
|
+
},
|
|
67
|
+
"./graph/identity": {
|
|
68
|
+
"types": "./dist/graph/identity.d.ts",
|
|
69
|
+
"import": "./dist/graph/identity.js"
|
|
70
|
+
},
|
|
71
|
+
"./graph/family": {
|
|
72
|
+
"types": "./dist/graph/family.d.ts",
|
|
73
|
+
"import": "./dist/graph/family.js"
|
|
74
|
+
},
|
|
75
|
+
"./graph/spec": {
|
|
76
|
+
"types": "./dist/graph/spec.d.ts",
|
|
77
|
+
"import": "./dist/graph/spec.js"
|
|
78
|
+
},
|
|
79
|
+
"./ids": {
|
|
80
|
+
"types": "./dist/ids.d.ts",
|
|
81
|
+
"import": "./dist/ids.js"
|
|
82
|
+
},
|
|
83
|
+
"./limits": {
|
|
84
|
+
"types": "./dist/limits.d.ts",
|
|
85
|
+
"import": "./dist/limits.js"
|
|
86
|
+
},
|
|
87
|
+
"./locale": {
|
|
88
|
+
"types": "./dist/locale.d.ts",
|
|
89
|
+
"import": "./dist/locale.js"
|
|
90
|
+
},
|
|
91
|
+
"./material/domain": {
|
|
92
|
+
"types": "./dist/material/domain.d.ts",
|
|
93
|
+
"import": "./dist/material/domain.js"
|
|
94
|
+
},
|
|
95
|
+
"./projection/digest": {
|
|
96
|
+
"types": "./dist/projection/digest.d.ts",
|
|
97
|
+
"node": "./dist/projection/digest.js"
|
|
98
|
+
},
|
|
99
|
+
"./projection/article": {
|
|
100
|
+
"types": "./dist/projection/article.d.ts",
|
|
101
|
+
"import": "./dist/projection/article.js"
|
|
102
|
+
},
|
|
103
|
+
"./projection/hash": {
|
|
104
|
+
"types": "./dist/projection/hash.d.ts",
|
|
105
|
+
"node": "./dist/projection/hash.js"
|
|
106
|
+
},
|
|
107
|
+
"./projection/spec": {
|
|
108
|
+
"types": "./dist/projection/spec.d.ts",
|
|
109
|
+
"import": "./dist/projection/spec.js"
|
|
110
|
+
},
|
|
111
|
+
"./projection/material": {
|
|
112
|
+
"types": "./dist/projection/material.d.ts",
|
|
113
|
+
"import": "./dist/projection/material.js"
|
|
114
|
+
},
|
|
115
|
+
"./projection/page": {
|
|
116
|
+
"types": "./dist/projection/page.d.ts",
|
|
117
|
+
"import": "./dist/projection/page.js"
|
|
118
|
+
},
|
|
119
|
+
"./projection/question": {
|
|
120
|
+
"types": "./dist/projection/question.d.ts",
|
|
121
|
+
"import": "./dist/projection/question.js"
|
|
122
|
+
},
|
|
123
|
+
"./projection/verify": {
|
|
124
|
+
"types": "./dist/projection/verify.d.ts",
|
|
125
|
+
"node": "./dist/projection/verify.js"
|
|
126
|
+
},
|
|
127
|
+
"./question/identity": {
|
|
128
|
+
"types": "./dist/question/identity.d.ts",
|
|
129
|
+
"import": "./dist/question/identity.js"
|
|
130
|
+
},
|
|
131
|
+
"./question/item": {
|
|
132
|
+
"types": "./dist/question/item.d.ts",
|
|
133
|
+
"import": "./dist/question/item.js"
|
|
134
|
+
},
|
|
135
|
+
"./question/response": {
|
|
136
|
+
"types": "./dist/question/response.d.ts",
|
|
137
|
+
"import": "./dist/question/response.js"
|
|
138
|
+
},
|
|
139
|
+
"./quran/snapshot/row": {
|
|
140
|
+
"types": "./dist/quran/snapshot/row.d.ts",
|
|
141
|
+
"import": "./dist/quran/snapshot/row.js"
|
|
142
|
+
},
|
|
143
|
+
"./quran/snapshot/row/hash": {
|
|
144
|
+
"types": "./dist/quran/snapshot/row/hash.d.ts",
|
|
145
|
+
"node": "./dist/quran/snapshot/row/hash.js"
|
|
146
|
+
},
|
|
147
|
+
"./quran/snapshot/digest": {
|
|
148
|
+
"types": "./dist/quran/snapshot/digest.d.ts",
|
|
149
|
+
"node": "./dist/quran/snapshot/digest.js"
|
|
150
|
+
},
|
|
151
|
+
"./quran/snapshot/hash": {
|
|
152
|
+
"types": "./dist/quran/snapshot/hash.d.ts",
|
|
153
|
+
"node": "./dist/quran/snapshot/hash.js"
|
|
154
|
+
},
|
|
155
|
+
"./quran/provenance": {
|
|
156
|
+
"types": "./dist/quran/provenance.d.ts",
|
|
157
|
+
"node": "./dist/quran/provenance.js"
|
|
158
|
+
},
|
|
159
|
+
"./quran/notes": {
|
|
160
|
+
"types": "./dist/quran/notes.d.ts",
|
|
161
|
+
"import": "./dist/quran/notes.js"
|
|
162
|
+
},
|
|
163
|
+
"./quran/identity": {
|
|
164
|
+
"types": "./dist/quran/identity.d.ts",
|
|
165
|
+
"import": "./dist/quran/identity.js"
|
|
166
|
+
},
|
|
167
|
+
"./quran/snapshot/spec": {
|
|
168
|
+
"types": "./dist/quran/snapshot/spec.d.ts",
|
|
169
|
+
"import": "./dist/quran/snapshot/spec.js"
|
|
170
|
+
},
|
|
171
|
+
"./quran/spec": {
|
|
172
|
+
"types": "./dist/quran/spec.d.ts",
|
|
173
|
+
"import": "./dist/quran/spec.js"
|
|
174
|
+
},
|
|
175
|
+
"./quran/text": {
|
|
176
|
+
"types": "./dist/quran/text.d.ts",
|
|
177
|
+
"import": "./dist/quran/text.js"
|
|
178
|
+
},
|
|
179
|
+
"./quran/source": {
|
|
180
|
+
"types": "./dist/quran/source.d.ts",
|
|
181
|
+
"import": "./dist/quran/source.js"
|
|
182
|
+
},
|
|
183
|
+
"./preview/artifact": {
|
|
184
|
+
"types": "./dist/preview/artifact.d.ts",
|
|
185
|
+
"import": "./dist/preview/artifact.js"
|
|
186
|
+
},
|
|
187
|
+
"./preview/spec": {
|
|
188
|
+
"types": "./dist/preview/spec.d.ts",
|
|
189
|
+
"import": "./dist/preview/spec.js"
|
|
190
|
+
},
|
|
191
|
+
"./preview/document": {
|
|
192
|
+
"types": "./dist/preview/document.d.ts",
|
|
193
|
+
"import": "./dist/preview/document.js"
|
|
194
|
+
},
|
|
195
|
+
"./preview/target": {
|
|
196
|
+
"types": "./dist/preview/target.d.ts",
|
|
197
|
+
"import": "./dist/preview/target.js"
|
|
198
|
+
},
|
|
199
|
+
"./preview/auth": {
|
|
200
|
+
"types": "./dist/preview/auth.d.ts",
|
|
201
|
+
"node": "./dist/preview/auth.js"
|
|
202
|
+
},
|
|
203
|
+
"./program/spec": {
|
|
204
|
+
"types": "./dist/program/spec.d.ts",
|
|
205
|
+
"import": "./dist/program/spec.js"
|
|
206
|
+
},
|
|
207
|
+
"./program/curriculum": {
|
|
208
|
+
"types": "./dist/program/curriculum.d.ts",
|
|
209
|
+
"import": "./dist/program/curriculum.js"
|
|
210
|
+
},
|
|
211
|
+
"./program/snapshot/row": {
|
|
212
|
+
"types": "./dist/program/snapshot/row.d.ts",
|
|
213
|
+
"import": "./dist/program/snapshot/row.js"
|
|
214
|
+
},
|
|
215
|
+
"./program/snapshot/row-hash": {
|
|
216
|
+
"types": "./dist/program/snapshot/row-hash.d.ts",
|
|
217
|
+
"node": "./dist/program/snapshot/row-hash.js"
|
|
218
|
+
},
|
|
219
|
+
"./program/snapshot/digest": {
|
|
220
|
+
"types": "./dist/program/snapshot/digest.d.ts",
|
|
221
|
+
"node": "./dist/program/snapshot/digest.js"
|
|
222
|
+
},
|
|
223
|
+
"./program/snapshot/spec": {
|
|
224
|
+
"types": "./dist/program/snapshot/spec.d.ts",
|
|
225
|
+
"import": "./dist/program/snapshot/spec.js"
|
|
226
|
+
},
|
|
227
|
+
"./program/snapshot/hash": {
|
|
228
|
+
"types": "./dist/program/snapshot/hash.d.ts",
|
|
229
|
+
"node": "./dist/program/snapshot/hash.js"
|
|
230
|
+
},
|
|
231
|
+
"./release": {
|
|
232
|
+
"types": "./dist/release/spec.d.ts",
|
|
233
|
+
"import": "./dist/release/spec.js"
|
|
234
|
+
},
|
|
235
|
+
"./release/canonical": {
|
|
236
|
+
"types": "./dist/release/canonical.d.ts",
|
|
237
|
+
"import": "./dist/release/canonical.js"
|
|
238
|
+
},
|
|
239
|
+
"./release/items": {
|
|
240
|
+
"types": "./dist/release/items.d.ts",
|
|
241
|
+
"node": "./dist/release/items.js"
|
|
242
|
+
},
|
|
243
|
+
"./release/digest": {
|
|
244
|
+
"types": "./dist/release/digest.d.ts",
|
|
245
|
+
"node": "./dist/release/digest.js"
|
|
246
|
+
},
|
|
247
|
+
"./release/hash": {
|
|
248
|
+
"types": "./dist/release/hash.d.ts",
|
|
249
|
+
"node": "./dist/release/hash.js"
|
|
250
|
+
},
|
|
251
|
+
"./release/head": {
|
|
252
|
+
"types": "./dist/release/head.d.ts",
|
|
253
|
+
"import": "./dist/release/head.js"
|
|
254
|
+
},
|
|
255
|
+
"./release/current/evidence": {
|
|
256
|
+
"types": "./dist/release/current/evidence.d.ts",
|
|
257
|
+
"import": "./dist/release/current/evidence.js"
|
|
258
|
+
},
|
|
259
|
+
"./release/current/state": {
|
|
260
|
+
"types": "./dist/release/current/state.d.ts",
|
|
261
|
+
"import": "./dist/release/current/state.js"
|
|
262
|
+
},
|
|
263
|
+
"./release/lifecycle": {
|
|
264
|
+
"types": "./dist/release/lifecycle.d.ts",
|
|
265
|
+
"import": "./dist/release/lifecycle.js"
|
|
266
|
+
},
|
|
267
|
+
"./release/policy": {
|
|
268
|
+
"types": "./dist/release/policy.d.ts",
|
|
269
|
+
"import": "./dist/release/policy.js"
|
|
270
|
+
},
|
|
271
|
+
"./release/rollback/spec": {
|
|
272
|
+
"types": "./dist/release/rollback/spec.d.ts",
|
|
273
|
+
"import": "./dist/release/rollback/spec.js"
|
|
274
|
+
},
|
|
275
|
+
"./release/route/spec": {
|
|
276
|
+
"types": "./dist/release/route/spec.d.ts",
|
|
277
|
+
"import": "./dist/release/route/spec.js"
|
|
278
|
+
},
|
|
279
|
+
"./release/route/digest": {
|
|
280
|
+
"types": "./dist/release/route/digest.d.ts",
|
|
281
|
+
"node": "./dist/release/route/digest.js"
|
|
282
|
+
},
|
|
283
|
+
"./release/route/verify": {
|
|
284
|
+
"types": "./dist/release/route/verify.d.ts",
|
|
285
|
+
"node": "./dist/release/route/verify.js"
|
|
286
|
+
},
|
|
287
|
+
"./release/route/page": {
|
|
288
|
+
"types": "./dist/release/route/page.d.ts",
|
|
289
|
+
"import": "./dist/release/route/page.js"
|
|
290
|
+
},
|
|
291
|
+
"./release/rollback/digest": {
|
|
292
|
+
"types": "./dist/release/rollback/digest.d.ts",
|
|
293
|
+
"node": "./dist/release/rollback/digest.js"
|
|
294
|
+
},
|
|
295
|
+
"./release/result/digest": {
|
|
296
|
+
"types": "./dist/release/result/digest.d.ts",
|
|
297
|
+
"node": "./dist/release/result/digest.js"
|
|
298
|
+
},
|
|
299
|
+
"./release/result/spec": {
|
|
300
|
+
"types": "./dist/release/result/spec.d.ts",
|
|
301
|
+
"import": "./dist/release/result/spec.js"
|
|
302
|
+
},
|
|
303
|
+
"./release/signing": {
|
|
304
|
+
"types": "./dist/release/signing.d.ts",
|
|
305
|
+
"import": "./dist/release/signing.js"
|
|
306
|
+
},
|
|
307
|
+
"./release/snapshot/spec": {
|
|
308
|
+
"types": "./dist/release/snapshot/spec.d.ts",
|
|
309
|
+
"import": "./dist/release/snapshot/spec.js"
|
|
310
|
+
},
|
|
311
|
+
"./release/snapshot/scope": {
|
|
312
|
+
"types": "./dist/release/snapshot/scope.d.ts",
|
|
313
|
+
"import": "./dist/release/snapshot/scope.js"
|
|
314
|
+
},
|
|
315
|
+
"./release/snapshot/data": {
|
|
316
|
+
"types": "./dist/release/snapshot/data.d.ts",
|
|
317
|
+
"import": "./dist/release/snapshot/data.js"
|
|
318
|
+
},
|
|
319
|
+
"./release/snapshot/verify": {
|
|
320
|
+
"types": "./dist/release/snapshot/verify.d.ts",
|
|
321
|
+
"node": "./dist/release/snapshot/verify.js"
|
|
322
|
+
},
|
|
323
|
+
"./release/verify": {
|
|
324
|
+
"types": "./dist/release/verify.d.ts",
|
|
325
|
+
"node": "./dist/release/verify.js"
|
|
326
|
+
},
|
|
327
|
+
"./renderer/contract": {
|
|
328
|
+
"types": "./dist/renderer/contract.d.ts",
|
|
329
|
+
"import": "./dist/renderer/contract.js"
|
|
330
|
+
},
|
|
331
|
+
"./renderer/component": {
|
|
332
|
+
"types": "./dist/renderer/component.d.ts",
|
|
333
|
+
"import": "./dist/renderer/component.js"
|
|
334
|
+
},
|
|
335
|
+
"./renderer/compatibility": {
|
|
336
|
+
"types": "./dist/renderer/compatibility.d.ts",
|
|
337
|
+
"import": "./dist/renderer/compatibility.js"
|
|
338
|
+
},
|
|
339
|
+
"./renderer/domain": {
|
|
340
|
+
"types": "./dist/renderer/domain.d.ts",
|
|
341
|
+
"import": "./dist/renderer/domain.js"
|
|
342
|
+
},
|
|
343
|
+
"./renderer/manifest": {
|
|
344
|
+
"types": "./dist/renderer/manifest.d.ts",
|
|
345
|
+
"import": "./dist/renderer/manifest.js"
|
|
346
|
+
},
|
|
347
|
+
"./runtime/spec": {
|
|
348
|
+
"types": "./dist/runtime/spec.d.ts",
|
|
349
|
+
"import": "./dist/runtime/spec.js"
|
|
350
|
+
},
|
|
351
|
+
"./runtime/error": {
|
|
352
|
+
"types": "./dist/runtime/error.d.ts",
|
|
353
|
+
"import": "./dist/runtime/error.js"
|
|
354
|
+
},
|
|
355
|
+
"./runtime/result": {
|
|
356
|
+
"types": "./dist/runtime/result.d.ts",
|
|
357
|
+
"import": "./dist/runtime/result.js"
|
|
358
|
+
},
|
|
359
|
+
"./runtime/protected/limits": {
|
|
360
|
+
"types": "./dist/runtime/protected/limits.d.ts",
|
|
361
|
+
"import": "./dist/runtime/protected/limits.js"
|
|
362
|
+
},
|
|
363
|
+
"./runtime/protected/spec": {
|
|
364
|
+
"types": "./dist/runtime/protected/spec.d.ts",
|
|
365
|
+
"import": "./dist/runtime/protected/spec.js"
|
|
366
|
+
},
|
|
367
|
+
"./runtime/protected/verify": {
|
|
368
|
+
"types": "./dist/runtime/protected/verify.d.ts",
|
|
369
|
+
"node": "./dist/runtime/protected/verify.js"
|
|
370
|
+
},
|
|
371
|
+
"./runtime/verify": {
|
|
372
|
+
"types": "./dist/runtime/verify.d.ts",
|
|
373
|
+
"node": "./dist/runtime/verify.js"
|
|
374
|
+
},
|
|
375
|
+
"./signature/spec": {
|
|
376
|
+
"types": "./dist/signature/spec.d.ts",
|
|
377
|
+
"import": "./dist/signature/spec.js"
|
|
378
|
+
},
|
|
379
|
+
"./signature/trusted": {
|
|
380
|
+
"types": "./dist/signature/trusted.d.ts",
|
|
381
|
+
"import": "./dist/signature/trusted.js"
|
|
382
|
+
},
|
|
383
|
+
"./transport/batch": {
|
|
384
|
+
"types": "./dist/transport/batch.d.ts",
|
|
385
|
+
"import": "./dist/transport/batch.js"
|
|
386
|
+
},
|
|
387
|
+
"./transport/failure": {
|
|
388
|
+
"types": "./dist/transport/failure.d.ts",
|
|
389
|
+
"import": "./dist/transport/failure.js"
|
|
390
|
+
},
|
|
391
|
+
"./transport/group": {
|
|
392
|
+
"types": "./dist/transport/group.d.ts",
|
|
393
|
+
"import": "./dist/transport/group.js"
|
|
394
|
+
},
|
|
395
|
+
"./transport/limits": {
|
|
396
|
+
"types": "./dist/transport/limits.d.ts",
|
|
397
|
+
"import": "./dist/transport/limits.js"
|
|
398
|
+
},
|
|
399
|
+
"./transport/request": {
|
|
400
|
+
"types": "./dist/transport/request.d.ts",
|
|
401
|
+
"import": "./dist/transport/request.js"
|
|
402
|
+
},
|
|
403
|
+
"./transport/response": {
|
|
404
|
+
"types": "./dist/transport/response.d.ts",
|
|
405
|
+
"import": "./dist/transport/response.js"
|
|
406
|
+
},
|
|
407
|
+
"./transport/snapshot": {
|
|
408
|
+
"types": "./dist/transport/snapshot.d.ts",
|
|
409
|
+
"import": "./dist/transport/snapshot.js"
|
|
410
|
+
},
|
|
411
|
+
"./transport/runtime": {
|
|
412
|
+
"types": "./dist/transport/runtime.d.ts",
|
|
413
|
+
"import": "./dist/transport/runtime.js"
|
|
414
|
+
},
|
|
415
|
+
"./text/order": {
|
|
416
|
+
"types": "./dist/text/order.d.ts",
|
|
417
|
+
"import": "./dist/text/order.js"
|
|
418
|
+
},
|
|
419
|
+
"./text/syntax": {
|
|
420
|
+
"types": "./dist/text/syntax.d.ts",
|
|
421
|
+
"import": "./dist/text/syntax.js"
|
|
422
|
+
},
|
|
423
|
+
"./tryout/content-hash": {
|
|
424
|
+
"types": "./dist/tryout/content-hash.d.ts",
|
|
425
|
+
"node": "./dist/tryout/content-hash.js"
|
|
426
|
+
},
|
|
427
|
+
"./tryout/catalog": {
|
|
428
|
+
"types": "./dist/tryout/catalog.d.ts",
|
|
429
|
+
"import": "./dist/tryout/catalog.js"
|
|
430
|
+
},
|
|
431
|
+
"./tryout/catalog-hash": {
|
|
432
|
+
"types": "./dist/tryout/catalog-hash.d.ts",
|
|
433
|
+
"node": "./dist/tryout/catalog-hash.js"
|
|
434
|
+
},
|
|
435
|
+
"./tryout/identity": {
|
|
436
|
+
"types": "./dist/tryout/identity.d.ts",
|
|
437
|
+
"import": "./dist/tryout/identity.js"
|
|
438
|
+
},
|
|
439
|
+
"./tryout/key": {
|
|
440
|
+
"types": "./dist/tryout/key.d.ts",
|
|
441
|
+
"import": "./dist/tryout/key.js"
|
|
442
|
+
},
|
|
443
|
+
"./tryout/language": {
|
|
444
|
+
"types": "./dist/tryout/language.d.ts",
|
|
445
|
+
"import": "./dist/tryout/language.js"
|
|
446
|
+
},
|
|
447
|
+
"./tryout/locale-closure": {
|
|
448
|
+
"types": "./dist/tryout/locale-closure.d.ts",
|
|
449
|
+
"node": "./dist/tryout/locale-closure.js"
|
|
450
|
+
},
|
|
451
|
+
"./tryout/placement": {
|
|
452
|
+
"types": "./dist/tryout/placement.d.ts",
|
|
453
|
+
"import": "./dist/tryout/placement.js"
|
|
454
|
+
},
|
|
455
|
+
"./tryout/placement-hash": {
|
|
456
|
+
"types": "./dist/tryout/placement-hash.d.ts",
|
|
457
|
+
"node": "./dist/tryout/placement-hash.js"
|
|
458
|
+
},
|
|
459
|
+
"./tryout/row-hash": {
|
|
460
|
+
"types": "./dist/tryout/row-hash.d.ts",
|
|
461
|
+
"node": "./dist/tryout/row-hash.js"
|
|
462
|
+
},
|
|
463
|
+
"./tryout/snapshot/hash": {
|
|
464
|
+
"types": "./dist/tryout/snapshot/hash.d.ts",
|
|
465
|
+
"node": "./dist/tryout/snapshot/hash.js"
|
|
466
|
+
},
|
|
467
|
+
"./tryout/snapshot/canonical": {
|
|
468
|
+
"types": "./dist/tryout/snapshot/canonical.d.ts",
|
|
469
|
+
"import": "./dist/tryout/snapshot/canonical.js"
|
|
470
|
+
},
|
|
471
|
+
"./tryout/snapshot/spec": {
|
|
472
|
+
"types": "./dist/tryout/snapshot/spec.d.ts",
|
|
473
|
+
"import": "./dist/tryout/snapshot/spec.js"
|
|
474
|
+
},
|
|
475
|
+
"./tryout/runtime/canonical": {
|
|
476
|
+
"types": "./dist/tryout/runtime/canonical.d.ts",
|
|
477
|
+
"import": "./dist/tryout/runtime/canonical.js"
|
|
478
|
+
},
|
|
479
|
+
"./tryout/runtime/hash": {
|
|
480
|
+
"types": "./dist/tryout/runtime/hash.d.ts",
|
|
481
|
+
"node": "./dist/tryout/runtime/hash.js"
|
|
482
|
+
},
|
|
483
|
+
"./tryout/runtime/spec": {
|
|
484
|
+
"types": "./dist/tryout/runtime/spec.d.ts",
|
|
485
|
+
"import": "./dist/tryout/runtime/spec.js"
|
|
486
|
+
},
|
|
487
|
+
"./tryout/runtime/source": {
|
|
488
|
+
"types": "./dist/tryout/runtime/source.d.ts",
|
|
489
|
+
"import": "./dist/tryout/runtime/source.js"
|
|
490
|
+
},
|
|
491
|
+
"./tryout/runtime/verify": {
|
|
492
|
+
"types": "./dist/tryout/runtime/verify.d.ts",
|
|
493
|
+
"node": "./dist/tryout/runtime/verify.js"
|
|
494
|
+
},
|
|
495
|
+
"./tryout/spec": {
|
|
496
|
+
"types": "./dist/tryout/spec.d.ts",
|
|
497
|
+
"import": "./dist/tryout/spec.js"
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
"imports": {
|
|
501
|
+
"#contracts/*": {
|
|
502
|
+
"default": "./dist/*.js",
|
|
503
|
+
"types": "./dist/*.d.ts"
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
}
|