@towns-protocol/proto 0.0.430 → 0.0.432

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@towns-protocol/proto",
3
- "version": "0.0.430",
3
+ "version": "0.0.432",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,14 +8,14 @@
8
8
  "buf:clean": "rm -rf ./src/gen/*",
9
9
  "buf:generate": "cd ../.. && buf generate --template packages/proto/buf.gen.yaml --path protocol/protocol.proto --path protocol/payloads.proto --path packages/proto/internal.proto --path protocol/notifications.proto --path protocol/auth.proto --path protocol/apps.proto",
10
10
  "buf:lint": "cd ../.. && buf lint --path protocol/protocol.proto --path protocol/payloads.proto --path packages/proto/internal.proto --path protocol/notifications.proto --path protocol/auth.proto --path protocol/apps.proto",
11
- "build": "yarn buf:generate && tsc",
12
- "cb": "yarn clean && yarn build",
13
- "clean": "yarn buf:clean && rm -rf ./dist",
11
+ "build": "bun run buf:generate && tsc",
12
+ "cb": "bun run clean && bun run build",
13
+ "clean": "bun run buf:clean && rm -rf ./dist",
14
14
  "test": "vitest run",
15
- "test:ci": "yarn test",
15
+ "test:ci": "bun run test",
16
16
  "test:watch": "vitest --watch",
17
- "watch": "node scripts/watch_proto_files.cjs",
18
- "watch:go": "node scripts/watch_proto_files_go.cjs"
17
+ "watch": "bun scripts/watch_proto_files.cjs",
18
+ "watch:go": "bun scripts/watch_proto_files_go.cjs"
19
19
  },
20
20
  "dependencies": {
21
21
  "@bufbuild/protobuf": "^2.9.0"
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "200adfdd8222b53b62d2af9609ed04f3eb831584"
39
+ "gitHead": "aed1393cc61f669c852b2d244630e27ae27a5922"
40
40
  }