@forgeax/engine-pack 0.1.24 → 0.1.26
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/README.md +1 -1
- package/dist/build.d.ts +1 -1
- package/dist/build.d.ts.map +1 -1
- package/dist/build.mjs +129 -26
- package/dist/build.mjs.map +1 -1
- package/dist/cli-asset.mjs.map +1 -1
- package/dist/evidence/material-cook.d.ts +29 -3
- package/dist/evidence/material-cook.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +123 -24
- package/dist/index.mjs.map +1 -1
- package/dist/material-cook.d.ts +1 -1
- package/dist/material-cook.d.ts.map +1 -1
- package/dist/material-cook.mjs +123 -24
- package/dist/material-cook.mjs.map +1 -1
- package/dist/pack-authoring-node.mjs.map +1 -1
- package/dist/scanner.d.ts +3 -1
- package/dist/scanner.d.ts.map +1 -1
- package/dist/scanner.mjs +7 -3
- package/dist/scanner.mjs.map +1 -1
- package/package.json +2 -2
- package/src/__tests__/material-cook-receipt.unit.test.ts +9 -9
- package/src/__tests__/material-cook-schema.unit.test.ts +172 -21
- package/src/__tests__/material-declaration-boundary.unit.test.ts +35 -0
- package/src/__tests__/material-surface-consumer-census.test.ts +24 -0
- package/src/__tests__/material-surface-publication.unit.test.ts +162 -0
- package/src/__tests__/material-surface-wire.unit.test.ts +30 -0
- package/src/build.ts +2 -0
- package/src/evidence/material-cook.ts +183 -31
- package/src/index.ts +5 -0
- package/src/material-cook.ts +5 -0
- package/src/scanner.ts +7 -3
- package/src/schema/material-cook.schema.json +254 -50
- package/dist/__tests__/ai-recovery.unit.test.d.ts +0 -2
- package/dist/__tests__/ai-recovery.unit.test.d.ts.map +0 -1
- package/dist/__tests__/artifact-path.test.d.ts +0 -2
- package/dist/__tests__/artifact-path.test.d.ts.map +0 -1
- package/dist/__tests__/asset-evidence-error-hints.test.d.ts +0 -2
- package/dist/__tests__/asset-evidence-error-hints.test.d.ts.map +0 -1
- package/dist/__tests__/asset-evidence-lifecycle.test.d.ts +0 -2
- package/dist/__tests__/asset-evidence-lifecycle.test.d.ts.map +0 -1
- package/dist/__tests__/asset-evidence-schema.test.d.ts +0 -2
- package/dist/__tests__/asset-evidence-schema.test.d.ts.map +0 -1
- package/dist/__tests__/atlas-cli-region-mismatch.test.d.ts +0 -2
- package/dist/__tests__/atlas-cli-region-mismatch.test.d.ts.map +0 -1
- package/dist/__tests__/atlas-error-code-owner.test-d.d.ts +0 -2
- package/dist/__tests__/atlas-error-code-owner.test-d.d.ts.map +0 -1
- package/dist/__tests__/cli-asset-evidence.integration.test.d.ts +0 -2
- package/dist/__tests__/cli-asset-evidence.integration.test.d.ts.map +0 -1
- package/dist/__tests__/cli.unit.test.d.ts +0 -2
- package/dist/__tests__/cli.unit.test.d.ts.map +0 -1
- package/dist/__tests__/evidence-source-inventory.unit.test.d.ts +0 -2
- package/dist/__tests__/evidence-source-inventory.unit.test.d.ts.map +0 -1
- package/dist/__tests__/guid-collision.unit.test.d.ts +0 -2
- package/dist/__tests__/guid-collision.unit.test.d.ts.map +0 -1
- package/dist/__tests__/guid-validator-surface.unit.test.d.ts +0 -2
- package/dist/__tests__/guid-validator-surface.unit.test.d.ts.map +0 -1
- package/dist/__tests__/inventory-schema.test.d.ts +0 -2
- package/dist/__tests__/inventory-schema.test.d.ts.map +0 -1
- package/dist/__tests__/material-cook-dependencies.unit.test.d.ts +0 -2
- package/dist/__tests__/material-cook-dependencies.unit.test.d.ts.map +0 -1
- package/dist/__tests__/material-cook-receipt-layer-plan.unit.test.d.ts +0 -2
- package/dist/__tests__/material-cook-receipt-layer-plan.unit.test.d.ts.map +0 -1
- package/dist/__tests__/material-cook-receipt.unit.test.d.ts +0 -2
- package/dist/__tests__/material-cook-receipt.unit.test.d.ts.map +0 -1
- package/dist/__tests__/material-cook-schema.unit.test.d.ts +0 -2
- package/dist/__tests__/material-cook-schema.unit.test.d.ts.map +0 -1
- package/dist/__tests__/mesh-bin-consumer-surface.unit.test.d.ts +0 -2
- package/dist/__tests__/mesh-bin-consumer-surface.unit.test.d.ts.map +0 -1
- package/dist/__tests__/mesh-bin-contract.unit.test.d.ts +0 -2
- package/dist/__tests__/mesh-bin-contract.unit.test.d.ts.map +0 -1
- package/dist/__tests__/meta-schema-optional.test.d.ts +0 -2
- package/dist/__tests__/meta-schema-optional.test.d.ts.map +0 -1
- package/dist/__tests__/meta-source-overrides.unit.test.d.ts +0 -2
- package/dist/__tests__/meta-source-overrides.unit.test.d.ts.map +0 -1
- package/dist/__tests__/native-cooker-registry.test.d.ts +0 -2
- package/dist/__tests__/native-cooker-registry.test.d.ts.map +0 -1
- package/dist/__tests__/offline-evidence-artifact-verification-owner.test-d.d.ts +0 -2
- package/dist/__tests__/offline-evidence-artifact-verification-owner.test-d.d.ts.map +0 -1
- package/dist/__tests__/offline-evidence.integration.test.d.ts +0 -2
- package/dist/__tests__/offline-evidence.integration.test.d.ts.map +0 -1
- package/dist/__tests__/owner-chain.integration.test.d.ts +0 -2
- package/dist/__tests__/owner-chain.integration.test.d.ts.map +0 -1
- package/dist/__tests__/pack-authoring-gateway.unit.test.d.ts +0 -2
- package/dist/__tests__/pack-authoring-gateway.unit.test.d.ts.map +0 -1
- package/dist/__tests__/pack-authoring.unit.test.d.ts +0 -2
- package/dist/__tests__/pack-authoring.unit.test.d.ts.map +0 -1
- package/dist/__tests__/pack-scanner.unit.test.d.ts +0 -2
- package/dist/__tests__/pack-scanner.unit.test.d.ts.map +0 -1
- package/dist/__tests__/pack-v2-fixture-migration.test.d.ts +0 -2
- package/dist/__tests__/pack-v2-fixture-migration.test.d.ts.map +0 -1
- package/dist/__tests__/pack-v2-schema.test.d.ts +0 -2
- package/dist/__tests__/pack-v2-schema.test.d.ts.map +0 -1
- package/dist/__tests__/pack.unit.test.d.ts +0 -2
- package/dist/__tests__/pack.unit.test.d.ts.map +0 -1
- package/dist/__tests__/package-finalizer.contract.test.d.ts +0 -2
- package/dist/__tests__/package-finalizer.contract.test.d.ts.map +0 -1
- package/dist/__tests__/producer-contract-schema.unit.test.d.ts +0 -2
- package/dist/__tests__/producer-contract-schema.unit.test.d.ts.map +0 -1
- package/dist/__tests__/resolve-asset-source.test.d.ts +0 -2
- package/dist/__tests__/resolve-asset-source.test.d.ts.map +0 -1
- package/dist/__tests__/runtime-projection.unit.test.d.ts +0 -2
- package/dist/__tests__/runtime-projection.unit.test.d.ts.map +0 -1
- package/dist/__tests__/runtime.browser.test.d.ts +0 -2
- package/dist/__tests__/runtime.browser.test.d.ts.map +0 -1
- package/dist/__tests__/scanner-blacklist.test.d.ts +0 -2
- package/dist/__tests__/scanner-blacklist.test.d.ts.map +0 -1
- package/dist/__tests__/scanner-inventory.contract.test.d.ts +0 -2
- package/dist/__tests__/scanner-inventory.contract.test.d.ts.map +0 -1
- package/dist/__tests__/scanner-inventory.test.d.ts +0 -2
- package/dist/__tests__/scanner-inventory.test.d.ts.map +0 -1
- package/dist/__tests__/scanner-mount-cycle.test.d.ts +0 -2
- package/dist/__tests__/scanner-mount-cycle.test.d.ts.map +0 -1
- package/dist/__tests__/scriptable-pack-cli.integration.test.d.ts +0 -2
- package/dist/__tests__/scriptable-pack-cli.integration.test.d.ts.map +0 -1
- package/dist/__tests__/scriptable-pack-ddc-key.unit.test.d.ts +0 -2
- package/dist/__tests__/scriptable-pack-ddc-key.unit.test.d.ts.map +0 -1
- package/dist/__tests__/topology-actions.unit.test.d.ts +0 -2
- package/dist/__tests__/topology-actions.unit.test.d.ts.map +0 -1
- package/dist/__tests__/topology.unit.test.d.ts +0 -2
- package/dist/__tests__/topology.unit.test.d.ts.map +0 -1
|
@@ -2,45 +2,86 @@
|
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"title": "ForgeaX cooked material record",
|
|
4
4
|
"type": "object",
|
|
5
|
-
"required": ["schemaVersion", "guid", "resolved", "refs", "
|
|
5
|
+
"required": ["schemaVersion", "guid", "resolved", "refs", "programs", "receipt"],
|
|
6
6
|
"properties": {
|
|
7
|
-
"schemaVersion": {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
7
|
+
"schemaVersion": {
|
|
8
|
+
"const": "material-cook/4"
|
|
9
|
+
},
|
|
10
|
+
"guid": {
|
|
11
|
+
"type": "string",
|
|
12
|
+
"minLength": 1
|
|
13
|
+
},
|
|
14
|
+
"materialGuid": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"minLength": 1
|
|
17
|
+
},
|
|
18
|
+
"publicationGeneration": {
|
|
19
|
+
"type": "integer",
|
|
20
|
+
"minimum": 1
|
|
21
|
+
},
|
|
22
|
+
"specializationKey": {
|
|
23
|
+
"type": "string",
|
|
24
|
+
"minLength": 1
|
|
25
|
+
},
|
|
26
|
+
"artifactDigest": {
|
|
27
|
+
"type": "string",
|
|
28
|
+
"pattern": "^sha256:"
|
|
29
|
+
},
|
|
30
|
+
"sourceClosure": {
|
|
31
|
+
"type": "array",
|
|
32
|
+
"items": {
|
|
33
|
+
"type": "string"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
14
36
|
"parameterContract": {
|
|
15
37
|
"type": "object",
|
|
16
38
|
"required": ["parameters", "values"],
|
|
17
39
|
"properties": {
|
|
18
|
-
"parameters": {
|
|
19
|
-
|
|
40
|
+
"parameters": {
|
|
41
|
+
"type": "array"
|
|
42
|
+
},
|
|
43
|
+
"values": {
|
|
44
|
+
"type": "object"
|
|
45
|
+
}
|
|
20
46
|
},
|
|
21
47
|
"additionalProperties": false
|
|
22
48
|
},
|
|
23
|
-
"authored": {
|
|
24
|
-
"resolved": { "type": "object", "required": ["passes", "parameters", "values"] },
|
|
25
|
-
"refs": {
|
|
49
|
+
"authored": {
|
|
26
50
|
"type": "object",
|
|
27
|
-
"required": ["
|
|
28
|
-
"properties": {
|
|
29
|
-
"parent": { "type": "array", "items": { "type": "string" } },
|
|
30
|
-
"textures": { "type": "array", "items": { "type": "string" } },
|
|
31
|
-
"samplers": { "type": "array", "items": { "type": "string" } },
|
|
32
|
-
"modules": { "type": "array", "items": { "type": "string" } }
|
|
33
|
-
},
|
|
34
|
-
"additionalProperties": false
|
|
51
|
+
"required": ["kind"]
|
|
35
52
|
},
|
|
36
|
-
"
|
|
53
|
+
"resolved": {
|
|
37
54
|
"type": "object",
|
|
38
|
-
"required": ["
|
|
55
|
+
"required": ["passes", "parameters", "values"]
|
|
56
|
+
},
|
|
57
|
+
"refs": {
|
|
58
|
+
"type": "object",
|
|
59
|
+
"required": ["parent", "textures", "samplers", "modules"],
|
|
39
60
|
"properties": {
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
61
|
+
"parent": {
|
|
62
|
+
"type": "array",
|
|
63
|
+
"items": {
|
|
64
|
+
"type": "string"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"textures": {
|
|
68
|
+
"type": "array",
|
|
69
|
+
"items": {
|
|
70
|
+
"type": "string"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"samplers": {
|
|
74
|
+
"type": "array",
|
|
75
|
+
"items": {
|
|
76
|
+
"type": "string"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"modules": {
|
|
80
|
+
"type": "array",
|
|
81
|
+
"items": {
|
|
82
|
+
"type": "string"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
44
85
|
},
|
|
45
86
|
"additionalProperties": false
|
|
46
87
|
},
|
|
@@ -55,10 +96,21 @@
|
|
|
55
96
|
"derivedInterface"
|
|
56
97
|
],
|
|
57
98
|
"properties": {
|
|
58
|
-
"schemaVersion": {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"
|
|
99
|
+
"schemaVersion": {
|
|
100
|
+
"const": "material-cook/4"
|
|
101
|
+
},
|
|
102
|
+
"sourceClosure": {
|
|
103
|
+
"type": "array",
|
|
104
|
+
"items": {
|
|
105
|
+
"type": "string"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"profile": {
|
|
109
|
+
"type": "string"
|
|
110
|
+
},
|
|
111
|
+
"compilerVersion": {
|
|
112
|
+
"type": "string"
|
|
113
|
+
},
|
|
62
114
|
"identity": {
|
|
63
115
|
"type": "object",
|
|
64
116
|
"required": [
|
|
@@ -78,29 +130,77 @@
|
|
|
78
130
|
"cookGeneration"
|
|
79
131
|
],
|
|
80
132
|
"properties": {
|
|
81
|
-
"materialContractDigest": {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
"
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
133
|
+
"materialContractDigest": {
|
|
134
|
+
"type": "string",
|
|
135
|
+
"minLength": 1
|
|
136
|
+
},
|
|
137
|
+
"sourceRevision": {
|
|
138
|
+
"type": "string",
|
|
139
|
+
"minLength": 1
|
|
140
|
+
},
|
|
141
|
+
"sourceClosureDigest": {
|
|
142
|
+
"type": "string",
|
|
143
|
+
"minLength": 1
|
|
144
|
+
},
|
|
145
|
+
"layoutIdentity": {
|
|
146
|
+
"type": "string",
|
|
147
|
+
"minLength": 1
|
|
148
|
+
},
|
|
149
|
+
"programIdentity": {
|
|
150
|
+
"type": "string",
|
|
151
|
+
"minLength": 1
|
|
152
|
+
},
|
|
153
|
+
"pipelineIdentity": {
|
|
154
|
+
"type": "string",
|
|
155
|
+
"minLength": 1
|
|
156
|
+
},
|
|
157
|
+
"materialPublicationIdentity": {
|
|
158
|
+
"type": "string",
|
|
159
|
+
"minLength": 1
|
|
160
|
+
},
|
|
161
|
+
"cookIdentity": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"minLength": 1
|
|
164
|
+
},
|
|
165
|
+
"compilerFingerprint": {
|
|
166
|
+
"type": "string",
|
|
167
|
+
"minLength": 1
|
|
168
|
+
},
|
|
90
169
|
"wasm": {
|
|
91
170
|
"type": "object",
|
|
92
171
|
"required": ["sourceContentKey", "artifactSha256", "glueSha256"],
|
|
93
172
|
"properties": {
|
|
94
|
-
"sourceContentKey": {
|
|
95
|
-
|
|
96
|
-
|
|
173
|
+
"sourceContentKey": {
|
|
174
|
+
"type": "string",
|
|
175
|
+
"minLength": 1
|
|
176
|
+
},
|
|
177
|
+
"artifactSha256": {
|
|
178
|
+
"type": "string",
|
|
179
|
+
"minLength": 1
|
|
180
|
+
},
|
|
181
|
+
"glueSha256": {
|
|
182
|
+
"type": "string",
|
|
183
|
+
"minLength": 1
|
|
184
|
+
}
|
|
97
185
|
},
|
|
98
186
|
"additionalProperties": false
|
|
99
187
|
},
|
|
100
|
-
"artifactDigest": {
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
188
|
+
"artifactDigest": {
|
|
189
|
+
"type": "string",
|
|
190
|
+
"minLength": 1
|
|
191
|
+
},
|
|
192
|
+
"valueGeneration": {
|
|
193
|
+
"type": "integer",
|
|
194
|
+
"minimum": 1
|
|
195
|
+
},
|
|
196
|
+
"dependencyGeneration": {
|
|
197
|
+
"type": "integer",
|
|
198
|
+
"minimum": 1
|
|
199
|
+
},
|
|
200
|
+
"cookGeneration": {
|
|
201
|
+
"type": "integer",
|
|
202
|
+
"minimum": 1
|
|
203
|
+
}
|
|
104
204
|
},
|
|
105
205
|
"additionalProperties": false
|
|
106
206
|
},
|
|
@@ -108,14 +208,118 @@
|
|
|
108
208
|
"type": "object",
|
|
109
209
|
"required": ["layoutIdentity"],
|
|
110
210
|
"properties": {
|
|
111
|
-
"layoutIdentity": {
|
|
112
|
-
|
|
211
|
+
"layoutIdentity": {
|
|
212
|
+
"type": "string",
|
|
213
|
+
"minLength": 1
|
|
214
|
+
},
|
|
215
|
+
"layerPlanIdentity": {
|
|
216
|
+
"type": "string",
|
|
217
|
+
"minLength": 1
|
|
218
|
+
}
|
|
113
219
|
},
|
|
114
220
|
"additionalProperties": false
|
|
115
221
|
},
|
|
116
|
-
"publicationGeneration": {
|
|
222
|
+
"publicationGeneration": {
|
|
223
|
+
"type": "integer",
|
|
224
|
+
"minimum": 1
|
|
225
|
+
}
|
|
117
226
|
},
|
|
118
227
|
"additionalProperties": false
|
|
228
|
+
},
|
|
229
|
+
"programs": {
|
|
230
|
+
"type": "array",
|
|
231
|
+
"minItems": 1,
|
|
232
|
+
"items": {
|
|
233
|
+
"type": "object",
|
|
234
|
+
"required": ["specializationKey", "artifact", "selections"],
|
|
235
|
+
"properties": {
|
|
236
|
+
"specializationKey": {
|
|
237
|
+
"type": "string",
|
|
238
|
+
"minLength": 1
|
|
239
|
+
},
|
|
240
|
+
"artifact": {
|
|
241
|
+
"type": "object",
|
|
242
|
+
"required": ["mediaType", "path", "digest", "bytes"],
|
|
243
|
+
"properties": {
|
|
244
|
+
"mediaType": {
|
|
245
|
+
"const": "text/wgsl"
|
|
246
|
+
},
|
|
247
|
+
"path": {
|
|
248
|
+
"type": "string"
|
|
249
|
+
},
|
|
250
|
+
"digest": {
|
|
251
|
+
"type": "string",
|
|
252
|
+
"pattern": "^sha256:"
|
|
253
|
+
},
|
|
254
|
+
"bytes": {
|
|
255
|
+
"type": "array",
|
|
256
|
+
"items": {
|
|
257
|
+
"type": "integer",
|
|
258
|
+
"minimum": 0,
|
|
259
|
+
"maximum": 255
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"additionalProperties": false
|
|
264
|
+
},
|
|
265
|
+
"selections": {
|
|
266
|
+
"type": "array",
|
|
267
|
+
"minItems": 1,
|
|
268
|
+
"items": {
|
|
269
|
+
"type": "object",
|
|
270
|
+
"required": ["pass", "context"],
|
|
271
|
+
"properties": {
|
|
272
|
+
"pass": {
|
|
273
|
+
"type": "string",
|
|
274
|
+
"minLength": 1
|
|
275
|
+
},
|
|
276
|
+
"context": {
|
|
277
|
+
"type": "object",
|
|
278
|
+
"required": [
|
|
279
|
+
"backend",
|
|
280
|
+
"capability",
|
|
281
|
+
"pipeline",
|
|
282
|
+
"geometry",
|
|
283
|
+
"pass",
|
|
284
|
+
"profile",
|
|
285
|
+
"toolchain",
|
|
286
|
+
"instrumentation"
|
|
287
|
+
],
|
|
288
|
+
"properties": {
|
|
289
|
+
"backend": {
|
|
290
|
+
"enum": ["webgpu", "webgl2", "wgpu-native"]
|
|
291
|
+
},
|
|
292
|
+
"capability": {
|
|
293
|
+
"enum": ["storage-buffer", "uniform-fallback"]
|
|
294
|
+
},
|
|
295
|
+
"pipeline": {
|
|
296
|
+
"enum": ["forward", "deferred"]
|
|
297
|
+
},
|
|
298
|
+
"geometry": {
|
|
299
|
+
"enum": ["mesh", "skinned", "sprite"]
|
|
300
|
+
},
|
|
301
|
+
"pass": {
|
|
302
|
+
"enum": ["forward", "shadow", "depth"]
|
|
303
|
+
},
|
|
304
|
+
"profile": {
|
|
305
|
+
"enum": ["forgeax-material-wgsl-v1"]
|
|
306
|
+
},
|
|
307
|
+
"toolchain": {
|
|
308
|
+
"enum": ["naga-oil"]
|
|
309
|
+
},
|
|
310
|
+
"instrumentation": {
|
|
311
|
+
"enum": ["none", "validation"]
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"additionalProperties": false
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"additionalProperties": false
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"additionalProperties": false
|
|
322
|
+
}
|
|
119
323
|
}
|
|
120
324
|
},
|
|
121
325
|
"additionalProperties": false
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ai-recovery.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/ai-recovery.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"artifact-path.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/artifact-path.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"asset-evidence-error-hints.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/asset-evidence-error-hints.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"asset-evidence-lifecycle.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/asset-evidence-lifecycle.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"asset-evidence-schema.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/asset-evidence-schema.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"atlas-cli-region-mismatch.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/atlas-cli-region-mismatch.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"atlas-error-code-owner.test-d.d.ts","sourceRoot":"","sources":["../../src/__tests__/atlas-error-code-owner.test-d.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cli-asset-evidence.integration.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/cli-asset-evidence.integration.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cli.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/cli.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"evidence-source-inventory.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/evidence-source-inventory.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"guid-collision.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/guid-collision.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"guid-validator-surface.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/guid-validator-surface.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"inventory-schema.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/inventory-schema.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"material-cook-dependencies.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/material-cook-dependencies.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"material-cook-receipt-layer-plan.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/material-cook-receipt-layer-plan.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"material-cook-receipt.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/material-cook-receipt.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"material-cook-schema.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/material-cook-schema.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mesh-bin-consumer-surface.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/mesh-bin-consumer-surface.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mesh-bin-contract.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/mesh-bin-contract.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta-schema-optional.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/meta-schema-optional.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta-source-overrides.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/meta-source-overrides.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"native-cooker-registry.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/native-cooker-registry.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"offline-evidence-artifact-verification-owner.test-d.d.ts","sourceRoot":"","sources":["../../src/__tests__/offline-evidence-artifact-verification-owner.test-d.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"offline-evidence.integration.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/offline-evidence.integration.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"owner-chain.integration.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/owner-chain.integration.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pack-authoring-gateway.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/pack-authoring-gateway.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pack-authoring.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/pack-authoring.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pack-scanner.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/pack-scanner.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pack-v2-fixture-migration.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/pack-v2-fixture-migration.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pack-v2-schema.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/pack-v2-schema.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pack.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/pack.unit.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"package-finalizer.contract.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/package-finalizer.contract.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"producer-contract-schema.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/producer-contract-schema.unit.test.ts"],"names":[],"mappings":""}
|