@devvit/payments 0.12.2-next-2025-10-16-23-17-24-841a3f239.0 → 0.12.2-next-2025-10-21-18-16-15-f63fab740.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
@@ -93,7 +93,7 @@
93
93
  "format": "esm"
94
94
  },
95
95
  "../shared-types/dist/tid.js": {
96
- "bytes": 2341,
96
+ "bytes": 2471,
97
97
  "imports": [
98
98
  {
99
99
  "path": "../shared-types/dist/assert.js",
@@ -2966,7 +2966,7 @@
2966
2966
  "imports": [],
2967
2967
  "exports": [],
2968
2968
  "inputs": {},
2969
- "bytes": 1137081
2969
+ "bytes": 1137218
2970
2970
  },
2971
2971
  "dist/payments.min.js": {
2972
2972
  "imports": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/payments",
3
- "version": "0.12.2-next-2025-10-16-23-17-24-841a3f239.0",
3
+ "version": "0.12.2-next-2025-10-21-18-16-15-f63fab740.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,14 +36,14 @@
36
36
  },
37
37
  "types": "./dist/index.d.ts",
38
38
  "dependencies": {
39
- "@devvit/protos": "0.12.2-next-2025-10-16-23-17-24-841a3f239.0",
40
- "@devvit/public-api": "0.12.2-next-2025-10-16-23-17-24-841a3f239.0",
41
- "@devvit/shared-types": "0.12.2-next-2025-10-16-23-17-24-841a3f239.0"
39
+ "@devvit/protos": "0.12.2-next-2025-10-21-18-16-15-f63fab740.0",
40
+ "@devvit/public-api": "0.12.2-next-2025-10-21-18-16-15-f63fab740.0",
41
+ "@devvit/shared-types": "0.12.2-next-2025-10-21-18-16-15-f63fab740.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@ampproject/filesize": "4.3.0",
45
- "@devvit/repo-tools": "0.12.2-next-2025-10-16-23-17-24-841a3f239.0",
46
- "@devvit/tsconfig": "0.12.2-next-2025-10-16-23-17-24-841a3f239.0",
45
+ "@devvit/repo-tools": "0.12.2-next-2025-10-21-18-16-15-f63fab740.0",
46
+ "@devvit/tsconfig": "0.12.2-next-2025-10-21-18-16-15-f63fab740.0",
47
47
  "esbuild": "0.25.9",
48
48
  "eslint": "9.11.1",
49
49
  "typescript": "5.8.3",
@@ -56,5 +56,5 @@
56
56
  }
57
57
  },
58
58
  "source": "./src/index.ts",
59
- "gitHead": "3ba48ec6d42bff84c691074c43457b5022febd58"
59
+ "gitHead": "c21b97bde08924cba89ad3e7a08f79a087e66f22"
60
60
  }