@devvit/payments 0.11.20-next-2025-08-08-20-37-25-bb433183a.0 → 0.11.20-next-2025-08-11-14-50-17-7f233b47a.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
@@ -31,6 +31,11 @@
31
31
  "imports": [],
32
32
  "format": "esm"
33
33
  },
34
+ "../shared/dist/types/baseContext.js": {
35
+ "bytes": 11,
36
+ "imports": [],
37
+ "format": "esm"
38
+ },
34
39
  "../shared/dist/types/form.js": {
35
40
  "bytes": 177,
36
41
  "imports": [],
@@ -99,8 +104,13 @@
99
104
  "format": "esm"
100
105
  },
101
106
  "../shared/dist/index.js": {
102
- "bytes": 276,
107
+ "bytes": 316,
103
108
  "imports": [
109
+ {
110
+ "path": "../shared/dist/types/baseContext.js",
111
+ "kind": "import-statement",
112
+ "original": "./types/baseContext.js"
113
+ },
104
114
  {
105
115
  "path": "../shared/dist/types/form.js",
106
116
  "kind": "import-statement",
@@ -1629,7 +1639,7 @@
1629
1639
  "format": "esm"
1630
1640
  },
1631
1641
  "../public-api/dist/devvit/Devvit.js": {
1632
- "bytes": 26966,
1642
+ "bytes": 26968,
1633
1643
  "imports": [
1634
1644
  {
1635
1645
  "path": "@devvit/protos",
@@ -2936,7 +2946,7 @@
2936
2946
  "imports": [],
2937
2947
  "exports": [],
2938
2948
  "inputs": {},
2939
- "bytes": 1132618
2949
+ "bytes": 1132622
2940
2950
  },
2941
2951
  "dist/payments.min.js": {
2942
2952
  "imports": [
@@ -3216,7 +3226,7 @@
3216
3226
  "bytesInOutput": 72
3217
3227
  },
3218
3228
  "../public-api/dist/devvit/Devvit.js": {
3219
- "bytesInOutput": 7700
3229
+ "bytesInOutput": 7702
3220
3230
  },
3221
3231
  "../shared-types/dist/Actor.js": {
3222
3232
  "bytesInOutput": 31
@@ -3224,12 +3234,12 @@
3224
3234
  "../shared-types/dist/fetch-domains.js": {
3225
3235
  "bytesInOutput": 472
3226
3236
  },
3227
- "../shared/dist/types/form.js": {
3228
- "bytesInOutput": 77
3229
- },
3230
3237
  "../shared/dist/index.js": {
3231
3238
  "bytesInOutput": 0
3232
3239
  },
3240
+ "../shared/dist/types/form.js": {
3241
+ "bytesInOutput": 77
3242
+ },
3233
3243
  "../shared/dist/types/triggers.js": {
3234
3244
  "bytesInOutput": 387
3235
3245
  },
@@ -3531,7 +3541,7 @@
3531
3541
  "bytesInOutput": 751
3532
3542
  }
3533
3543
  },
3534
- "bytes": 250052
3544
+ "bytes": 250054
3535
3545
  }
3536
3546
  }
3537
3547
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/payments",
3
- "version": "0.11.20-next-2025-08-08-20-37-25-bb433183a.0",
3
+ "version": "0.11.20-next-2025-08-11-14-50-17-7f233b47a.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,14 +36,14 @@
36
36
  },
37
37
  "types": "./dist/index.d.ts",
38
38
  "dependencies": {
39
- "@devvit/protos": "0.11.20-next-2025-08-08-20-37-25-bb433183a.0",
40
- "@devvit/public-api": "0.11.20-next-2025-08-08-20-37-25-bb433183a.0",
41
- "@devvit/shared-types": "0.11.20-next-2025-08-08-20-37-25-bb433183a.0"
39
+ "@devvit/protos": "0.11.20-next-2025-08-11-14-50-17-7f233b47a.0",
40
+ "@devvit/public-api": "0.11.20-next-2025-08-11-14-50-17-7f233b47a.0",
41
+ "@devvit/shared-types": "0.11.20-next-2025-08-11-14-50-17-7f233b47a.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@ampproject/filesize": "4.3.0",
45
- "@devvit/repo-tools": "0.11.20-next-2025-08-08-20-37-25-bb433183a.0",
46
- "@devvit/tsconfig": "0.11.20-next-2025-08-08-20-37-25-bb433183a.0",
45
+ "@devvit/repo-tools": "0.11.20-next-2025-08-11-14-50-17-7f233b47a.0",
46
+ "@devvit/tsconfig": "0.11.20-next-2025-08-11-14-50-17-7f233b47a.0",
47
47
  "esbuild": "0.23.0",
48
48
  "eslint": "9.11.1",
49
49
  "typescript": "5.8.3",
@@ -56,5 +56,5 @@
56
56
  }
57
57
  },
58
58
  "source": "./src/index.ts",
59
- "gitHead": "990878875158d92d0c41970a4866febc401d51d5"
59
+ "gitHead": "fcd0458758ec9c887914a35a083216379ece36e3"
60
60
  }