@marcuspuchalla/nachos 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/package.json +1 -1
package/README.md
CHANGED
|
@@ -280,7 +280,7 @@ decode('d8668218c8811863') // Constructor 200, [[99]]
|
|
|
280
280
|
|
|
281
281
|
## Testing
|
|
282
282
|
|
|
283
|
-
This library is validated against the [
|
|
283
|
+
This library is validated against the [taco](https://github.com/marcuspuchalla/taco) correctness test suite, ensuring RFC 8949 compliance and proper handling of edge cases.
|
|
284
284
|
|
|
285
285
|
## Browser Compatibility
|
|
286
286
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marcuspuchalla/nachos",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "NACHOS - Not Another CBOR Handling Object System. RFC 8949 CBOR encoder/decoder with full source map support for interactive debugging. Zero dependencies, TypeScript, works in Node.js and browsers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nachos",
|