@devvit/payments 0.12.7-next-2025-12-15-19-45-46-32dc9a0b3.0 → 0.12.7-next-2025-12-15-19-58-48-962aee65f.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 +4 -4
- package/package.json +8 -8
- package/payments.min.js +5 -5
- package/payments.min.js.map +3 -3
package/meta.min.json
CHANGED
|
@@ -2293,7 +2293,7 @@
|
|
|
2293
2293
|
"format": "esm"
|
|
2294
2294
|
},
|
|
2295
2295
|
"../public-api/dist/apis/reddit/models/WikiPage.js": {
|
|
2296
|
-
"bytes":
|
|
2296
|
+
"bytes": 17793,
|
|
2297
2297
|
"imports": [
|
|
2298
2298
|
{
|
|
2299
2299
|
"path": "../shared-types/dist/NonNull.js",
|
|
@@ -2986,7 +2986,7 @@
|
|
|
2986
2986
|
"imports": [],
|
|
2987
2987
|
"exports": [],
|
|
2988
2988
|
"inputs": {},
|
|
2989
|
-
"bytes":
|
|
2989
|
+
"bytes": 1148530
|
|
2990
2990
|
},
|
|
2991
2991
|
"dist/payments.min.js": {
|
|
2992
2992
|
"imports": [
|
|
@@ -3561,7 +3561,7 @@
|
|
|
3561
3561
|
"bytesInOutput": 9483
|
|
3562
3562
|
},
|
|
3563
3563
|
"../public-api/dist/apis/reddit/models/WikiPage.js": {
|
|
3564
|
-
"bytesInOutput":
|
|
3564
|
+
"bytesInOutput": 6128
|
|
3565
3565
|
},
|
|
3566
3566
|
"../public-api/dist/devvit/internals/blocks/handler/useWebView.js": {
|
|
3567
3567
|
"bytesInOutput": 227
|
|
@@ -3594,7 +3594,7 @@
|
|
|
3594
3594
|
"bytesInOutput": 751
|
|
3595
3595
|
}
|
|
3596
3596
|
},
|
|
3597
|
-
"bytes":
|
|
3597
|
+
"bytes": 253271
|
|
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-
|
|
3
|
+
"version": "0.12.7-next-2025-12-15-19-58-48-962aee65f.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.7-next-2025-12-15-19-
|
|
49
|
-
"@devvit/public-api": "0.12.7-next-2025-12-15-19-
|
|
50
|
-
"@devvit/server": "0.12.7-next-2025-12-15-19-
|
|
51
|
-
"@devvit/shared-types": "0.12.7-next-2025-12-15-19-
|
|
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"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@ampproject/filesize": "4.3.0",
|
|
55
|
-
"@devvit/repo-tools": "0.12.7-next-2025-12-15-19-
|
|
56
|
-
"@devvit/tsconfig": "0.12.7-next-2025-12-15-19-
|
|
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",
|
|
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": "
|
|
69
|
+
"gitHead": "3968ffc8d7003356991b19483847bcec69d87b51"
|
|
70
70
|
}
|