@devvit/payments 0.12.0-next-2025-04-24-137462f28.0 → 0.12.0-next-2025-04-28-dc6034d73.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
@@ -1490,7 +1490,7 @@
1490
1490
  "format": "esm"
1491
1491
  },
1492
1492
  "../public-api/dist/devvit/Devvit.js": {
1493
- "bytes": 23135,
1493
+ "bytes": 24295,
1494
1494
  "imports": [
1495
1495
  {
1496
1496
  "path": "@devvit/protos",
@@ -1720,7 +1720,7 @@
1720
1720
  "format": "esm"
1721
1721
  },
1722
1722
  "../public-api/dist/apis/reddit/models/Post.js": {
1723
- "bytes": 42768,
1723
+ "bytes": 43379,
1724
1724
  "imports": [
1725
1725
  {
1726
1726
  "path": "@devvit/protos",
@@ -2828,7 +2828,7 @@
2828
2828
  "imports": [],
2829
2829
  "exports": [],
2830
2830
  "inputs": {},
2831
- "bytes": 1045860
2831
+ "bytes": 1048371
2832
2832
  },
2833
2833
  "dist/payments.min.js": {
2834
2834
  "imports": [
@@ -3102,7 +3102,7 @@
3102
3102
  "bytesInOutput": 1349
3103
3103
  },
3104
3104
  "../public-api/dist/devvit/Devvit.js": {
3105
- "bytesInOutput": 6718
3105
+ "bytesInOutput": 6889
3106
3106
  },
3107
3107
  "../shared-types/dist/Actor.js": {
3108
3108
  "bytesInOutput": 31
@@ -3336,7 +3336,7 @@
3336
3336
  "bytesInOutput": 5384
3337
3337
  },
3338
3338
  "../public-api/dist/apis/reddit/models/Post.js": {
3339
- "bytesInOutput": 16836
3339
+ "bytesInOutput": 17015
3340
3340
  },
3341
3341
  "../public-api/dist/apis/reddit/helpers/textFallbackToRichtext.js": {
3342
3342
  "bytesInOutput": 114
@@ -3393,7 +3393,7 @@
3393
3393
  "bytesInOutput": 747
3394
3394
  }
3395
3395
  },
3396
- "bytes": 201603
3396
+ "bytes": 201953
3397
3397
  }
3398
3398
  }
3399
3399
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/payments",
3
- "version": "0.12.0-next-2025-04-24-137462f28.0",
3
+ "version": "0.12.0-next-2025-04-28-dc6034d73.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-24-137462f28.0",
29
- "@devvit/public-api": "0.12.0-next-2025-04-24-137462f28.0",
30
- "@devvit/shared-types": "0.12.0-next-2025-04-24-137462f28.0"
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"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@ampproject/filesize": "4.3.0",
34
- "@devvit/repo-tools": "0.12.0-next-2025-04-24-137462f28.0",
35
- "@devvit/tsconfig": "0.12.0-next-2025-04-24-137462f28.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",
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": "6c680b1ce74f21ae0200dc527053c7382e75fd58"
51
+ "gitHead": "4083ee31c268f56b32d19f7dfefe2780b1ae1739"
52
52
  }