@towns-protocol/encryption 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 +10 -10
package/package.json CHANGED
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@towns-protocol/encryption",
3
- "version": "0.0.430",
3
+ "version": "0.0.431",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
8
8
  "build": "tsc",
9
- "cb": "yarn clean && yarn build",
9
+ "cb": "bun run clean && bun run build",
10
10
  "clean": "rm -rf dist",
11
- "lint": "yarn eslint --format unix ./src",
12
- "lint:fix": "yarn lint --fix",
11
+ "lint": "eslint --format unix ./src",
12
+ "lint:fix": "bun run lint --fix",
13
13
  "test": "vitest run",
14
- "test:ci": "yarn test",
15
- "test:debug": "DEBUG=test yarn test",
14
+ "test:ci": "bun run test",
15
+ "test:debug": "DEBUG=test bun run test",
16
16
  "test:watch": "vitest --watch",
17
17
  "watch": "tsc --watch"
18
18
  },
19
19
  "dependencies": {
20
20
  "@bufbuild/protobuf": "^2.9.0",
21
21
  "@towns-protocol/olm": "3.2.28",
22
- "@towns-protocol/proto": "^0.0.430",
23
- "@towns-protocol/utils": "^0.0.430",
24
- "@towns-protocol/web3": "^0.0.430",
22
+ "@towns-protocol/proto": "^0.0.431",
23
+ "@towns-protocol/utils": "^0.0.431",
24
+ "@towns-protocol/web3": "^0.0.431",
25
25
  "debug": "^4.3.4",
26
26
  "dexie": "^4.2.1",
27
27
  "ethers": "^5.8.0",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "200adfdd8222b53b62d2af9609ed04f3eb831584"
51
+ "gitHead": "02cd0a82c6fe5e92ce21456e2aa910978b46a1bf"
52
52
  }