diff --git a/bun.lockb b/bun.lockb index 224f8bd..5f6b70f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/jsr.json b/jsr.json index 75361fa..54bfec6 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,8 @@ { "name": "@rabbit-company/xchacha20", - "version": "2.2.0", - "exports": "./src/xchacha20.ts" + "version": "2.2.1", + "exports": "./src/xchacha20.ts", + "publish": { + "include": ["LICENSE", "README.md", "src/xchacha20.ts"] + } } diff --git a/package.json b/package.json index afa3baa..96ca6c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rabbit-company/xchacha20", - "version": "2.2.0", + "version": "2.2.1", "description": "XChaCha20 encryption", "main": "./module/xchacha20.js", "browser": "./module/xchacha20.js", @@ -36,11 +36,11 @@ "security" ], "devDependencies": { - "@types/bun": "latest", + "@types/bun": "^1.1.7", "bun-plugin-dts": "^0.2.3", "@rabbit-company/logger": "^4.0.0" }, "peerDependencies": { - "typescript": "^5.0.0" + "typescript": "^5.5.4" } }