@quantakrypto/qprobe
Advanced tools
@@ -9,3 +9,3 @@ /** | ||
| */ | ||
| export declare const VERSION = "0.11.0"; | ||
| export declare const VERSION = "0.12.0"; | ||
| //# sourceMappingURL=version.d.ts.map |
+1
-1
@@ -9,3 +9,3 @@ /** | ||
| */ | ||
| export const VERSION = "0.11.0"; | ||
| export const VERSION = "0.12.0"; | ||
| //# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC","sourcesContent":["/**\n * qProbe version, surfaced in JSON output.\n *\n * Kept in lockstep with package.json by version.test.ts. It used to say only\n * \"keep in sync with package.json\", and it had drifted four minors: every\n * qProbe JSON report and every endpoint CBOM since 0.8.0 carried toolVersion\n * 0.7.0, which is evidence data, not cosmetics.\n */\nexport const VERSION = \"0.11.0\";\n"]} | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC","sourcesContent":["/**\n * qProbe version, surfaced in JSON output.\n *\n * Kept in lockstep with package.json by version.test.ts. It used to say only\n * \"keep in sync with package.json\", and it had drifted four minors: every\n * qProbe JSON report and every endpoint CBOM since 0.8.0 carried toolVersion\n * 0.7.0, which is evidence data, not cosmetics.\n */\nexport const VERSION = \"0.12.0\";\n"]} |
+2
-2
| { | ||
| "name": "@quantakrypto/qprobe", | ||
| "version": "0.11.0", | ||
| "version": "0.12.0", | ||
| "description": "qProbe — actively inspect live TLS/SSH endpoints you OWN for post-quantum readiness (hybrid KEX, classical certs). Gated behind an ownership attestation. Zero runtime dependencies.", | ||
@@ -40,3 +40,3 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@quantakrypto/core": "0.11.0" | ||
| "@quantakrypto/core": "0.12.0" | ||
| }, | ||
@@ -43,0 +43,0 @@ "scripts": { |
+ Added
- Removed
Updated