@devvit/payments 0.13.0-next-2025-10-04-02-52-00-3c6373ae7.0 → 0.13.0-next-2025-10-06-17-22-07-430902c23.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 +11 -11
- package/package.json +7 -7
package/meta.min.json
CHANGED
|
@@ -31,11 +31,6 @@
|
|
|
31
31
|
"imports": [],
|
|
32
32
|
"format": "esm"
|
|
33
33
|
},
|
|
34
|
-
"../shared/dist/types/baseContext.js": {
|
|
35
|
-
"bytes": 11,
|
|
36
|
-
"imports": [],
|
|
37
|
-
"format": "esm"
|
|
38
|
-
},
|
|
39
34
|
"../shared/dist/types/menu-item.js": {
|
|
40
35
|
"bytes": 11,
|
|
41
36
|
"imports": [],
|
|
@@ -82,6 +77,11 @@
|
|
|
82
77
|
"imports": [],
|
|
83
78
|
"format": "esm"
|
|
84
79
|
},
|
|
80
|
+
"../shared-types/dist/shared/baseContext.js": {
|
|
81
|
+
"bytes": 11,
|
|
82
|
+
"imports": [],
|
|
83
|
+
"format": "esm"
|
|
84
|
+
},
|
|
85
85
|
"../shared-types/dist/shared/form.js": {
|
|
86
86
|
"bytes": 177,
|
|
87
87
|
"imports": [],
|
|
@@ -104,13 +104,8 @@
|
|
|
104
104
|
"format": "esm"
|
|
105
105
|
},
|
|
106
106
|
"../shared/dist/index.js": {
|
|
107
|
-
"bytes":
|
|
107
|
+
"bytes": 356,
|
|
108
108
|
"imports": [
|
|
109
|
-
{
|
|
110
|
-
"path": "../shared/dist/types/baseContext.js",
|
|
111
|
-
"kind": "import-statement",
|
|
112
|
-
"original": "./types/baseContext.js"
|
|
113
|
-
},
|
|
114
109
|
{
|
|
115
110
|
"path": "../shared/dist/types/menu-item.js",
|
|
116
111
|
"kind": "import-statement",
|
|
@@ -136,6 +131,11 @@
|
|
|
136
131
|
"kind": "import-statement",
|
|
137
132
|
"original": "@devvit/shared-types/json.js"
|
|
138
133
|
},
|
|
134
|
+
{
|
|
135
|
+
"path": "../shared-types/dist/shared/baseContext.js",
|
|
136
|
+
"kind": "import-statement",
|
|
137
|
+
"original": "@devvit/shared-types/shared/baseContext.js"
|
|
138
|
+
},
|
|
139
139
|
{
|
|
140
140
|
"path": "../shared-types/dist/shared/form.js",
|
|
141
141
|
"kind": "import-statement",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/payments",
|
|
3
|
-
"version": "0.13.0-next-2025-10-
|
|
3
|
+
"version": "0.13.0-next-2025-10-06-17-22-07-430902c23.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.13.0-next-2025-10-
|
|
40
|
-
"@devvit/public-api": "0.13.0-next-2025-10-
|
|
41
|
-
"@devvit/shared-types": "0.13.0-next-2025-10-
|
|
39
|
+
"@devvit/protos": "0.13.0-next-2025-10-06-17-22-07-430902c23.0",
|
|
40
|
+
"@devvit/public-api": "0.13.0-next-2025-10-06-17-22-07-430902c23.0",
|
|
41
|
+
"@devvit/shared-types": "0.13.0-next-2025-10-06-17-22-07-430902c23.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@ampproject/filesize": "4.3.0",
|
|
45
|
-
"@devvit/repo-tools": "0.13.0-next-2025-10-
|
|
46
|
-
"@devvit/tsconfig": "0.13.0-next-2025-10-
|
|
45
|
+
"@devvit/repo-tools": "0.13.0-next-2025-10-06-17-22-07-430902c23.0",
|
|
46
|
+
"@devvit/tsconfig": "0.13.0-next-2025-10-06-17-22-07-430902c23.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": "bf7c8f6e794edd496cf8071c2072f3adef60883d"
|
|
60
60
|
}
|