0.2.0
This commit is contained in:
parent
466fa26cfd
commit
b6b4ceb4ae
8 changed files with 65 additions and 68 deletions
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"name": "@endeavorance/socket",
|
||||
"description": "Self-managed reconnecting WebSocket wrapper",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"exports": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "bun run ./build.ts"
|
||||
"build": "bun run ./build.ts",
|
||||
"fmt": "bunx --bun biome check --fix"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Endeavorance <hello@endeavorance.camp> (https://endeavorance.camp)",
|
||||
|
@ -15,7 +16,7 @@
|
|||
],
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"@biomejs/biome": "^2.0.6",
|
||||
"@types/bun": "latest",
|
||||
"bun-plugin-dts": "^0.2.3"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue