@devvit/payments 0.11.20-next-2025-08-05-17-22-42-748be7aa5.0 → 0.11.20-next-2025-08-06-15-03-14-c459c7bda.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 +5 -5
- package/package.json +7 -7
- package/payments.min.js +1 -1
- package/payments.min.js.map +2 -2
package/meta.min.json
CHANGED
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"format": "esm"
|
|
178
178
|
},
|
|
179
179
|
"../public-api/dist/types/icons.js": {
|
|
180
|
-
"bytes":
|
|
180
|
+
"bytes": 5213,
|
|
181
181
|
"imports": [],
|
|
182
182
|
"format": "esm"
|
|
183
183
|
},
|
|
@@ -802,7 +802,7 @@
|
|
|
802
802
|
"format": "esm"
|
|
803
803
|
},
|
|
804
804
|
"../public-api/dist/devvit/internals/semanticColors.js": {
|
|
805
|
-
"bytes":
|
|
805
|
+
"bytes": 25375,
|
|
806
806
|
"imports": [],
|
|
807
807
|
"format": "esm"
|
|
808
808
|
},
|
|
@@ -2926,7 +2926,7 @@
|
|
|
2926
2926
|
"imports": [],
|
|
2927
2927
|
"exports": [],
|
|
2928
2928
|
"inputs": {},
|
|
2929
|
-
"bytes":
|
|
2929
|
+
"bytes": 1132618
|
|
2930
2930
|
},
|
|
2931
2931
|
"dist/payments.min.js": {
|
|
2932
2932
|
"imports": [
|
|
@@ -3338,7 +3338,7 @@
|
|
|
3338
3338
|
"bytesInOutput": 10776
|
|
3339
3339
|
},
|
|
3340
3340
|
"../public-api/dist/devvit/internals/semanticColors.js": {
|
|
3341
|
-
"bytesInOutput":
|
|
3341
|
+
"bytesInOutput": 17012
|
|
3342
3342
|
},
|
|
3343
3343
|
"../public-api/dist/devvit/internals/helpers/color.js": {
|
|
3344
3344
|
"bytesInOutput": 3463
|
|
@@ -3521,7 +3521,7 @@
|
|
|
3521
3521
|
"bytesInOutput": 751
|
|
3522
3522
|
}
|
|
3523
3523
|
},
|
|
3524
|
-
"bytes":
|
|
3524
|
+
"bytes": 250052
|
|
3525
3525
|
}
|
|
3526
3526
|
}
|
|
3527
3527
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/payments",
|
|
3
|
-
"version": "0.11.20-next-2025-08-
|
|
3
|
+
"version": "0.11.20-next-2025-08-06-15-03-14-c459c7bda.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-08-
|
|
29
|
-
"@devvit/public-api": "0.11.20-next-2025-08-
|
|
30
|
-
"@devvit/shared-types": "0.11.20-next-2025-08-
|
|
28
|
+
"@devvit/protos": "0.11.20-next-2025-08-06-15-03-14-c459c7bda.0",
|
|
29
|
+
"@devvit/public-api": "0.11.20-next-2025-08-06-15-03-14-c459c7bda.0",
|
|
30
|
+
"@devvit/shared-types": "0.11.20-next-2025-08-06-15-03-14-c459c7bda.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@ampproject/filesize": "4.3.0",
|
|
34
|
-
"@devvit/repo-tools": "0.11.20-next-2025-08-
|
|
35
|
-
"@devvit/tsconfig": "0.11.20-next-2025-08-
|
|
34
|
+
"@devvit/repo-tools": "0.11.20-next-2025-08-06-15-03-14-c459c7bda.0",
|
|
35
|
+
"@devvit/tsconfig": "0.11.20-next-2025-08-06-15-03-14-c459c7bda.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": "9308db127790842a16786b46ca735eddecfafe1e"
|
|
52
52
|
}
|