@devvit/payments 0.12.7-next-2025-12-17-23-06-32-bc03dd9b0.0 → 0.12.7-next-2025-12-17-23-34-38-d1522b0e1.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
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
"format": "esm"
|
|
559
559
|
},
|
|
560
560
|
"../public-api/dist/apis/redis/RedisClient.js": {
|
|
561
|
-
"bytes":
|
|
561
|
+
"bytes": 32766,
|
|
562
562
|
"imports": [
|
|
563
563
|
{
|
|
564
564
|
"path": "@devvit/protos",
|
|
@@ -2981,7 +2981,7 @@
|
|
|
2981
2981
|
"imports": [],
|
|
2982
2982
|
"exports": [],
|
|
2983
2983
|
"inputs": {},
|
|
2984
|
-
"bytes":
|
|
2984
|
+
"bytes": 1152144
|
|
2985
2985
|
},
|
|
2986
2986
|
"dist/payments.min.js": {
|
|
2987
2987
|
"imports": [
|
|
@@ -3365,7 +3365,7 @@
|
|
|
3365
3365
|
"bytesInOutput": 1365
|
|
3366
3366
|
},
|
|
3367
3367
|
"../public-api/dist/apis/redis/RedisClient.js": {
|
|
3368
|
-
"bytesInOutput":
|
|
3368
|
+
"bytesInOutput": 13906
|
|
3369
3369
|
},
|
|
3370
3370
|
"../public-api/dist/apis/scheduler/SchedulerClient.js": {
|
|
3371
3371
|
"bytesInOutput": 1407
|
|
@@ -3584,7 +3584,7 @@
|
|
|
3584
3584
|
"bytesInOutput": 751
|
|
3585
3585
|
}
|
|
3586
3586
|
},
|
|
3587
|
-
"bytes":
|
|
3587
|
+
"bytes": 254873
|
|
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.7-next-2025-12-17-23-
|
|
3
|
+
"version": "0.12.7-next-2025-12-17-23-34-38-d1522b0e1.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-17-23-
|
|
49
|
-
"@devvit/public-api": "0.12.7-next-2025-12-17-23-
|
|
50
|
-
"@devvit/server": "0.12.7-next-2025-12-17-23-
|
|
51
|
-
"@devvit/shared-types": "0.12.7-next-2025-12-17-23-
|
|
48
|
+
"@devvit/protos": "0.12.7-next-2025-12-17-23-34-38-d1522b0e1.0",
|
|
49
|
+
"@devvit/public-api": "0.12.7-next-2025-12-17-23-34-38-d1522b0e1.0",
|
|
50
|
+
"@devvit/server": "0.12.7-next-2025-12-17-23-34-38-d1522b0e1.0",
|
|
51
|
+
"@devvit/shared-types": "0.12.7-next-2025-12-17-23-34-38-d1522b0e1.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@ampproject/filesize": "4.3.0",
|
|
55
|
-
"@devvit/repo-tools": "0.12.7-next-2025-12-17-23-
|
|
56
|
-
"@devvit/tsconfig": "0.12.7-next-2025-12-17-23-
|
|
55
|
+
"@devvit/repo-tools": "0.12.7-next-2025-12-17-23-34-38-d1522b0e1.0",
|
|
56
|
+
"@devvit/tsconfig": "0.12.7-next-2025-12-17-23-34-38-d1522b0e1.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": "c814711aa4b8c91dfc82426539f13e88b300000d"
|
|
70
70
|
}
|