⚡ Zero-dependency plcbundle library exclusively for Bun

v0.9.1

Changed files
+2 -2
+1 -1
jsr.json
··· 1 1 { 2 2 "name": "@atscan/plcbundle-bun", 3 - "version": "0.9.0", 3 + "version": "0.9.1", 4 4 "license": "MIT", 5 5 "exports": "./src/index.ts" 6 6 }
+1 -1
package.json
··· 1 1 { 2 2 "name": "plcbundle-bun", 3 - "version": "0.9.0", 3 + "version": "0.9.1", 4 4 "type": "module", 5 5 "description": "Bun library for working with DID PLC bundle archives (plcbundle)", 6 6 "main": "./src/index.ts",