@devvit/payments 0.12.7-next-2025-12-15-19-58-48-962aee65f.0 → 0.12.7-next-2025-12-15-22-14-35-6c217d0d4.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
@@ -197,7 +197,7 @@
197
197
  "format": "esm"
198
198
  },
199
199
  "../public-api/dist/types/icons.js": {
200
- "bytes": 5213,
200
+ "bytes": 5538,
201
201
  "imports": [],
202
202
  "format": "esm"
203
203
  },
@@ -718,7 +718,7 @@
718
718
  "format": "esm"
719
719
  },
720
720
  "../public-api/dist/version.json": {
721
- "bytes": 2546,
721
+ "bytes": 2621,
722
722
  "imports": [],
723
723
  "format": "esm",
724
724
  "with": {
@@ -817,7 +817,7 @@
817
817
  "format": "esm"
818
818
  },
819
819
  "../public-api/dist/devvit/internals/semanticColors.js": {
820
- "bytes": 25375,
820
+ "bytes": 26618,
821
821
  "imports": [],
822
822
  "format": "esm"
823
823
  },
@@ -2986,7 +2986,7 @@
2986
2986
  "imports": [],
2987
2987
  "exports": [],
2988
2988
  "inputs": {},
2989
- "bytes": 1148530
2989
+ "bytes": 1150345
2990
2990
  },
2991
2991
  "dist/payments.min.js": {
2992
2992
  "imports": [
@@ -3390,7 +3390,7 @@
3390
3390
  "bytesInOutput": 850
3391
3391
  },
3392
3392
  "../public-api/dist/version.json": {
3393
- "bytesInOutput": 1912
3393
+ "bytesInOutput": 1967
3394
3394
  },
3395
3395
  "../public-api/dist/devvit/internals/context.js": {
3396
3396
  "bytesInOutput": 1315
@@ -3411,7 +3411,7 @@
3411
3411
  "bytesInOutput": 10776
3412
3412
  },
3413
3413
  "../public-api/dist/devvit/internals/semanticColors.js": {
3414
- "bytesInOutput": 17012
3414
+ "bytesInOutput": 18065
3415
3415
  },
3416
3416
  "../public-api/dist/devvit/internals/helpers/color.js": {
3417
3417
  "bytesInOutput": 3463
@@ -3594,7 +3594,7 @@
3594
3594
  "bytesInOutput": 751
3595
3595
  }
3596
3596
  },
3597
- "bytes": 253271
3597
+ "bytes": 254379
3598
3598
  }
3599
3599
  }
3600
3600
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/payments",
3
- "version": "0.12.7-next-2025-12-15-19-58-48-962aee65f.0",
3
+ "version": "0.12.7-next-2025-12-15-22-14-35-6c217d0d4.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,26 +45,26 @@
45
45
  },
46
46
  "types": "./dist/index.d.ts",
47
47
  "dependencies": {
48
- "@devvit/protos": "0.12.7-next-2025-12-15-19-58-48-962aee65f.0",
49
- "@devvit/public-api": "0.12.7-next-2025-12-15-19-58-48-962aee65f.0",
50
- "@devvit/server": "0.12.7-next-2025-12-15-19-58-48-962aee65f.0",
51
- "@devvit/shared-types": "0.12.7-next-2025-12-15-19-58-48-962aee65f.0"
48
+ "@devvit/protos": "0.12.7-next-2025-12-15-22-14-35-6c217d0d4.0",
49
+ "@devvit/public-api": "0.12.7-next-2025-12-15-22-14-35-6c217d0d4.0",
50
+ "@devvit/server": "0.12.7-next-2025-12-15-22-14-35-6c217d0d4.0",
51
+ "@devvit/shared-types": "0.12.7-next-2025-12-15-22-14-35-6c217d0d4.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@ampproject/filesize": "4.3.0",
55
- "@devvit/repo-tools": "0.12.7-next-2025-12-15-19-58-48-962aee65f.0",
56
- "@devvit/tsconfig": "0.12.7-next-2025-12-15-19-58-48-962aee65f.0",
55
+ "@devvit/repo-tools": "0.12.7-next-2025-12-15-22-14-35-6c217d0d4.0",
56
+ "@devvit/tsconfig": "0.12.7-next-2025-12-15-22-14-35-6c217d0d4.0",
57
57
  "esbuild": "0.25.9",
58
58
  "eslint": "9.11.1",
59
59
  "typescript": "5.8.3",
60
- "vitest": "1.6.1"
60
+ "vitest": "4.0.15"
61
61
  },
62
62
  "filesize": {
63
63
  "dist/payments.min.js": {
64
- "none": "248 KB",
65
- "gzip": "63 KB"
64
+ "none": "250 KB",
65
+ "gzip": "64 KB"
66
66
  }
67
67
  },
68
68
  "source": "./src/index.ts",
69
- "gitHead": "3968ffc8d7003356991b19483847bcec69d87b51"
69
+ "gitHead": "fcc618ff752a1a1bc60b1398a0a8eac5fd0a7628"
70
70
  }