⚡ Zero-dependency plcbundle library exclusively for Bun

v0.9.4

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