@towns-protocol/rpc-connector 0.0.430 → 0.0.431

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@towns-protocol/rpc-connector",
3
- "version": "0.0.430",
3
+ "version": "0.0.431",
4
4
  "type": "module",
5
5
  "main": "./dist/node/index.cjs",
6
6
  "types": "./dist/node/index.d.ts",
7
7
  "scripts": {
8
8
  "build": "tsdown",
9
- "cb": "yarn clean && yarn build",
9
+ "cb": "bun run clean && bun run build",
10
10
  "clean": "rm -rf dist",
11
11
  "lint": "eslint --format unix ./src --max-warnings=0",
12
- "lint:fix": "yarn lint --fix",
12
+ "lint:fix": "bun run lint --fix",
13
13
  "test": "vitest",
14
14
  "test:ci": "echo 'CI test skipped'",
15
15
  "watch": "tsdown --watch"
@@ -71,5 +71,5 @@
71
71
  "access": "public"
72
72
  },
73
73
  "sideEffects": false,
74
- "gitHead": "200adfdd8222b53b62d2af9609ed04f3eb831584"
74
+ "gitHead": "02cd0a82c6fe5e92ce21456e2aa910978b46a1bf"
75
75
  }