@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.
Files changed (122) hide show
  1. package/README.md +1 -1
  2. package/dist/build.d.ts +1 -1
  3. package/dist/build.d.ts.map +1 -1
  4. package/dist/build.mjs +129 -26
  5. package/dist/build.mjs.map +1 -1
  6. package/dist/cli-asset.mjs.map +1 -1
  7. package/dist/evidence/material-cook.d.ts +29 -3
  8. package/dist/evidence/material-cook.d.ts.map +1 -1
  9. package/dist/index.d.ts +1 -1
  10. package/dist/index.d.ts.map +1 -1
  11. package/dist/index.mjs +123 -24
  12. package/dist/index.mjs.map +1 -1
  13. package/dist/material-cook.d.ts +1 -1
  14. package/dist/material-cook.d.ts.map +1 -1
  15. package/dist/material-cook.mjs +123 -24
  16. package/dist/material-cook.mjs.map +1 -1
  17. package/dist/pack-authoring-node.mjs.map +1 -1
  18. package/dist/scanner.d.ts +3 -1
  19. package/dist/scanner.d.ts.map +1 -1
  20. package/dist/scanner.mjs +7 -3
  21. package/dist/scanner.mjs.map +1 -1
  22. package/package.json +2 -2
  23. package/src/__tests__/material-cook-receipt.unit.test.ts +9 -9
  24. package/src/__tests__/material-cook-schema.unit.test.ts +172 -21
  25. package/src/__tests__/material-declaration-boundary.unit.test.ts +35 -0
  26. package/src/__tests__/material-surface-consumer-census.test.ts +24 -0
  27. package/src/__tests__/material-surface-publication.unit.test.ts +162 -0
  28. package/src/__tests__/material-surface-wire.unit.test.ts +30 -0
  29. package/src/build.ts +2 -0
  30. package/src/evidence/material-cook.ts +183 -31
  31. package/src/index.ts +5 -0
  32. package/src/material-cook.ts +5 -0
  33. package/src/scanner.ts +7 -3
  34. package/src/schema/material-cook.schema.json +254 -50
  35. package/dist/__tests__/ai-recovery.unit.test.d.ts +0 -2
  36. package/dist/__tests__/ai-recovery.unit.test.d.ts.map +0 -1
  37. package/dist/__tests__/artifact-path.test.d.ts +0 -2
  38. package/dist/__tests__/artifact-path.test.d.ts.map +0 -1
  39. package/dist/__tests__/asset-evidence-error-hints.test.d.ts +0 -2
  40. package/dist/__tests__/asset-evidence-error-hints.test.d.ts.map +0 -1
  41. package/dist/__tests__/asset-evidence-lifecycle.test.d.ts +0 -2
  42. package/dist/__tests__/asset-evidence-lifecycle.test.d.ts.map +0 -1
  43. package/dist/__tests__/asset-evidence-schema.test.d.ts +0 -2
  44. package/dist/__tests__/asset-evidence-schema.test.d.ts.map +0 -1
  45. package/dist/__tests__/atlas-cli-region-mismatch.test.d.ts +0 -2
  46. package/dist/__tests__/atlas-cli-region-mismatch.test.d.ts.map +0 -1
  47. package/dist/__tests__/atlas-error-code-owner.test-d.d.ts +0 -2
  48. package/dist/__tests__/atlas-error-code-owner.test-d.d.ts.map +0 -1
  49. package/dist/__tests__/cli-asset-evidence.integration.test.d.ts +0 -2
  50. package/dist/__tests__/cli-asset-evidence.integration.test.d.ts.map +0 -1
  51. package/dist/__tests__/cli.unit.test.d.ts +0 -2
  52. package/dist/__tests__/cli.unit.test.d.ts.map +0 -1
  53. package/dist/__tests__/evidence-source-inventory.unit.test.d.ts +0 -2
  54. package/dist/__tests__/evidence-source-inventory.unit.test.d.ts.map +0 -1
  55. package/dist/__tests__/guid-collision.unit.test.d.ts +0 -2
  56. package/dist/__tests__/guid-collision.unit.test.d.ts.map +0 -1
  57. package/dist/__tests__/guid-validator-surface.unit.test.d.ts +0 -2
  58. package/dist/__tests__/guid-validator-surface.unit.test.d.ts.map +0 -1
  59. package/dist/__tests__/inventory-schema.test.d.ts +0 -2
  60. package/dist/__tests__/inventory-schema.test.d.ts.map +0 -1
  61. package/dist/__tests__/material-cook-dependencies.unit.test.d.ts +0 -2
  62. package/dist/__tests__/material-cook-dependencies.unit.test.d.ts.map +0 -1
  63. package/dist/__tests__/material-cook-receipt-layer-plan.unit.test.d.ts +0 -2
  64. package/dist/__tests__/material-cook-receipt-layer-plan.unit.test.d.ts.map +0 -1
  65. package/dist/__tests__/material-cook-receipt.unit.test.d.ts +0 -2
  66. package/dist/__tests__/material-cook-receipt.unit.test.d.ts.map +0 -1
  67. package/dist/__tests__/material-cook-schema.unit.test.d.ts +0 -2
  68. package/dist/__tests__/material-cook-schema.unit.test.d.ts.map +0 -1
  69. package/dist/__tests__/mesh-bin-consumer-surface.unit.test.d.ts +0 -2
  70. package/dist/__tests__/mesh-bin-consumer-surface.unit.test.d.ts.map +0 -1
  71. package/dist/__tests__/mesh-bin-contract.unit.test.d.ts +0 -2
  72. package/dist/__tests__/mesh-bin-contract.unit.test.d.ts.map +0 -1
  73. package/dist/__tests__/meta-schema-optional.test.d.ts +0 -2
  74. package/dist/__tests__/meta-schema-optional.test.d.ts.map +0 -1
  75. package/dist/__tests__/meta-source-overrides.unit.test.d.ts +0 -2
  76. package/dist/__tests__/meta-source-overrides.unit.test.d.ts.map +0 -1
  77. package/dist/__tests__/native-cooker-registry.test.d.ts +0 -2
  78. package/dist/__tests__/native-cooker-registry.test.d.ts.map +0 -1
  79. package/dist/__tests__/offline-evidence-artifact-verification-owner.test-d.d.ts +0 -2
  80. package/dist/__tests__/offline-evidence-artifact-verification-owner.test-d.d.ts.map +0 -1
  81. package/dist/__tests__/offline-evidence.integration.test.d.ts +0 -2
  82. package/dist/__tests__/offline-evidence.integration.test.d.ts.map +0 -1
  83. package/dist/__tests__/owner-chain.integration.test.d.ts +0 -2
  84. package/dist/__tests__/owner-chain.integration.test.d.ts.map +0 -1
  85. package/dist/__tests__/pack-authoring-gateway.unit.test.d.ts +0 -2
  86. package/dist/__tests__/pack-authoring-gateway.unit.test.d.ts.map +0 -1
  87. package/dist/__tests__/pack-authoring.unit.test.d.ts +0 -2
  88. package/dist/__tests__/pack-authoring.unit.test.d.ts.map +0 -1
  89. package/dist/__tests__/pack-scanner.unit.test.d.ts +0 -2
  90. package/dist/__tests__/pack-scanner.unit.test.d.ts.map +0 -1
  91. package/dist/__tests__/pack-v2-fixture-migration.test.d.ts +0 -2
  92. package/dist/__tests__/pack-v2-fixture-migration.test.d.ts.map +0 -1
  93. package/dist/__tests__/pack-v2-schema.test.d.ts +0 -2
  94. package/dist/__tests__/pack-v2-schema.test.d.ts.map +0 -1
  95. package/dist/__tests__/pack.unit.test.d.ts +0 -2
  96. package/dist/__tests__/pack.unit.test.d.ts.map +0 -1
  97. package/dist/__tests__/package-finalizer.contract.test.d.ts +0 -2
  98. package/dist/__tests__/package-finalizer.contract.test.d.ts.map +0 -1
  99. package/dist/__tests__/producer-contract-schema.unit.test.d.ts +0 -2
  100. package/dist/__tests__/producer-contract-schema.unit.test.d.ts.map +0 -1
  101. package/dist/__tests__/resolve-asset-source.test.d.ts +0 -2
  102. package/dist/__tests__/resolve-asset-source.test.d.ts.map +0 -1
  103. package/dist/__tests__/runtime-projection.unit.test.d.ts +0 -2
  104. package/dist/__tests__/runtime-projection.unit.test.d.ts.map +0 -1
  105. package/dist/__tests__/runtime.browser.test.d.ts +0 -2
  106. package/dist/__tests__/runtime.browser.test.d.ts.map +0 -1
  107. package/dist/__tests__/scanner-blacklist.test.d.ts +0 -2
  108. package/dist/__tests__/scanner-blacklist.test.d.ts.map +0 -1
  109. package/dist/__tests__/scanner-inventory.contract.test.d.ts +0 -2
  110. package/dist/__tests__/scanner-inventory.contract.test.d.ts.map +0 -1
  111. package/dist/__tests__/scanner-inventory.test.d.ts +0 -2
  112. package/dist/__tests__/scanner-inventory.test.d.ts.map +0 -1
  113. package/dist/__tests__/scanner-mount-cycle.test.d.ts +0 -2
  114. package/dist/__tests__/scanner-mount-cycle.test.d.ts.map +0 -1
  115. package/dist/__tests__/scriptable-pack-cli.integration.test.d.ts +0 -2
  116. package/dist/__tests__/scriptable-pack-cli.integration.test.d.ts.map +0 -1
  117. package/dist/__tests__/scriptable-pack-ddc-key.unit.test.d.ts +0 -2
  118. package/dist/__tests__/scriptable-pack-ddc-key.unit.test.d.ts.map +0 -1
  119. package/dist/__tests__/topology-actions.unit.test.d.ts +0 -2
  120. package/dist/__tests__/topology-actions.unit.test.d.ts.map +0 -1
  121. package/dist/__tests__/topology.unit.test.d.ts +0 -2
  122. 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", "artifact", "receipt"],
5
+ "required": ["schemaVersion", "guid", "resolved", "refs", "programs", "receipt"],
6
6
  "properties": {
7
- "schemaVersion": { "const": "material-cook/3" },
8
- "guid": { "type": "string", "minLength": 1 },
9
- "materialGuid": { "type": "string", "minLength": 1 },
10
- "publicationGeneration": { "type": "integer", "minimum": 1 },
11
- "specializationKey": { "type": "string", "minLength": 1 },
12
- "artifactDigest": { "type": "string", "pattern": "^sha256:" },
13
- "sourceClosure": { "type": "array", "items": { "type": "string" } },
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": { "type": "array" },
19
- "values": { "type": "object" }
40
+ "parameters": {
41
+ "type": "array"
42
+ },
43
+ "values": {
44
+ "type": "object"
45
+ }
20
46
  },
21
47
  "additionalProperties": false
22
48
  },
23
- "authored": { "type": "object", "required": ["kind"] },
24
- "resolved": { "type": "object", "required": ["passes", "parameters", "values"] },
25
- "refs": {
49
+ "authored": {
26
50
  "type": "object",
27
- "required": ["parent", "textures", "samplers", "modules"],
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
- "artifact": {
53
+ "resolved": {
37
54
  "type": "object",
38
- "required": ["mediaType", "path", "digest", "bytes"],
55
+ "required": ["passes", "parameters", "values"]
56
+ },
57
+ "refs": {
58
+ "type": "object",
59
+ "required": ["parent", "textures", "samplers", "modules"],
39
60
  "properties": {
40
- "mediaType": { "type": "string" },
41
- "path": { "type": "string" },
42
- "digest": { "type": "string", "pattern": "^sha256:" },
43
- "bytes": { "type": "array", "items": { "type": "integer", "minimum": 0, "maximum": 255 } }
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": { "const": "material-cook/3" },
59
- "sourceClosure": { "type": "array", "items": { "type": "string" } },
60
- "profile": { "type": "string" },
61
- "compilerVersion": { "type": "string" },
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": { "type": "string", "minLength": 1 },
82
- "sourceRevision": { "type": "string", "minLength": 1 },
83
- "sourceClosureDigest": { "type": "string", "minLength": 1 },
84
- "layoutIdentity": { "type": "string", "minLength": 1 },
85
- "programIdentity": { "type": "string", "minLength": 1 },
86
- "pipelineIdentity": { "type": "string", "minLength": 1 },
87
- "materialPublicationIdentity": { "type": "string", "minLength": 1 },
88
- "cookIdentity": { "type": "string", "minLength": 1 },
89
- "compilerFingerprint": { "type": "string", "minLength": 1 },
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": { "type": "string", "minLength": 1 },
95
- "artifactSha256": { "type": "string", "minLength": 1 },
96
- "glueSha256": { "type": "string", "minLength": 1 }
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": { "type": "string", "minLength": 1 },
101
- "valueGeneration": { "type": "integer", "minimum": 1 },
102
- "dependencyGeneration": { "type": "integer", "minimum": 1 },
103
- "cookGeneration": { "type": "integer", "minimum": 1 }
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": { "type": "string", "minLength": 1 },
112
- "layerPlanIdentity": { "type": "string", "minLength": 1 }
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": { "type": "integer", "minimum": 1 }
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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ai-recovery.unit.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=artifact-path.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"artifact-path.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/artifact-path.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=asset-evidence-error-hints.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=asset-evidence-lifecycle.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=asset-evidence-schema.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=atlas-cli-region-mismatch.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=atlas-error-code-owner.test-d.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=cli-asset-evidence.integration.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=cli.unit.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cli.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/cli.unit.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=evidence-source-inventory.unit.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=guid-collision.unit.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=guid-validator-surface.unit.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=inventory-schema.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"inventory-schema.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/inventory-schema.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=material-cook-dependencies.unit.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=material-cook-receipt-layer-plan.unit.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=material-cook-receipt.unit.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=material-cook-schema.unit.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=mesh-bin-consumer-surface.unit.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=mesh-bin-contract.unit.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=meta-schema-optional.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=meta-source-overrides.unit.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=native-cooker-registry.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=offline-evidence-artifact-verification-owner.test-d.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=offline-evidence.integration.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=owner-chain.integration.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=pack-authoring-gateway.unit.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=pack-authoring.unit.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=pack-scanner.unit.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=pack-v2-fixture-migration.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=pack-v2-schema.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=pack.unit.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pack.unit.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/pack.unit.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=package-finalizer.contract.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=producer-contract-schema.unit.test.d.ts.map
@@ -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":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=resolve-asset-source.test.d.ts.map