@towns-protocol/proto 0.0.282 → 0.0.283

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 +6 -6
package/package.json CHANGED
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "name": "@towns-protocol/proto",
3
- "version": "0.0.282",
3
+ "version": "0.0.283",
4
4
  "packageManager": "yarn@3.8.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
- "publishConfig": {
9
- "access": "public"
10
- },
11
8
  "scripts": {
12
9
  "buf:clean": "rm -rf ./src/gen/*",
13
10
  "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",
@@ -16,8 +13,8 @@
16
13
  "cb": "yarn clean && yarn build",
17
14
  "clean": "yarn buf:clean && rm -rf ./dist",
18
15
  "test": "vitest run",
19
- "test:watch": "vitest --watch",
20
16
  "test:ci": "yarn test",
17
+ "test:watch": "vitest --watch",
21
18
  "watch": "node scripts/watch_proto_files.cjs",
22
19
  "watch:go": "node scripts/watch_proto_files_go.cjs"
23
20
  },
@@ -37,5 +34,8 @@
37
34
  "files": [
38
35
  "/dist"
39
36
  ],
40
- "gitHead": "ec3e754f191b26d8a7352876f410c55ba17bcca5"
37
+ "publishConfig": {
38
+ "access": "public"
39
+ },
40
+ "gitHead": "f69d38eaeca9a87265746214d7d4da66e005358a"
41
41
  }