@quantakrypto/qprobe
Advanced tools
| /** qProbe version, surfaced in JSON output. Keep in sync with package.json. */ | ||
| export declare const VERSION = "0.6.0"; | ||
| export declare const VERSION = "0.7.0"; | ||
| //# sourceMappingURL=version.d.ts.map |
+1
-1
| /** qProbe version, surfaced in JSON output. Keep in sync with package.json. */ | ||
| export const VERSION = "0.6.0"; | ||
| export const VERSION = "0.7.0"; | ||
| //# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC","sourcesContent":["/** qProbe version, surfaced in JSON output. Keep in sync with package.json. */\nexport const VERSION = \"0.6.0\";\n"]} | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC","sourcesContent":["/** qProbe version, surfaced in JSON output. Keep in sync with package.json. */\nexport const VERSION = \"0.7.0\";\n"]} |
+2
-2
| { | ||
| "name": "@quantakrypto/qprobe", | ||
| "version": "0.6.0", | ||
| "version": "0.7.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.6.0" | ||
| "@quantakrypto/core": "0.7.0" | ||
| }, | ||
@@ -43,0 +43,0 @@ "scripts": { |
+ Added
- Removed
Updated