@devvit/payments 0.11.20-next-2025-07-30-19-13-52-2e972a448.0 → 0.11.20-next-2025-07-30-19-34-05-d1a9cc416.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 +5 -5
- package/payments.min.js.map +3 -3
package/meta.min.json
CHANGED
|
@@ -1854,7 +1854,7 @@
|
|
|
1854
1854
|
"format": "esm"
|
|
1855
1855
|
},
|
|
1856
1856
|
"../public-api/dist/apis/reddit/models/Post.js": {
|
|
1857
|
-
"bytes":
|
|
1857
|
+
"bytes": 46615,
|
|
1858
1858
|
"imports": [
|
|
1859
1859
|
{
|
|
1860
1860
|
"path": "@devvit/protos",
|
|
@@ -2921,7 +2921,7 @@
|
|
|
2921
2921
|
"imports": [],
|
|
2922
2922
|
"exports": [],
|
|
2923
2923
|
"inputs": {},
|
|
2924
|
-
"bytes":
|
|
2924
|
+
"bytes": 1132488
|
|
2925
2925
|
},
|
|
2926
2926
|
"dist/payments.min.js": {
|
|
2927
2927
|
"imports": [
|
|
@@ -3453,7 +3453,7 @@
|
|
|
3453
3453
|
"bytesInOutput": 5419
|
|
3454
3454
|
},
|
|
3455
3455
|
"../public-api/dist/apis/reddit/models/Post.js": {
|
|
3456
|
-
"bytesInOutput":
|
|
3456
|
+
"bytesInOutput": 18140
|
|
3457
3457
|
},
|
|
3458
3458
|
"../public-api/dist/apis/reddit/helpers/textFallbackToRichtext.js": {
|
|
3459
3459
|
"bytesInOutput": 114
|
|
@@ -3516,7 +3516,7 @@
|
|
|
3516
3516
|
"bytesInOutput": 751
|
|
3517
3517
|
}
|
|
3518
3518
|
},
|
|
3519
|
-
"bytes":
|
|
3519
|
+
"bytes": 250009
|
|
3520
3520
|
}
|
|
3521
3521
|
}
|
|
3522
3522
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/payments",
|
|
3
|
-
"version": "0.11.20-next-2025-07-30-19-
|
|
3
|
+
"version": "0.11.20-next-2025-07-30-19-34-05-d1a9cc416.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.20-next-2025-07-30-19-
|
|
29
|
-
"@devvit/public-api": "0.11.20-next-2025-07-30-19-
|
|
30
|
-
"@devvit/shared-types": "0.11.20-next-2025-07-30-19-
|
|
28
|
+
"@devvit/protos": "0.11.20-next-2025-07-30-19-34-05-d1a9cc416.0",
|
|
29
|
+
"@devvit/public-api": "0.11.20-next-2025-07-30-19-34-05-d1a9cc416.0",
|
|
30
|
+
"@devvit/shared-types": "0.11.20-next-2025-07-30-19-34-05-d1a9cc416.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@ampproject/filesize": "4.3.0",
|
|
34
|
-
"@devvit/repo-tools": "0.11.20-next-2025-07-30-19-
|
|
35
|
-
"@devvit/tsconfig": "0.11.20-next-2025-07-30-19-
|
|
34
|
+
"@devvit/repo-tools": "0.11.20-next-2025-07-30-19-34-05-d1a9cc416.0",
|
|
35
|
+
"@devvit/tsconfig": "0.11.20-next-2025-07-30-19-34-05-d1a9cc416.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": "
|
|
51
|
+
"gitHead": "51095426162c3669389075e95ce161492520d599"
|
|
52
52
|
}
|