@devvit/shared-types 0.11.20-next-2025-08-01-18-17-21-3ee23a730.0 → 0.11.20-next-2025-08-01-23-38-05-9f5c14c49.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.
@@ -0,0 +1,3 @@
1
+ /** Max length of ShareParam.userData. */
2
+ export declare const maxShareParamUserDataChars = 1024;
3
+ //# sourceMappingURL=share.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share.d.ts","sourceRoot":"","sources":["../../src/client/share.ts"],"names":[],"mappings":"AAAA,yCAAyC;AACzC,eAAO,MAAM,0BAA0B,OAAO,CAAC"}
@@ -0,0 +1,2 @@
1
+ /** Max length of ShareParam.userData. */
2
+ export const maxShareParamUserDataChars = 1024;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/shared-types",
3
- "version": "0.11.20-next-2025-08-01-18-17-21-3ee23a730.0",
3
+ "version": "0.11.20-next-2025-08-01-23-38-05-9f5c14c49.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "types": "./index.d.ts",
27
27
  "dependencies": {
28
- "@devvit/protos": "0.11.20-next-2025-08-01-18-17-21-3ee23a730.0",
28
+ "@devvit/protos": "0.11.20-next-2025-08-01-23-38-05-9f5c14c49.0",
29
29
  "jsonschema": "1.4.1",
30
30
  "uuid": "9.0.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@devvit/repo-tools": "0.11.20-next-2025-08-01-18-17-21-3ee23a730.0",
34
- "@devvit/tsconfig": "0.11.20-next-2025-08-01-18-17-21-3ee23a730.0",
33
+ "@devvit/repo-tools": "0.11.20-next-2025-08-01-23-38-05-9f5c14c49.0",
34
+ "@devvit/tsconfig": "0.11.20-next-2025-08-01-23-38-05-9f5c14c49.0",
35
35
  "@types/redis-mock": "0.17.1",
36
36
  "@types/uuid": "9.0.0",
37
37
  "chokidar-cli": "3.0.0",
@@ -46,5 +46,5 @@
46
46
  "directory": "dist"
47
47
  },
48
48
  "source": "./src/index.ts",
49
- "gitHead": "1b807e61c0e34e8a2f336ed25f3d14e4685c70fc"
49
+ "gitHead": "0275bb97ce3d59a993ef0f5b784d348e10825c6e"
50
50
  }