@devvit/payments 0.11.12-next-2025-03-27-16d09b321.0 → 0.12.0-next-2025-03-27-30ff366f1.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
@@ -584,7 +584,7 @@
584
584
  "format": "esm"
585
585
  },
586
586
  "../public-api/dist/version.json": {
587
- "bytes": 2996,
587
+ "bytes": 2990,
588
588
  "imports": [],
589
589
  "format": "esm",
590
590
  "with": {
@@ -2782,7 +2782,7 @@
2782
2782
  "imports": [],
2783
2783
  "exports": [],
2784
2784
  "inputs": {},
2785
- "bytes": 1103747
2785
+ "bytes": 1103741
2786
2786
  },
2787
2787
  "dist/payments.min.js": {
2788
2788
  "imports": [
@@ -3130,7 +3130,7 @@
3130
3130
  "bytesInOutput": 850
3131
3131
  },
3132
3132
  "../public-api/dist/version.json": {
3133
- "bytesInOutput": 2332
3133
+ "bytesInOutput": 2326
3134
3134
  },
3135
3135
  "../public-api/dist/devvit/internals/context.js": {
3136
3136
  "bytesInOutput": 1095
@@ -3340,7 +3340,7 @@
3340
3340
  "bytesInOutput": 751
3341
3341
  }
3342
3342
  },
3343
- "bytes": 245301
3343
+ "bytes": 245295
3344
3344
  }
3345
3345
  }
3346
3346
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/payments",
3
- "version": "0.11.12-next-2025-03-27-16d09b321.0",
3
+ "version": "0.12.0-next-2025-03-27-30ff366f1.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.11.12-next-2025-03-27-16d09b321.0",
29
- "@devvit/public-api": "0.11.12-next-2025-03-27-16d09b321.0",
30
- "@devvit/shared-types": "0.11.12-next-2025-03-27-16d09b321.0"
28
+ "@devvit/protos": "0.12.0-next-2025-03-27-30ff366f1.0",
29
+ "@devvit/public-api": "0.12.0-next-2025-03-27-30ff366f1.0",
30
+ "@devvit/shared-types": "0.12.0-next-2025-03-27-30ff366f1.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@ampproject/filesize": "4.3.0",
34
- "@devvit/repo-tools": "0.11.12-next-2025-03-27-16d09b321.0",
35
- "@devvit/tsconfig": "0.11.12-next-2025-03-27-16d09b321.0",
34
+ "@devvit/repo-tools": "0.12.0-next-2025-03-27-30ff366f1.0",
35
+ "@devvit/tsconfig": "0.12.0-next-2025-03-27-30ff366f1.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": "3c87e126af570f4796da72762c8bd8ccd7e855a9"
51
+ "gitHead": "2dacd483e05b95a3833a03cca4b140d4903446ab"
52
52
  }