@microsoft/ccf-app 6.0.0-rc0 → 6.0.0-rc2
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/global.d.ts +3 -0
- package/package.json +2 -2
package/global.d.ts
CHANGED
|
@@ -652,6 +652,9 @@ export interface SnpAttestationResult {
|
|
|
652
652
|
report_id: ArrayBuffer;
|
|
653
653
|
report_id_ma: ArrayBuffer;
|
|
654
654
|
reported_tcb: TcbVersion;
|
|
655
|
+
cpuid_fam_id: number;
|
|
656
|
+
cpuid_mod_id: number;
|
|
657
|
+
cpuid_step: number;
|
|
655
658
|
chip_id: ArrayBuffer;
|
|
656
659
|
committed_tcb: TcbVersion;
|
|
657
660
|
current_minor: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/ccf-app",
|
|
3
|
-
"version": "6.0.0-
|
|
3
|
+
"version": "6.0.0-rc2",
|
|
4
4
|
"description": "CCF app support package",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"mocha": "^11.0.1",
|
|
30
30
|
"node-forge": "^1.2.0",
|
|
31
31
|
"ts-node": "^10.4.0",
|
|
32
|
-
"typedoc": "^0.
|
|
32
|
+
"typedoc": "^0.28.1",
|
|
33
33
|
"typescript": "^5.7.2"
|
|
34
34
|
},
|
|
35
35
|
"bin": {
|