@devvit/protos 0.10.20-next-2024-05-01-701436b16.0 → 0.10.20-next-2024-05-01-553651f2f.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.10.20-next-2024-05-01-701436b16.0",
3
+ "version": "0.10.20-next-2024-05-01-553651f2f.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,6 +13,7 @@
13
13
  "build:docs": "PROTO_TYPES_ONLY=1 yarn gen-protos",
14
14
  "clean": "rm -rf .turbo coverage dist src/types docs.json docs src/index.ts src/twirp-server.ts",
15
15
  "clobber": "yarn clean && rm -rf node_modules",
16
+ "dev:build": "chokidar ./schema --command 'yarn build'",
16
17
  "format": "./scripts/format.mjs",
17
18
  "gen-protos": "./scripts/gen-ts-proto.sh",
18
19
  "lint": "./scripts/lint-proto.sh && yarn lint:breaking && yarn lint:reddit-api-json && redlint .",
@@ -42,8 +43,9 @@
42
43
  "devDependencies": {
43
44
  "@devvit/eslint-config": "0.10.19",
44
45
  "@devvit/repo-tools": "0.10.19",
45
- "@devvit/tsconfig": "0.10.20-next-2024-05-01-701436b16.0",
46
+ "@devvit/tsconfig": "0.10.20-next-2024-05-01-553651f2f.0",
46
47
  "@types/long": "4.0.2",
48
+ "chokidar-cli": "3.0.0",
47
49
  "eslint": "8.9.0",
48
50
  "glob": "10.3.10",
49
51
  "ts-proto": "1.172.0",
@@ -54,5 +56,5 @@
54
56
  "publishConfig": {
55
57
  "directory": "dist"
56
58
  },
57
- "gitHead": "9178e6cfe3f54cf4634f8ad71e46f0c7474d5d45"
59
+ "gitHead": "6932bc6b7402b37be0e31889263d2388c81ca075"
58
60
  }