@devvit/payments 0.12.1-next-2025-09-12-00-03-31-d84d53965.0 → 0.12.1-next-2025-09-15-13-38-08-9fc7a2058.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 +7 -7
- package/payments.min.js +1 -1
- package/payments.min.js.map +2 -2
package/meta.min.json
CHANGED
|
@@ -1879,7 +1879,7 @@
|
|
|
1879
1879
|
"format": "esm"
|
|
1880
1880
|
},
|
|
1881
1881
|
"../public-api/dist/apis/reddit/models/Post.js": {
|
|
1882
|
-
"bytes":
|
|
1882
|
+
"bytes": 46997,
|
|
1883
1883
|
"imports": [
|
|
1884
1884
|
{
|
|
1885
1885
|
"path": "@devvit/protos",
|
|
@@ -2961,7 +2961,7 @@
|
|
|
2961
2961
|
"imports": [],
|
|
2962
2962
|
"exports": [],
|
|
2963
2963
|
"inputs": {},
|
|
2964
|
-
"bytes":
|
|
2964
|
+
"bytes": 1137097
|
|
2965
2965
|
},
|
|
2966
2966
|
"dist/payments.min.js": {
|
|
2967
2967
|
"imports": [
|
|
@@ -3511,7 +3511,7 @@
|
|
|
3511
3511
|
"bytesInOutput": 5427
|
|
3512
3512
|
},
|
|
3513
3513
|
"../public-api/dist/apis/reddit/models/Post.js": {
|
|
3514
|
-
"bytesInOutput":
|
|
3514
|
+
"bytesInOutput": 18371
|
|
3515
3515
|
},
|
|
3516
3516
|
"../public-api/dist/apis/reddit/helpers/textFallbackToRichtext.js": {
|
|
3517
3517
|
"bytesInOutput": 114
|
|
@@ -3571,7 +3571,7 @@
|
|
|
3571
3571
|
"bytesInOutput": 751
|
|
3572
3572
|
}
|
|
3573
3573
|
},
|
|
3574
|
-
"bytes":
|
|
3574
|
+
"bytes": 251206
|
|
3575
3575
|
}
|
|
3576
3576
|
}
|
|
3577
3577
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/payments",
|
|
3
|
-
"version": "0.12.1-next-2025-09-
|
|
3
|
+
"version": "0.12.1-next-2025-09-15-13-38-08-9fc7a2058.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.1-next-2025-09-
|
|
40
|
-
"@devvit/public-api": "0.12.1-next-2025-09-
|
|
41
|
-
"@devvit/shared-types": "0.12.1-next-2025-09-
|
|
39
|
+
"@devvit/protos": "0.12.1-next-2025-09-15-13-38-08-9fc7a2058.0",
|
|
40
|
+
"@devvit/public-api": "0.12.1-next-2025-09-15-13-38-08-9fc7a2058.0",
|
|
41
|
+
"@devvit/shared-types": "0.12.1-next-2025-09-15-13-38-08-9fc7a2058.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@ampproject/filesize": "4.3.0",
|
|
45
|
-
"@devvit/repo-tools": "0.12.1-next-2025-09-
|
|
46
|
-
"@devvit/tsconfig": "0.12.1-next-2025-09-
|
|
45
|
+
"@devvit/repo-tools": "0.12.1-next-2025-09-15-13-38-08-9fc7a2058.0",
|
|
46
|
+
"@devvit/tsconfig": "0.12.1-next-2025-09-15-13-38-08-9fc7a2058.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": "
|
|
59
|
+
"gitHead": "39d9834d810a8673bf2607fbe764ccec9a870b23"
|
|
60
60
|
}
|