@devvit/payments 0.11.19-next-2025-07-22-19-12-19-ec91da0e4.0 → 0.11.19-next-2025-07-22-19-50-28-4acdca86a.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
@@ -1531,7 +1531,7 @@
1531
1531
  "format": "esm"
1532
1532
  },
1533
1533
  "../public-api/dist/devvit/Devvit.js": {
1534
- "bytes": 26680,
1534
+ "bytes": 26549,
1535
1535
  "imports": [
1536
1536
  {
1537
1537
  "path": "@devvit/protos",
@@ -2843,7 +2843,7 @@
2843
2843
  "imports": [],
2844
2844
  "exports": [],
2845
2845
  "inputs": {},
2846
- "bytes": 1126357
2846
+ "bytes": 1126093
2847
2847
  },
2848
2848
  "dist/payments.min.js": {
2849
2849
  "imports": [
@@ -3114,7 +3114,7 @@
3114
3114
  "bytesInOutput": 1365
3115
3115
  },
3116
3116
  "../public-api/dist/devvit/Devvit.js": {
3117
- "bytesInOutput": 7612
3117
+ "bytesInOutput": 7528
3118
3118
  },
3119
3119
  "../shared-types/dist/Actor.js": {
3120
3120
  "bytesInOutput": 31
@@ -3414,7 +3414,7 @@
3414
3414
  "bytesInOutput": 751
3415
3415
  }
3416
3416
  },
3417
- "bytes": 248751
3417
+ "bytes": 248667
3418
3418
  }
3419
3419
  }
3420
3420
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/payments",
3
- "version": "0.11.19-next-2025-07-22-19-12-19-ec91da0e4.0",
3
+ "version": "0.11.19-next-2025-07-22-19-50-28-4acdca86a.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.19-next-2025-07-22-19-12-19-ec91da0e4.0",
29
- "@devvit/public-api": "0.11.19-next-2025-07-22-19-12-19-ec91da0e4.0",
30
- "@devvit/shared-types": "0.11.19-next-2025-07-22-19-12-19-ec91da0e4.0"
28
+ "@devvit/protos": "0.11.19-next-2025-07-22-19-50-28-4acdca86a.0",
29
+ "@devvit/public-api": "0.11.19-next-2025-07-22-19-50-28-4acdca86a.0",
30
+ "@devvit/shared-types": "0.11.19-next-2025-07-22-19-50-28-4acdca86a.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@ampproject/filesize": "4.3.0",
34
- "@devvit/repo-tools": "0.11.19-next-2025-07-22-19-12-19-ec91da0e4.0",
35
- "@devvit/tsconfig": "0.11.19-next-2025-07-22-19-12-19-ec91da0e4.0",
34
+ "@devvit/repo-tools": "0.11.19-next-2025-07-22-19-50-28-4acdca86a.0",
35
+ "@devvit/tsconfig": "0.11.19-next-2025-07-22-19-50-28-4acdca86a.0",
36
36
  "esbuild": "0.23.0",
37
37
  "eslint": "9.11.1",
38
38
  "typescript": "5.8.3",
@@ -48,5 +48,5 @@
48
48
  }
49
49
  },
50
50
  "source": "./src/index.ts",
51
- "gitHead": "aa1c96adc3cba28c8d1f7b9851faaea25e27c959"
51
+ "gitHead": "9b26a5250386d83c58a24ceeb672217a2dffe980"
52
52
  }