@devvit/payments 0.11.20-next-2025-07-23-18-26-20-68cb855f3.0 → 0.11.20-next-2025-07-23-18-31-30-344ac3734.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
@@ -902,7 +902,7 @@
902
902
  "format": "esm"
903
903
  },
904
904
  "../public-api/dist/devvit/internals/menu-items.js": {
905
- "bytes": 2938,
905
+ "bytes": 3200,
906
906
  "imports": [
907
907
  {
908
908
  "path": "@devvit/protos",
@@ -1099,7 +1099,7 @@
1099
1099
  "format": "esm"
1100
1100
  },
1101
1101
  "../public-api/dist/devvit/internals/ui-event-handler.js": {
1102
- "bytes": 4090,
1102
+ "bytes": 4148,
1103
1103
  "imports": [
1104
1104
  {
1105
1105
  "path": "@devvit/protos",
@@ -2843,7 +2843,7 @@
2843
2843
  "imports": [],
2844
2844
  "exports": [],
2845
2845
  "inputs": {},
2846
- "bytes": 1126139
2846
+ "bytes": 1126678
2847
2847
  },
2848
2848
  "dist/payments.min.js": {
2849
2849
  "imports": [
@@ -3246,7 +3246,7 @@
3246
3246
  "bytesInOutput": 316
3247
3247
  },
3248
3248
  "../public-api/dist/devvit/internals/menu-items.js": {
3249
- "bytesInOutput": 1256
3249
+ "bytesInOutput": 1349
3250
3250
  },
3251
3251
  "../public-api/dist/devvit/internals/csrf.js": {
3252
3252
  "bytesInOutput": 1694
@@ -3264,7 +3264,7 @@
3264
3264
  "bytesInOutput": 503
3265
3265
  },
3266
3266
  "../public-api/dist/devvit/internals/ui-event-handler.js": {
3267
- "bytesInOutput": 1410
3267
+ "bytesInOutput": 1394
3268
3268
  },
3269
3269
  "../../node_modules/moderndash/dist/index.js": {
3270
3270
  "bytesInOutput": 911
@@ -3414,7 +3414,7 @@
3414
3414
  "bytesInOutput": 751
3415
3415
  }
3416
3416
  },
3417
- "bytes": 248677
3417
+ "bytes": 248754
3418
3418
  }
3419
3419
  }
3420
3420
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/payments",
3
- "version": "0.11.20-next-2025-07-23-18-26-20-68cb855f3.0",
3
+ "version": "0.11.20-next-2025-07-23-18-31-30-344ac3734.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,14 +25,14 @@
25
25
  },
26
26
  "types": "./index.d.ts",
27
27
  "dependencies": {
28
- "@devvit/protos": "0.11.20-next-2025-07-23-18-26-20-68cb855f3.0",
29
- "@devvit/public-api": "0.11.20-next-2025-07-23-18-26-20-68cb855f3.0",
30
- "@devvit/shared-types": "0.11.20-next-2025-07-23-18-26-20-68cb855f3.0"
28
+ "@devvit/protos": "0.11.20-next-2025-07-23-18-31-30-344ac3734.0",
29
+ "@devvit/public-api": "0.11.20-next-2025-07-23-18-31-30-344ac3734.0",
30
+ "@devvit/shared-types": "0.11.20-next-2025-07-23-18-31-30-344ac3734.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@ampproject/filesize": "4.3.0",
34
- "@devvit/repo-tools": "0.11.20-next-2025-07-23-18-26-20-68cb855f3.0",
35
- "@devvit/tsconfig": "0.11.20-next-2025-07-23-18-26-20-68cb855f3.0",
34
+ "@devvit/repo-tools": "0.11.20-next-2025-07-23-18-31-30-344ac3734.0",
35
+ "@devvit/tsconfig": "0.11.20-next-2025-07-23-18-31-30-344ac3734.0",
36
36
  "esbuild": "0.23.0",
37
37
  "eslint": "9.11.1",
38
38
  "typescript": "5.8.3",
@@ -48,5 +48,5 @@
48
48
  }
49
49
  },
50
50
  "source": "./src/index.ts",
51
- "gitHead": "2deb8c2385da680e03cbad8f27318b4bc153144c"
51
+ "gitHead": "e848ccdbcbadb38f37a7ab6a6590ae07aba2aad6"
52
52
  }