@devvit/payments 0.12.6-next-2025-12-03-14-21-44-cdb51862c.0 → 0.12.6-next-2025-12-03-17-33-09-baac23175.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
@@ -361,7 +361,7 @@
361
361
  "format": "esm"
362
362
  },
363
363
  "../shared-types/dist/Header.js": {
364
- "bytes": 2474,
364
+ "bytes": 2505,
365
365
  "imports": [],
366
366
  "format": "esm"
367
367
  },
@@ -2976,7 +2976,7 @@
2976
2976
  "imports": [],
2977
2977
  "exports": [],
2978
2978
  "inputs": {},
2979
- "bytes": 1139913
2979
+ "bytes": 1139957
2980
2980
  },
2981
2981
  "dist/payments.min.js": {
2982
2982
  "imports": [
@@ -3320,7 +3320,7 @@
3320
3320
  "bytesInOutput": 1603
3321
3321
  },
3322
3322
  "../shared-types/dist/Header.js": {
3323
- "bytesInOutput": 1223
3323
+ "bytesInOutput": 1248
3324
3324
  },
3325
3325
  "../public-api/dist/types/realtime.js": {
3326
3326
  "bytesInOutput": 192
@@ -3584,7 +3584,7 @@
3584
3584
  "bytesInOutput": 751
3585
3585
  }
3586
3586
  },
3587
- "bytes": 251273
3587
+ "bytes": 251298
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-14-21-44-cdb51862c.0",
3
+ "version": "0.12.6-next-2025-12-03-17-33-09-baac23175.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-14-21-44-cdb51862c.0",
49
- "@devvit/public-api": "0.12.6-next-2025-12-03-14-21-44-cdb51862c.0",
50
- "@devvit/server": "0.12.6-next-2025-12-03-14-21-44-cdb51862c.0",
51
- "@devvit/shared-types": "0.12.6-next-2025-12-03-14-21-44-cdb51862c.0"
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"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@ampproject/filesize": "4.3.0",
55
- "@devvit/repo-tools": "0.12.6-next-2025-12-03-14-21-44-cdb51862c.0",
56
- "@devvit/tsconfig": "0.12.6-next-2025-12-03-14-21-44-cdb51862c.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",
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": "651b69c5322ef0c21d6c455bc68c5c60165f6af4"
69
+ "gitHead": "5e13cfad33aaf2db7fda17c04693f18cf617cb07"
70
70
  }