@devvit/payments 0.12.2-next-2025-10-21-21-55-49-945ca7b05.0 → 0.12.2-next-2025-10-22-09-00-24-d336a2bc4.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,7 +726,7 @@
726
726
  }
727
727
  },
728
728
  "../public-api/dist/devvit/internals/context.js": {
729
- "bytes": 3372,
729
+ "bytes": 3589,
730
730
  "imports": [
731
731
  {
732
732
  "path": "../shared-types/dist/Header.js",
@@ -2966,7 +2966,7 @@
2966
2966
  "imports": [],
2967
2967
  "exports": [],
2968
2968
  "inputs": {},
2969
- "bytes": 1137223
2969
+ "bytes": 1137607
2970
2970
  },
2971
2971
  "dist/payments.min.js": {
2972
2972
  "imports": [
@@ -3373,7 +3373,7 @@
3373
3373
  "bytesInOutput": 1912
3374
3374
  },
3375
3375
  "../public-api/dist/devvit/internals/context.js": {
3376
- "bytesInOutput": 1207
3376
+ "bytesInOutput": 1315
3377
3377
  },
3378
3378
  "../public-api/dist/devvit/internals/custom-post.js": {
3379
3379
  "bytesInOutput": 389
@@ -3571,7 +3571,7 @@
3571
3571
  "bytesInOutput": 751
3572
3572
  }
3573
3573
  },
3574
- "bytes": 251149
3574
+ "bytes": 251257
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-10-21-21-55-49-945ca7b05.0",
3
+ "version": "0.12.2-next-2025-10-22-09-00-24-d336a2bc4.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.2-next-2025-10-21-21-55-49-945ca7b05.0",
40
- "@devvit/public-api": "0.12.2-next-2025-10-21-21-55-49-945ca7b05.0",
41
- "@devvit/shared-types": "0.12.2-next-2025-10-21-21-55-49-945ca7b05.0"
39
+ "@devvit/protos": "0.12.2-next-2025-10-22-09-00-24-d336a2bc4.0",
40
+ "@devvit/public-api": "0.12.2-next-2025-10-22-09-00-24-d336a2bc4.0",
41
+ "@devvit/shared-types": "0.12.2-next-2025-10-22-09-00-24-d336a2bc4.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@ampproject/filesize": "4.3.0",
45
- "@devvit/repo-tools": "0.12.2-next-2025-10-21-21-55-49-945ca7b05.0",
46
- "@devvit/tsconfig": "0.12.2-next-2025-10-21-21-55-49-945ca7b05.0",
45
+ "@devvit/repo-tools": "0.12.2-next-2025-10-22-09-00-24-d336a2bc4.0",
46
+ "@devvit/tsconfig": "0.12.2-next-2025-10-22-09-00-24-d336a2bc4.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": "d1835440235b236a189422753edd5e7f422a417c"
59
+ "gitHead": "642c6c2ba8787b4f466cb93c9052acd93473530b"
60
60
  }