@devvit/payments 0.11.20-next-2025-07-28-16-01-22-733d40e04.0 → 0.11.20-next-2025-07-28-21-05-32-e67a64bd1.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
@@ -580,7 +580,7 @@
580
580
  "format": "esm"
581
581
  },
582
582
  "../public-api/dist/apis/ui/UIClient.js": {
583
- "bytes": 5414,
583
+ "bytes": 5456,
584
584
  "imports": [
585
585
  {
586
586
  "path": "@devvit/protos",
@@ -1294,7 +1294,7 @@
1294
1294
  "format": "esm"
1295
1295
  },
1296
1296
  "../public-api/dist/devvit/internals/blocks/handler/UIClient.js": {
1297
- "bytes": 6058,
1297
+ "bytes": 6110,
1298
1298
  "imports": [
1299
1299
  {
1300
1300
  "path": "@devvit/protos",
@@ -1608,7 +1608,7 @@
1608
1608
  "format": "esm"
1609
1609
  },
1610
1610
  "../public-api/dist/devvit/Devvit.js": {
1611
- "bytes": 26965,
1611
+ "bytes": 26966,
1612
1612
  "imports": [
1613
1613
  {
1614
1614
  "path": "@devvit/protos",
@@ -2910,7 +2910,7 @@
2910
2910
  "imports": [],
2911
2911
  "exports": [],
2912
2912
  "inputs": {},
2913
- "bytes": 1127789
2913
+ "bytes": 1128026
2914
2914
  },
2915
2915
  "dist/payments.min.js": {
2916
2916
  "imports": [
@@ -3292,7 +3292,7 @@
3292
3292
  "bytesInOutput": 1930
3293
3293
  },
3294
3294
  "../public-api/dist/apis/ui/UIClient.js": {
3295
- "bytesInOutput": 2146
3295
+ "bytesInOutput": 2191
3296
3296
  },
3297
3297
  "../public-api/dist/apis/makeAPIClients.js": {
3298
3298
  "bytesInOutput": 850
@@ -3373,7 +3373,7 @@
3373
3373
  "bytesInOutput": 65
3374
3374
  },
3375
3375
  "../public-api/dist/devvit/internals/blocks/handler/UIClient.js": {
3376
- "bytesInOutput": 2122
3376
+ "bytesInOutput": 2167
3377
3377
  },
3378
3378
  "../shared-types/dist/useForm.js": {
3379
3379
  "bytesInOutput": 74
@@ -3502,7 +3502,7 @@
3502
3502
  "bytesInOutput": 751
3503
3503
  }
3504
3504
  },
3505
- "bytes": 249240
3505
+ "bytes": 249330
3506
3506
  }
3507
3507
  }
3508
3508
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/payments",
3
- "version": "0.11.20-next-2025-07-28-16-01-22-733d40e04.0",
3
+ "version": "0.11.20-next-2025-07-28-21-05-32-e67a64bd1.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-28-16-01-22-733d40e04.0",
29
- "@devvit/public-api": "0.11.20-next-2025-07-28-16-01-22-733d40e04.0",
30
- "@devvit/shared-types": "0.11.20-next-2025-07-28-16-01-22-733d40e04.0"
28
+ "@devvit/protos": "0.11.20-next-2025-07-28-21-05-32-e67a64bd1.0",
29
+ "@devvit/public-api": "0.11.20-next-2025-07-28-21-05-32-e67a64bd1.0",
30
+ "@devvit/shared-types": "0.11.20-next-2025-07-28-21-05-32-e67a64bd1.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@ampproject/filesize": "4.3.0",
34
- "@devvit/repo-tools": "0.11.20-next-2025-07-28-16-01-22-733d40e04.0",
35
- "@devvit/tsconfig": "0.11.20-next-2025-07-28-16-01-22-733d40e04.0",
34
+ "@devvit/repo-tools": "0.11.20-next-2025-07-28-21-05-32-e67a64bd1.0",
35
+ "@devvit/tsconfig": "0.11.20-next-2025-07-28-21-05-32-e67a64bd1.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": "5d84231280aa0bea8e9779307437a5772dec58ef"
51
+ "gitHead": "f56aefbd0bbc0bfcade1c7948775a3acd355d912"
52
52
  }