@devvit/protos 0.11.12-next-2025-03-26-afe24c261.0 → 0.11.12-next-2025-03-26-830a9b9d6.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.11.12-next-2025-03-26-afe24c261.0",
3
+ "version": "0.11.12-next-2025-03-26-830a9b9d6.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,8 +18,8 @@
18
18
  "dev:build": "chokidar ./schema --command 'yarn build:protos && yarn build && echo \"BUILD COMPLETE\"'",
19
19
  "format": "./scripts/format.mjs",
20
20
  "gen-protos": "./scripts/gen-ts-proto.sh",
21
- "lint": "./scripts/lint-proto.sh && yarn lint:breaking && yarn lint:reddit-api-json && redlint .",
22
- "lint:breaking": "./scripts/lint-proto-breaking.sh",
21
+ "lint": "./scripts/lint-proto.sh --ignore-in-ci && yarn lint:breaking && yarn lint:reddit-api-json && redlint .",
22
+ "lint:breaking": "./scripts/lint-proto-breaking.sh --ignore-in-ci",
23
23
  "lint:reddit-api-json": "echo 'todo run esbuild on validate and then execute it; ts-node and tsc fail at dealing with ESM'",
24
24
  "prepublish-cleanup": "node ./scripts/prepublish-cleanup.js",
25
25
  "prepublishOnly": "cp -a ./schema ./dist && yarn prepublish-cleanup && publish-package-json",
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@ampproject/filesize": "4.3.0",
48
- "@devvit/repo-tools": "0.11.12-next-2025-03-26-afe24c261.0",
49
- "@devvit/tsconfig": "0.11.12-next-2025-03-26-afe24c261.0",
48
+ "@devvit/repo-tools": "0.11.12-next-2025-03-26-830a9b9d6.0",
49
+ "@devvit/tsconfig": "0.11.12-next-2025-03-26-830a9b9d6.0",
50
50
  "@protobuf-ts/plugin": "2.9.3",
51
51
  "@types/long": "4.0.2",
52
52
  "chokidar-cli": "3.0.0",
@@ -80,5 +80,5 @@
80
80
  ]
81
81
  }
82
82
  },
83
- "gitHead": "624deb536e031e93f946391c15db9924a15979c3"
83
+ "gitHead": "cefd074e3f41bcdebd42121185edafe202b05b78"
84
84
  }