@devvit/payments 0.12.6-next-2025-12-04-00-40-11-042274f3d.0 → 0.12.6-next-2025-12-04-17-41-15-e72f7a778.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
@@ -527,7 +527,7 @@
527
527
  "format": "esm"
528
528
  },
529
529
  "../public-api/dist/apis/reddit/RedditAPIClient.js": {
530
- "bytes": 62682,
530
+ "bytes": 62998,
531
531
  "imports": [
532
532
  {
533
533
  "path": "@devvit/protos",
@@ -2257,7 +2257,7 @@
2257
2257
  "format": "esm"
2258
2258
  },
2259
2259
  "../public-api/dist/apis/reddit/models/Widget.js": {
2260
- "bytes": 21902,
2260
+ "bytes": 23326,
2261
2261
  "imports": [
2262
2262
  {
2263
2263
  "path": "@devvit/protos",
@@ -2976,7 +2976,7 @@
2976
2976
  "imports": [],
2977
2977
  "exports": [],
2978
2978
  "inputs": {},
2979
- "bytes": 1141143
2979
+ "bytes": 1143598
2980
2980
  },
2981
2981
  "dist/payments.min.js": {
2982
2982
  "imports": [
@@ -3359,7 +3359,7 @@
3359
3359
  "bytesInOutput": 836
3360
3360
  },
3361
3361
  "../public-api/dist/apis/reddit/RedditAPIClient.js": {
3362
- "bytesInOutput": 9178
3362
+ "bytesInOutput": 9233
3363
3363
  },
3364
3364
  "../public-api/dist/types/tid.js": {
3365
3365
  "bytesInOutput": 1365
@@ -3548,7 +3548,7 @@
3548
3548
  "bytesInOutput": 516
3549
3549
  },
3550
3550
  "../public-api/dist/apis/reddit/models/Widget.js": {
3551
- "bytesInOutput": 8933
3551
+ "bytesInOutput": 9483
3552
3552
  },
3553
3553
  "../public-api/dist/apis/reddit/models/WikiPage.js": {
3554
3554
  "bytesInOutput": 6015
@@ -3584,7 +3584,7 @@
3584
3584
  "bytesInOutput": 751
3585
3585
  }
3586
3586
  },
3587
- "bytes": 251546
3587
+ "bytes": 252151
3588
3588
  }
3589
3589
  }
3590
3590
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/payments",
3
- "version": "0.12.6-next-2025-12-04-00-40-11-042274f3d.0",
3
+ "version": "0.12.6-next-2025-12-04-17-41-15-e72f7a778.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,15 +45,15 @@
45
45
  },
46
46
  "types": "./dist/index.d.ts",
47
47
  "dependencies": {
48
- "@devvit/protos": "0.12.6-next-2025-12-04-00-40-11-042274f3d.0",
49
- "@devvit/public-api": "0.12.6-next-2025-12-04-00-40-11-042274f3d.0",
50
- "@devvit/server": "0.12.6-next-2025-12-04-00-40-11-042274f3d.0",
51
- "@devvit/shared-types": "0.12.6-next-2025-12-04-00-40-11-042274f3d.0"
48
+ "@devvit/protos": "0.12.6-next-2025-12-04-17-41-15-e72f7a778.0",
49
+ "@devvit/public-api": "0.12.6-next-2025-12-04-17-41-15-e72f7a778.0",
50
+ "@devvit/server": "0.12.6-next-2025-12-04-17-41-15-e72f7a778.0",
51
+ "@devvit/shared-types": "0.12.6-next-2025-12-04-17-41-15-e72f7a778.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@ampproject/filesize": "4.3.0",
55
- "@devvit/repo-tools": "0.12.6-next-2025-12-04-00-40-11-042274f3d.0",
56
- "@devvit/tsconfig": "0.12.6-next-2025-12-04-00-40-11-042274f3d.0",
55
+ "@devvit/repo-tools": "0.12.6-next-2025-12-04-17-41-15-e72f7a778.0",
56
+ "@devvit/tsconfig": "0.12.6-next-2025-12-04-17-41-15-e72f7a778.0",
57
57
  "esbuild": "0.25.9",
58
58
  "eslint": "9.11.1",
59
59
  "typescript": "5.8.3",
@@ -61,10 +61,10 @@
61
61
  },
62
62
  "filesize": {
63
63
  "dist/payments.min.js": {
64
- "none": "246 KB",
64
+ "none": "247 KB",
65
65
  "gzip": "63 KB"
66
66
  }
67
67
  },
68
68
  "source": "./src/index.ts",
69
- "gitHead": "2b4995dbaba64659d4362ea86801650e6944fe89"
69
+ "gitHead": "9e85bf5a3b222c0fcea567b6572a3f4200c8980e"
70
70
  }