@devvit/payments 0.12.5-next-2025-11-24-17-43-35-dc06ab150.0 → 0.12.5-next-2025-11-24-18-39-41-8a43eb4cd.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 +1 -1
- package/payments.min.js.map +2 -2
package/meta.min.json
CHANGED
|
@@ -2257,7 +2257,7 @@
|
|
|
2257
2257
|
"format": "esm"
|
|
2258
2258
|
},
|
|
2259
2259
|
"../public-api/dist/apis/reddit/models/Widget.js": {
|
|
2260
|
-
"bytes":
|
|
2260
|
+
"bytes": 21902,
|
|
2261
2261
|
"imports": [
|
|
2262
2262
|
{
|
|
2263
2263
|
"path": "@devvit/protos",
|
|
@@ -2976,7 +2976,7 @@
|
|
|
2976
2976
|
"imports": [],
|
|
2977
2977
|
"exports": [],
|
|
2978
2978
|
"inputs": {},
|
|
2979
|
-
"bytes":
|
|
2979
|
+
"bytes": 1138658
|
|
2980
2980
|
},
|
|
2981
2981
|
"dist/payments.min.js": {
|
|
2982
2982
|
"imports": [
|
|
@@ -3548,7 +3548,7 @@
|
|
|
3548
3548
|
"bytesInOutput": 516
|
|
3549
3549
|
},
|
|
3550
3550
|
"../public-api/dist/apis/reddit/models/Widget.js": {
|
|
3551
|
-
"bytesInOutput":
|
|
3551
|
+
"bytesInOutput": 8933
|
|
3552
3552
|
},
|
|
3553
3553
|
"../public-api/dist/apis/reddit/models/WikiPage.js": {
|
|
3554
3554
|
"bytesInOutput": 6015
|
|
@@ -3584,7 +3584,7 @@
|
|
|
3584
3584
|
"bytesInOutput": 751
|
|
3585
3585
|
}
|
|
3586
3586
|
},
|
|
3587
|
-
"bytes":
|
|
3587
|
+
"bytes": 251273
|
|
3588
3588
|
}
|
|
3589
3589
|
}
|
|
3590
3590
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/payments",
|
|
3
|
-
"version": "0.12.5-next-2025-11-24-
|
|
3
|
+
"version": "0.12.5-next-2025-11-24-18-39-41-8a43eb4cd.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.5-next-2025-11-24-
|
|
49
|
-
"@devvit/public-api": "0.12.5-next-2025-11-24-
|
|
50
|
-
"@devvit/server": "0.12.5-next-2025-11-24-
|
|
51
|
-
"@devvit/shared-types": "0.12.5-next-2025-11-24-
|
|
48
|
+
"@devvit/protos": "0.12.5-next-2025-11-24-18-39-41-8a43eb4cd.0",
|
|
49
|
+
"@devvit/public-api": "0.12.5-next-2025-11-24-18-39-41-8a43eb4cd.0",
|
|
50
|
+
"@devvit/server": "0.12.5-next-2025-11-24-18-39-41-8a43eb4cd.0",
|
|
51
|
+
"@devvit/shared-types": "0.12.5-next-2025-11-24-18-39-41-8a43eb4cd.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@ampproject/filesize": "4.3.0",
|
|
55
|
-
"@devvit/repo-tools": "0.12.5-next-2025-11-24-
|
|
56
|
-
"@devvit/tsconfig": "0.12.5-next-2025-11-24-
|
|
55
|
+
"@devvit/repo-tools": "0.12.5-next-2025-11-24-18-39-41-8a43eb4cd.0",
|
|
56
|
+
"@devvit/tsconfig": "0.12.5-next-2025-11-24-18-39-41-8a43eb4cd.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": "c9018b80f7a801a8f5aa2ca1ef28a6f989f289c2"
|
|
70
70
|
}
|