@devvit/protos 0.10.23-next-2024-07-01-a6d03873c.0 → 0.10.23-next-2024-07-01-e5482c9a2.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.min.json CHANGED
@@ -7072,7 +7072,7 @@
7072
7072
  "format": "esm"
7073
7073
  },
7074
7074
  "src/types/devvit/ui/events/v1alpha/event.ts": {
7075
- "bytes": 26383,
7075
+ "bytes": 27153,
7076
7076
  "imports": [
7077
7077
  {
7078
7078
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8981,7 +8981,7 @@
8981
8981
  "imports": [],
8982
8982
  "exports": [],
8983
8983
  "inputs": {},
8984
- "bytes": 6691855
8984
+ "bytes": 6693087
8985
8985
  },
8986
8986
  "dist/protos.min.js": {
8987
8987
  "imports": [],
@@ -9885,6 +9885,7 @@
9885
9885
  "UIEventHandlerClientImpl",
9886
9886
  "UIEventHandlerDefinition",
9887
9887
  "UIEventHandlerServiceName",
9888
+ "UIEventScope",
9888
9889
  "UIRequest",
9889
9890
  "UIResponse",
9890
9891
  "UInt32Value",
@@ -10139,7 +10140,9 @@
10139
10140
  "thingTypeFromJSON",
10140
10141
  "thingTypeToJSON",
10141
10142
  "toastAppearanceFromJSON",
10142
- "toastAppearanceToJSON"
10143
+ "toastAppearanceToJSON",
10144
+ "uIEventScopeFromJSON",
10145
+ "uIEventScopeToJSON"
10143
10146
  ],
10144
10147
  "entryPoint": "src/index.ts",
10145
10148
  "inputs": {
@@ -10552,7 +10555,7 @@
10552
10555
  "bytesInOutput": 2752
10553
10556
  },
10554
10557
  "src/types/devvit/ui/events/v1alpha/event.ts": {
10555
- "bytesInOutput": 10617
10558
+ "bytesInOutput": 10888
10556
10559
  },
10557
10560
  "src/types/devvit/ui/common/v1alpha/common.ts": {
10558
10561
  "bytesInOutput": 1150
@@ -10681,7 +10684,7 @@
10681
10684
  "bytesInOutput": 879
10682
10685
  }
10683
10686
  },
10684
- "bytes": 1790926
10687
+ "bytes": 1791268
10685
10688
  }
10686
10689
  }
10687
10690
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.10.23-next-2024-07-01-a6d03873c.0",
3
+ "version": "0.10.23-next-2024-07-01-e5482c9a2.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,9 +44,9 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@ampproject/filesize": "4.3.0",
47
- "@devvit/eslint-config": "0.10.23-next-2024-07-01-a6d03873c.0",
48
- "@devvit/repo-tools": "0.10.23-next-2024-07-01-a6d03873c.0",
49
- "@devvit/tsconfig": "0.10.23-next-2024-07-01-a6d03873c.0",
47
+ "@devvit/eslint-config": "0.10.23-next-2024-07-01-e5482c9a2.0",
48
+ "@devvit/repo-tools": "0.10.23-next-2024-07-01-e5482c9a2.0",
49
+ "@devvit/tsconfig": "0.10.23-next-2024-07-01-e5482c9a2.0",
50
50
  "@types/long": "4.0.2",
51
51
  "chokidar-cli": "3.0.0",
52
52
  "esbuild": "0.18.12",
@@ -76,5 +76,5 @@
76
76
  ]
77
77
  }
78
78
  },
79
- "gitHead": "6f1cebd8c39aba1a2b93e87377969e3de53edd1a"
79
+ "gitHead": "f5130a05beafe1fae2f0b7ef7f8177a28f5d5d6c"
80
80
  }