⚡ Zero-dependency plcbundle library exclusively for Bun

v0.9

Changed files
+3 -2
+3 -2
package.json
··· 1 1 { 2 2 "name": "plcbundle-bun", 3 - "version": "0.1.0", 3 + "version": "0.9.0", 4 4 "type": "module", 5 5 "description": "Bun library for working with DID PLC bundle archives (plcbundle)", 6 6 "main": "./src/index.ts", ··· 17 17 "test": "bun test", 18 18 "test:watch": "bun test --watch", 19 19 "test:coverage": "bun test --coverage", 20 - "cli": "bun src/cli.ts" 20 + "cli": "bun src/cli.ts", 21 + "publish": "bunx jsr publish" 21 22 }, 22 23 "devDependencies": { 23 24 "@types/bun": "^1.3.1"