@pkistudio/asn1defsifter 0.1.0 → 0.1.1
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/favicon.ico +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ ASN.1 Definition Sifter is an explainable candidate resolver for ASN.1 data. It
|
|
|
4
4
|
|
|
5
5
|
It does not try to magically identify one globally unique ASN.1 definition from DER bytes alone. DER does not preserve field names, type names, module names, comments, or many other schema-level semantics. This package instead provides deterministic local matches that higher-level tools and AI agents can use when building ASN.1 type hypotheses.
|
|
6
6
|
|
|
7
|
-
Current version: 0.1.
|
|
7
|
+
Current version: 0.1.1
|
|
8
8
|
|
|
9
9
|
Hosted viewer: https://pkistudio.github.io/asn1defsifter/
|
|
10
10
|
|
package/dist/favicon.ico
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pkistudio/asn1defsifter",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Explainable ASN.1 definition candidate resolver for DER fragments.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -71,4 +71,4 @@
|
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|
|
73
73
|
}
|
|
74
|
-
}
|
|
74
|
+
}
|