@devvit/payments 0.12.6-next-2025-12-03-17-33-09-baac23175.0 → 0.12.6-next-2025-12-03-19-10-02-077dd56d5.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
@@ -1975,7 +1975,7 @@
1975
1975
  "format": "esm"
1976
1976
  },
1977
1977
  "../public-api/dist/apis/reddit/models/User.js": {
1978
- "bytes": 20222,
1978
+ "bytes": 20999,
1979
1979
  "imports": [
1980
1980
  {
1981
1981
  "path": "../shared-types/dist/Header.js",
@@ -2976,7 +2976,7 @@
2976
2976
  "imports": [],
2977
2977
  "exports": [],
2978
2978
  "inputs": {},
2979
- "bytes": 1139957
2979
+ "bytes": 1141143
2980
2980
  },
2981
2981
  "dist/payments.min.js": {
2982
2982
  "imports": [
@@ -3359,7 +3359,7 @@
3359
3359
  "bytesInOutput": 836
3360
3360
  },
3361
3361
  "../public-api/dist/apis/reddit/RedditAPIClient.js": {
3362
- "bytesInOutput": 9167
3362
+ "bytesInOutput": 9178
3363
3363
  },
3364
3364
  "../public-api/dist/types/tid.js": {
3365
3365
  "bytesInOutput": 1365
@@ -3521,13 +3521,13 @@
3521
3521
  "bytesInOutput": 5427
3522
3522
  },
3523
3523
  "../public-api/dist/apis/reddit/models/Post.js": {
3524
- "bytesInOutput": 18371
3524
+ "bytesInOutput": 18373
3525
3525
  },
3526
3526
  "../public-api/dist/apis/reddit/helpers/textFallbackToRichtext.js": {
3527
3527
  "bytesInOutput": 114
3528
3528
  },
3529
3529
  "../public-api/dist/apis/reddit/models/User.js": {
3530
- "bytesInOutput": 7236
3530
+ "bytesInOutput": 7467
3531
3531
  },
3532
3532
  "../public-api/dist/apis/reddit/models/index.js": {
3533
3533
  "bytesInOutput": 0
@@ -3542,7 +3542,7 @@
3542
3542
  "bytesInOutput": 2545
3543
3543
  },
3544
3544
  "../public-api/dist/apis/reddit/models/Subreddit.js": {
3545
- "bytesInOutput": 12350
3545
+ "bytesInOutput": 12354
3546
3546
  },
3547
3547
  "../public-api/dist/apis/reddit/models/Vault.js": {
3548
3548
  "bytesInOutput": 516
@@ -3584,7 +3584,7 @@
3584
3584
  "bytesInOutput": 751
3585
3585
  }
3586
3586
  },
3587
- "bytes": 251298
3587
+ "bytes": 251546
3588
3588
  }
3589
3589
  }
3590
3590
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/payments",
3
- "version": "0.12.6-next-2025-12-03-17-33-09-baac23175.0",
3
+ "version": "0.12.6-next-2025-12-03-19-10-02-077dd56d5.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,15 +45,15 @@
45
45
  },
46
46
  "types": "./dist/index.d.ts",
47
47
  "dependencies": {
48
- "@devvit/protos": "0.12.6-next-2025-12-03-17-33-09-baac23175.0",
49
- "@devvit/public-api": "0.12.6-next-2025-12-03-17-33-09-baac23175.0",
50
- "@devvit/server": "0.12.6-next-2025-12-03-17-33-09-baac23175.0",
51
- "@devvit/shared-types": "0.12.6-next-2025-12-03-17-33-09-baac23175.0"
48
+ "@devvit/protos": "0.12.6-next-2025-12-03-19-10-02-077dd56d5.0",
49
+ "@devvit/public-api": "0.12.6-next-2025-12-03-19-10-02-077dd56d5.0",
50
+ "@devvit/server": "0.12.6-next-2025-12-03-19-10-02-077dd56d5.0",
51
+ "@devvit/shared-types": "0.12.6-next-2025-12-03-19-10-02-077dd56d5.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@ampproject/filesize": "4.3.0",
55
- "@devvit/repo-tools": "0.12.6-next-2025-12-03-17-33-09-baac23175.0",
56
- "@devvit/tsconfig": "0.12.6-next-2025-12-03-17-33-09-baac23175.0",
55
+ "@devvit/repo-tools": "0.12.6-next-2025-12-03-19-10-02-077dd56d5.0",
56
+ "@devvit/tsconfig": "0.12.6-next-2025-12-03-19-10-02-077dd56d5.0",
57
57
  "esbuild": "0.25.9",
58
58
  "eslint": "9.11.1",
59
59
  "typescript": "5.8.3",
@@ -66,5 +66,5 @@
66
66
  }
67
67
  },
68
68
  "source": "./src/index.ts",
69
- "gitHead": "5e13cfad33aaf2db7fda17c04693f18cf617cb07"
69
+ "gitHead": "b22959ef75dd244e79dcf78c6195abfb713c4a00"
70
70
  }