@devvit/payments 0.12.2-next-2025-11-04-19-19-30-064c20ec2.0 → 0.12.2-next-2025-11-05-23-19-54-d8038ee19.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
@@ -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": 16557,
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": 1137619
2970
2970
  },
2971
2971
  "dist/payments.min.js": {
2972
2972
  "imports": [
@@ -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": 5993
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": 251261
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-next-2025-11-04-19-19-30-064c20ec2.0",
3
+ "version": "0.12.2-next-2025-11-05-23-19-54-d8038ee19.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-next-2025-11-04-19-19-30-064c20ec2.0",
48
- "@devvit/public-api": "0.12.2-next-2025-11-04-19-19-30-064c20ec2.0",
49
- "@devvit/server": "0.12.2-next-2025-11-04-19-19-30-064c20ec2.0",
50
- "@devvit/shared-types": "0.12.2-next-2025-11-04-19-19-30-064c20ec2.0"
47
+ "@devvit/protos": "0.12.2-next-2025-11-05-23-19-54-d8038ee19.0",
48
+ "@devvit/public-api": "0.12.2-next-2025-11-05-23-19-54-d8038ee19.0",
49
+ "@devvit/server": "0.12.2-next-2025-11-05-23-19-54-d8038ee19.0",
50
+ "@devvit/shared-types": "0.12.2-next-2025-11-05-23-19-54-d8038ee19.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@ampproject/filesize": "4.3.0",
54
- "@devvit/repo-tools": "0.12.2-next-2025-11-04-19-19-30-064c20ec2.0",
55
- "@devvit/tsconfig": "0.12.2-next-2025-11-04-19-19-30-064c20ec2.0",
54
+ "@devvit/repo-tools": "0.12.2-next-2025-11-05-23-19-54-d8038ee19.0",
55
+ "@devvit/tsconfig": "0.12.2-next-2025-11-05-23-19-54-d8038ee19.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": "b63622b3ae1b874dbb85e3f571d4a495b8bdddab"
68
+ "gitHead": "505b02d719a61fd91e0ad89f17f1a6702560e492"
69
69
  }