@devvit/payments 0.12.1-next-2025-10-09-20-58-18-48bab75a7.0 → 0.12.1-next-2025-10-09-21-20-16-f1aefe789.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
@@ -726,13 +726,8 @@
726
726
  }
727
727
  },
728
728
  "../public-api/dist/devvit/internals/context.js": {
729
- "bytes": 3313,
729
+ "bytes": 3372,
730
730
  "imports": [
731
- {
732
- "path": "@devvit/protos",
733
- "kind": "import-statement",
734
- "external": true
735
- },
736
731
  {
737
732
  "path": "../shared-types/dist/Header.js",
738
733
  "kind": "import-statement",
@@ -2961,7 +2956,7 @@
2961
2956
  "imports": [],
2962
2957
  "exports": [],
2963
2958
  "inputs": {},
2964
- "bytes": 1137097
2959
+ "bytes": 1137081
2965
2960
  },
2966
2961
  "dist/payments.min.js": {
2967
2962
  "imports": [
@@ -3150,11 +3145,6 @@
3150
3145
  "kind": "import-statement",
3151
3146
  "external": true
3152
3147
  },
3153
- {
3154
- "path": "@devvit/protos",
3155
- "kind": "import-statement",
3156
- "external": true
3157
- },
3158
3148
  {
3159
3149
  "path": "@devvit/protos/json/reddit/devvit/app_permission/v1/app_permission.js",
3160
3150
  "kind": "import-statement",
@@ -3369,12 +3359,12 @@
3369
3359
  "../public-api/dist/apis/makeAPIClients.js": {
3370
3360
  "bytesInOutput": 850
3371
3361
  },
3372
- "../public-api/dist/devvit/internals/context.js": {
3373
- "bytesInOutput": 1269
3374
- },
3375
3362
  "../public-api/dist/version.json": {
3376
3363
  "bytesInOutput": 1912
3377
3364
  },
3365
+ "../public-api/dist/devvit/internals/context.js": {
3366
+ "bytesInOutput": 1207
3367
+ },
3378
3368
  "../public-api/dist/devvit/internals/custom-post.js": {
3379
3369
  "bytesInOutput": 389
3380
3370
  },
@@ -3571,7 +3561,7 @@
3571
3561
  "bytesInOutput": 751
3572
3562
  }
3573
3563
  },
3574
- "bytes": 251206
3564
+ "bytes": 251144
3575
3565
  }
3576
3566
  }
3577
3567
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/payments",
3
- "version": "0.12.1-next-2025-10-09-20-58-18-48bab75a7.0",
3
+ "version": "0.12.1-next-2025-10-09-21-20-16-f1aefe789.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.12.1-next-2025-10-09-20-58-18-48bab75a7.0",
40
- "@devvit/public-api": "0.12.1-next-2025-10-09-20-58-18-48bab75a7.0",
41
- "@devvit/shared-types": "0.12.1-next-2025-10-09-20-58-18-48bab75a7.0"
39
+ "@devvit/protos": "0.12.1-next-2025-10-09-21-20-16-f1aefe789.0",
40
+ "@devvit/public-api": "0.12.1-next-2025-10-09-21-20-16-f1aefe789.0",
41
+ "@devvit/shared-types": "0.12.1-next-2025-10-09-21-20-16-f1aefe789.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@ampproject/filesize": "4.3.0",
45
- "@devvit/repo-tools": "0.12.1-next-2025-10-09-20-58-18-48bab75a7.0",
46
- "@devvit/tsconfig": "0.12.1-next-2025-10-09-20-58-18-48bab75a7.0",
45
+ "@devvit/repo-tools": "0.12.1-next-2025-10-09-21-20-16-f1aefe789.0",
46
+ "@devvit/tsconfig": "0.12.1-next-2025-10-09-21-20-16-f1aefe789.0",
47
47
  "esbuild": "0.25.9",
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": "631348f783d6469e9f70d11be86e2ed4facd06eb"
59
+ "gitHead": "1c017f4f24414c0a921d29f6af782ff54585de70"
60
60
  }