@devvit/payments 0.12.0-next-2025-04-28-dc6034d73.0 → 0.12.0-next-2025-04-29-ae6383005.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
@@ -1720,7 +1720,7 @@
1720
1720
  "format": "esm"
1721
1721
  },
1722
1722
  "../public-api/dist/apis/reddit/models/Post.js": {
1723
- "bytes": 43379,
1723
+ "bytes": 43818,
1724
1724
  "imports": [
1725
1725
  {
1726
1726
  "path": "@devvit/protos",
@@ -1732,6 +1732,11 @@
1732
1732
  "kind": "import-statement",
1733
1733
  "external": true
1734
1734
  },
1735
+ {
1736
+ "path": "../shared-types/dist/Header.js",
1737
+ "kind": "import-statement",
1738
+ "original": "@devvit/shared-types/Header.js"
1739
+ },
1735
1740
  {
1736
1741
  "path": "../shared-types/dist/NonNull.js",
1737
1742
  "kind": "import-statement",
@@ -2828,7 +2833,7 @@
2828
2833
  "imports": [],
2829
2834
  "exports": [],
2830
2835
  "inputs": {},
2831
- "bytes": 1048371
2836
+ "bytes": 1049073
2832
2837
  },
2833
2838
  "dist/payments.min.js": {
2834
2839
  "imports": [
@@ -3336,7 +3341,7 @@
3336
3341
  "bytesInOutput": 5384
3337
3342
  },
3338
3343
  "../public-api/dist/apis/reddit/models/Post.js": {
3339
- "bytesInOutput": 17015
3344
+ "bytesInOutput": 17182
3340
3345
  },
3341
3346
  "../public-api/dist/apis/reddit/helpers/textFallbackToRichtext.js": {
3342
3347
  "bytesInOutput": 114
@@ -3393,7 +3398,7 @@
3393
3398
  "bytesInOutput": 747
3394
3399
  }
3395
3400
  },
3396
- "bytes": 201953
3401
+ "bytes": 202120
3397
3402
  }
3398
3403
  }
3399
3404
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/payments",
3
- "version": "0.12.0-next-2025-04-28-dc6034d73.0",
3
+ "version": "0.12.0-next-2025-04-29-ae6383005.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,14 +25,14 @@
25
25
  },
26
26
  "types": "./index.d.ts",
27
27
  "dependencies": {
28
- "@devvit/protos": "0.12.0-next-2025-04-28-dc6034d73.0",
29
- "@devvit/public-api": "0.12.0-next-2025-04-28-dc6034d73.0",
30
- "@devvit/shared-types": "0.12.0-next-2025-04-28-dc6034d73.0"
28
+ "@devvit/protos": "0.12.0-next-2025-04-29-ae6383005.0",
29
+ "@devvit/public-api": "0.12.0-next-2025-04-29-ae6383005.0",
30
+ "@devvit/shared-types": "0.12.0-next-2025-04-29-ae6383005.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@ampproject/filesize": "4.3.0",
34
- "@devvit/repo-tools": "0.12.0-next-2025-04-28-dc6034d73.0",
35
- "@devvit/tsconfig": "0.12.0-next-2025-04-28-dc6034d73.0",
34
+ "@devvit/repo-tools": "0.12.0-next-2025-04-29-ae6383005.0",
35
+ "@devvit/tsconfig": "0.12.0-next-2025-04-29-ae6383005.0",
36
36
  "esbuild": "0.23.0",
37
37
  "eslint": "9.11.1",
38
38
  "typescript": "5.3.2",
@@ -48,5 +48,5 @@
48
48
  }
49
49
  },
50
50
  "source": "./src/index.ts",
51
- "gitHead": "4083ee31c268f56b32d19f7dfefe2780b1ae1739"
51
+ "gitHead": "5e99918460b1f5bc14469848fe39c1d919abc32d"
52
52
  }