@devvit/protos 0.11.0-next-2024-08-14-9fb0d1d0f.0 → 0.11.0-next-2024-08-14-961a212a4.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.11.0-next-2024-08-14-9fb0d1d0f.0",
3
+ "version": "0.11.0-next-2024-08-14-961a212a4.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,9 +45,9 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@ampproject/filesize": "4.3.0",
48
- "@devvit/eslint-config": "0.11.0-next-2024-08-14-9fb0d1d0f.0",
49
- "@devvit/repo-tools": "0.11.0-next-2024-08-14-9fb0d1d0f.0",
50
- "@devvit/tsconfig": "0.11.0-next-2024-08-14-9fb0d1d0f.0",
48
+ "@devvit/eslint-config": "0.11.0-next-2024-08-14-961a212a4.0",
49
+ "@devvit/repo-tools": "0.11.0-next-2024-08-14-961a212a4.0",
50
+ "@devvit/tsconfig": "0.11.0-next-2024-08-14-961a212a4.0",
51
51
  "@types/long": "4.0.2",
52
52
  "chokidar-cli": "3.0.0",
53
53
  "esbuild": "0.23.0",
@@ -80,5 +80,5 @@
80
80
  ]
81
81
  }
82
82
  },
83
- "gitHead": "26146c722ea3311ee9f1f58438e0babdbae8e263"
83
+ "gitHead": "05497c0f8c99349b21a9f97d188a25f9335d74a5"
84
84
  }
Binary file
@@ -14,3 +14,6 @@ plugins:
14
14
  path: ../../../node_modules/.bin/protoc-gen-ts
15
15
  outputs:
16
16
  - into: ../../../devenv/src/generated/protos
17
+
18
+ experimental:
19
+ prototext_lock_file: true
Binary file
Binary file
@@ -12,3 +12,6 @@ plugins:
12
12
  - go: ../devvit-compute-go/cmd/protoc-gen-go-redditapi
13
13
  outputs:
14
14
  - into: ../../../devvit-compute-go/internal/plugins/reddithttpplugin
15
+
16
+ experimental:
17
+ prototext_lock_file: true
Binary file
@@ -35,3 +35,6 @@ plugins:
35
35
  - ts_proto,standalone
36
36
  outputs:
37
37
  - into: ../src/types
38
+
39
+ experimental:
40
+ prototext_lock_file: true
@@ -47,3 +47,6 @@ checks:
47
47
  - .snootobuf
48
48
  breaking:
49
49
  ignore_unstable_packages: true
50
+
51
+ experimental:
52
+ prototext_lock_file: true