@devvit/payments 0.12.2 → 0.12.3-next-2025-11-12-20-40-13-4f720e2e0.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": 62451,
530
+ "bytes": 62682,
531
531
  "imports": [
532
532
  {
533
533
  "path": "@devvit/protos",
@@ -2283,7 +2283,7 @@
2283
2283
  "format": "esm"
2284
2284
  },
2285
2285
  "../public-api/dist/apis/reddit/models/WikiPage.js": {
2286
- "bytes": 16551,
2286
+ "bytes": 16604,
2287
2287
  "imports": [
2288
2288
  {
2289
2289
  "path": "../shared-types/dist/NonNull.js",
@@ -2966,7 +2966,7 @@
2966
2966
  "imports": [],
2967
2967
  "exports": [],
2968
2968
  "inputs": {},
2969
- "bytes": 1137607
2969
+ "bytes": 1137934
2970
2970
  },
2971
2971
  "dist/payments.min.js": {
2972
2972
  "imports": [
@@ -3349,7 +3349,7 @@
3349
3349
  "bytesInOutput": 836
3350
3350
  },
3351
3351
  "../public-api/dist/apis/reddit/RedditAPIClient.js": {
3352
- "bytesInOutput": 9163
3352
+ "bytesInOutput": 9167
3353
3353
  },
3354
3354
  "../public-api/dist/types/tid.js": {
3355
3355
  "bytesInOutput": 1365
@@ -3541,7 +3541,7 @@
3541
3541
  "bytesInOutput": 8981
3542
3542
  },
3543
3543
  "../public-api/dist/apis/reddit/models/WikiPage.js": {
3544
- "bytesInOutput": 5989
3544
+ "bytesInOutput": 6015
3545
3545
  },
3546
3546
  "../public-api/dist/devvit/internals/blocks/handler/useWebView.js": {
3547
3547
  "bytesInOutput": 227
@@ -3571,7 +3571,7 @@
3571
3571
  "bytesInOutput": 751
3572
3572
  }
3573
3573
  },
3574
- "bytes": 251257
3574
+ "bytes": 251287
3575
3575
  }
3576
3576
  }
3577
3577
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/payments",
3
- "version": "0.12.2",
3
+ "version": "0.12.3-next-2025-11-12-20-40-13-4f720e2e0.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,15 +44,15 @@
44
44
  },
45
45
  "types": "./dist/index.d.ts",
46
46
  "dependencies": {
47
- "@devvit/protos": "0.12.2",
48
- "@devvit/public-api": "0.12.2",
49
- "@devvit/server": "0.12.2",
50
- "@devvit/shared-types": "0.12.2"
47
+ "@devvit/protos": "0.12.3-next-2025-11-12-20-40-13-4f720e2e0.0",
48
+ "@devvit/public-api": "0.12.3-next-2025-11-12-20-40-13-4f720e2e0.0",
49
+ "@devvit/server": "0.12.3-next-2025-11-12-20-40-13-4f720e2e0.0",
50
+ "@devvit/shared-types": "0.12.3-next-2025-11-12-20-40-13-4f720e2e0.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@ampproject/filesize": "4.3.0",
54
- "@devvit/repo-tools": "0.12.2",
55
- "@devvit/tsconfig": "0.12.2",
54
+ "@devvit/repo-tools": "0.12.3-next-2025-11-12-20-40-13-4f720e2e0.0",
55
+ "@devvit/tsconfig": "0.12.3-next-2025-11-12-20-40-13-4f720e2e0.0",
56
56
  "esbuild": "0.25.9",
57
57
  "eslint": "9.11.1",
58
58
  "typescript": "5.8.3",
@@ -65,5 +65,5 @@
65
65
  }
66
66
  },
67
67
  "source": "./src/index.ts",
68
- "gitHead": "41329f9790c11bbc6fa1ada11de872c439992c90"
68
+ "gitHead": "6c97ffd9c49c163bc7dd4104d8ed34379f0dbc60"
69
69
  }