@devvit/public-api 0.12.7-next-2025-12-15-21-49-16-ffbcd4ee6.0 → 0.12.7-next-2025-12-16-01-25-33-548943dfa.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.
package/meta.min.json CHANGED
@@ -763,7 +763,7 @@
763
763
  "format": "esm"
764
764
  },
765
765
  "package.json": {
766
- "bytes": 2355,
766
+ "bytes": 2387,
767
767
  "imports": [],
768
768
  "format": "esm",
769
769
  "with": {
@@ -2710,7 +2710,7 @@
2710
2710
  "imports": [],
2711
2711
  "exports": [],
2712
2712
  "inputs": {},
2713
- "bytes": 1108983
2713
+ "bytes": 1109030
2714
2714
  },
2715
2715
  "dist/public-api.min.js": {
2716
2716
  "imports": [
@@ -3126,7 +3126,7 @@
3126
3126
  "bytesInOutput": 848
3127
3127
  },
3128
3128
  "package.json": {
3129
- "bytesInOutput": 1941
3129
+ "bytesInOutput": 1967
3130
3130
  },
3131
3131
  "src/devvit/internals/context.ts": {
3132
3132
  "bytesInOutput": 1307
@@ -3318,7 +3318,7 @@
3318
3318
  "bytesInOutput": 357
3319
3319
  }
3320
3320
  },
3321
- "bytes": 228953
3321
+ "bytes": 228979
3322
3322
  }
3323
3323
  }
3324
3324
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.12.7-next-2025-12-15-21-49-16-ffbcd4ee6.0",
3
+ "version": "0.12.7-next-2025-12-16-01-25-33-548943dfa.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,26 +36,27 @@
36
36
  },
37
37
  "types": "./dist/index.d.ts",
38
38
  "dependencies": {
39
- "@devvit/metrics": "0.12.7-next-2025-12-15-21-49-16-ffbcd4ee6.0",
40
- "@devvit/protos": "0.12.7-next-2025-12-15-21-49-16-ffbcd4ee6.0",
41
- "@devvit/shared": "0.12.7-next-2025-12-15-21-49-16-ffbcd4ee6.0",
42
- "@devvit/shared-types": "0.12.7-next-2025-12-15-21-49-16-ffbcd4ee6.0",
39
+ "@devvit/metrics": "0.12.7-next-2025-12-16-01-25-33-548943dfa.0",
40
+ "@devvit/protos": "0.12.7-next-2025-12-16-01-25-33-548943dfa.0",
41
+ "@devvit/shared": "0.12.7-next-2025-12-16-01-25-33-548943dfa.0",
42
+ "@devvit/shared-types": "0.12.7-next-2025-12-16-01-25-33-548943dfa.0",
43
43
  "base64-js": "1.5.1",
44
44
  "clone-deep": "4.0.1",
45
45
  "moderndash": "4.0.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@ampproject/filesize": "4.3.0",
49
- "@devvit/repo-tools": "0.12.7-next-2025-12-15-21-49-16-ffbcd4ee6.0",
50
- "@devvit/tsconfig": "0.12.7-next-2025-12-15-21-49-16-ffbcd4ee6.0",
49
+ "@devvit/repo-tools": "0.12.7-next-2025-12-16-01-25-33-548943dfa.0",
50
+ "@devvit/tsconfig": "0.12.7-next-2025-12-16-01-25-33-548943dfa.0",
51
51
  "@reddit/faceplate-ui": "18.2.2",
52
52
  "@reddit/rpl-styles": "1.0.2",
53
53
  "@types/clone-deep": "4.0.1",
54
+ "@types/node": "20.14.12",
54
55
  "chokidar-cli": "3.0.0",
55
56
  "esbuild": "0.25.9",
56
57
  "eslint": "9.11.1",
57
58
  "typescript": "5.8.3",
58
- "vitest": "1.6.1"
59
+ "vitest": "4.0.15"
59
60
  },
60
61
  "filesize": {
61
62
  "dist/public-api.min.js": {
@@ -64,5 +65,5 @@
64
65
  }
65
66
  },
66
67
  "source": "./src/index.ts",
67
- "gitHead": "92ebe381eed08c7aeb37a5ab03dd8c2045aded8e"
68
+ "gitHead": "bf6d4a1e497f8df6626f4b9495b15787bd6fb643"
68
69
  }