@devvit/payments 0.12.6-next-2025-12-09-15-11-17-96a26acd9.0 → 0.12.6-next-2025-12-09-22-01-39-77cc3d62a.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
@@ -2175,7 +2175,7 @@
2175
2175
  "format": "esm"
2176
2176
  },
2177
2177
  "../public-api/dist/apis/reddit/models/Subreddit.js": {
2178
- "bytes": 32352,
2178
+ "bytes": 32694,
2179
2179
  "imports": [
2180
2180
  {
2181
2181
  "path": "../shared-types/dist/Header.js",
@@ -2976,7 +2976,7 @@
2976
2976
  "imports": [],
2977
2977
  "exports": [],
2978
2978
  "inputs": {},
2979
- "bytes": 1143598
2979
+ "bytes": 1144106
2980
2980
  },
2981
2981
  "dist/payments.min.js": {
2982
2982
  "imports": [
@@ -3542,7 +3542,7 @@
3542
3542
  "bytesInOutput": 2545
3543
3543
  },
3544
3544
  "../public-api/dist/apis/reddit/models/Subreddit.js": {
3545
- "bytesInOutput": 12354
3545
+ "bytesInOutput": 12433
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": 252151
3587
+ "bytes": 252230
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-09-15-11-17-96a26acd9.0",
3
+ "version": "0.12.6-next-2025-12-09-22-01-39-77cc3d62a.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-09-15-11-17-96a26acd9.0",
49
- "@devvit/public-api": "0.12.6-next-2025-12-09-15-11-17-96a26acd9.0",
50
- "@devvit/server": "0.12.6-next-2025-12-09-15-11-17-96a26acd9.0",
51
- "@devvit/shared-types": "0.12.6-next-2025-12-09-15-11-17-96a26acd9.0"
48
+ "@devvit/protos": "0.12.6-next-2025-12-09-22-01-39-77cc3d62a.0",
49
+ "@devvit/public-api": "0.12.6-next-2025-12-09-22-01-39-77cc3d62a.0",
50
+ "@devvit/server": "0.12.6-next-2025-12-09-22-01-39-77cc3d62a.0",
51
+ "@devvit/shared-types": "0.12.6-next-2025-12-09-22-01-39-77cc3d62a.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@ampproject/filesize": "4.3.0",
55
- "@devvit/repo-tools": "0.12.6-next-2025-12-09-15-11-17-96a26acd9.0",
56
- "@devvit/tsconfig": "0.12.6-next-2025-12-09-15-11-17-96a26acd9.0",
55
+ "@devvit/repo-tools": "0.12.6-next-2025-12-09-22-01-39-77cc3d62a.0",
56
+ "@devvit/tsconfig": "0.12.6-next-2025-12-09-22-01-39-77cc3d62a.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": "0648a19e71928872d54b79a960ba797ae646f7a7"
69
+ "gitHead": "8bfbd5035ccf97cdac44004ac41645c50cdd8a02"
70
70
  }