@devvit/payments 0.11.20-next-2025-08-11-14-42-10-6b8f5c219.0 → 0.11.20-next-2025-08-11-15-36-54-00f8718f4.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
|
@@ -1639,7 +1639,7 @@
|
|
|
1639
1639
|
"format": "esm"
|
|
1640
1640
|
},
|
|
1641
1641
|
"../public-api/dist/devvit/Devvit.js": {
|
|
1642
|
-
"bytes":
|
|
1642
|
+
"bytes": 26968,
|
|
1643
1643
|
"imports": [
|
|
1644
1644
|
{
|
|
1645
1645
|
"path": "@devvit/protos",
|
|
@@ -2946,7 +2946,7 @@
|
|
|
2946
2946
|
"imports": [],
|
|
2947
2947
|
"exports": [],
|
|
2948
2948
|
"inputs": {},
|
|
2949
|
-
"bytes":
|
|
2949
|
+
"bytes": 1132622
|
|
2950
2950
|
},
|
|
2951
2951
|
"dist/payments.min.js": {
|
|
2952
2952
|
"imports": [
|
|
@@ -3226,7 +3226,7 @@
|
|
|
3226
3226
|
"bytesInOutput": 72
|
|
3227
3227
|
},
|
|
3228
3228
|
"../public-api/dist/devvit/Devvit.js": {
|
|
3229
|
-
"bytesInOutput":
|
|
3229
|
+
"bytesInOutput": 7702
|
|
3230
3230
|
},
|
|
3231
3231
|
"../shared-types/dist/Actor.js": {
|
|
3232
3232
|
"bytesInOutput": 31
|
|
@@ -3541,7 +3541,7 @@
|
|
|
3541
3541
|
"bytesInOutput": 751
|
|
3542
3542
|
}
|
|
3543
3543
|
},
|
|
3544
|
-
"bytes":
|
|
3544
|
+
"bytes": 250054
|
|
3545
3545
|
}
|
|
3546
3546
|
}
|
|
3547
3547
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/payments",
|
|
3
|
-
"version": "0.11.20-next-2025-08-11-
|
|
3
|
+
"version": "0.11.20-next-2025-08-11-15-36-54-00f8718f4.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.11.20-next-2025-08-11-
|
|
40
|
-
"@devvit/public-api": "0.11.20-next-2025-08-11-
|
|
41
|
-
"@devvit/shared-types": "0.11.20-next-2025-08-11-
|
|
39
|
+
"@devvit/protos": "0.11.20-next-2025-08-11-15-36-54-00f8718f4.0",
|
|
40
|
+
"@devvit/public-api": "0.11.20-next-2025-08-11-15-36-54-00f8718f4.0",
|
|
41
|
+
"@devvit/shared-types": "0.11.20-next-2025-08-11-15-36-54-00f8718f4.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@ampproject/filesize": "4.3.0",
|
|
45
|
-
"@devvit/repo-tools": "0.11.20-next-2025-08-11-
|
|
46
|
-
"@devvit/tsconfig": "0.11.20-next-2025-08-11-
|
|
45
|
+
"@devvit/repo-tools": "0.11.20-next-2025-08-11-15-36-54-00f8718f4.0",
|
|
46
|
+
"@devvit/tsconfig": "0.11.20-next-2025-08-11-15-36-54-00f8718f4.0",
|
|
47
47
|
"esbuild": "0.23.0",
|
|
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": "cc63a68c4cfd52c97427f24d71c2166d3d9109c2"
|
|
60
60
|
}
|