@devvit/public-api 0.13.0-next-2025-10-04-02-52-00-3c6373ae7.0 → 0.13.0-next-2025-10-06-17-31-35-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 +8 -8
package/meta.min.json
CHANGED
|
@@ -20,11 +20,6 @@
|
|
|
20
20
|
"imports": [],
|
|
21
21
|
"format": "esm"
|
|
22
22
|
},
|
|
23
|
-
"../shared/dist/types/baseContext.js": {
|
|
24
|
-
"bytes": 11,
|
|
25
|
-
"imports": [],
|
|
26
|
-
"format": "esm"
|
|
27
|
-
},
|
|
28
23
|
"../shared/dist/types/menu-item.js": {
|
|
29
24
|
"bytes": 11,
|
|
30
25
|
"imports": [],
|
|
@@ -71,6 +66,11 @@
|
|
|
71
66
|
"imports": [],
|
|
72
67
|
"format": "esm"
|
|
73
68
|
},
|
|
69
|
+
"../shared-types/dist/shared/baseContext.js": {
|
|
70
|
+
"bytes": 11,
|
|
71
|
+
"imports": [],
|
|
72
|
+
"format": "esm"
|
|
73
|
+
},
|
|
74
74
|
"../shared-types/dist/shared/form.js": {
|
|
75
75
|
"bytes": 177,
|
|
76
76
|
"imports": [],
|
|
@@ -93,13 +93,8 @@
|
|
|
93
93
|
"format": "esm"
|
|
94
94
|
},
|
|
95
95
|
"../shared/dist/index.js": {
|
|
96
|
-
"bytes":
|
|
96
|
+
"bytes": 356,
|
|
97
97
|
"imports": [
|
|
98
|
-
{
|
|
99
|
-
"path": "../shared/dist/types/baseContext.js",
|
|
100
|
-
"kind": "import-statement",
|
|
101
|
-
"original": "./types/baseContext.js"
|
|
102
|
-
},
|
|
103
98
|
{
|
|
104
99
|
"path": "../shared/dist/types/menu-item.js",
|
|
105
100
|
"kind": "import-statement",
|
|
@@ -125,6 +120,11 @@
|
|
|
125
120
|
"kind": "import-statement",
|
|
126
121
|
"original": "@devvit/shared-types/json.js"
|
|
127
122
|
},
|
|
123
|
+
{
|
|
124
|
+
"path": "../shared-types/dist/shared/baseContext.js",
|
|
125
|
+
"kind": "import-statement",
|
|
126
|
+
"original": "@devvit/shared-types/shared/baseContext.js"
|
|
127
|
+
},
|
|
128
128
|
{
|
|
129
129
|
"path": "../shared-types/dist/shared/form.js",
|
|
130
130
|
"kind": "import-statement",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/public-api",
|
|
3
|
-
"version": "0.13.0-next-2025-10-
|
|
3
|
+
"version": "0.13.0-next-2025-10-06-17-31-35-430902c23.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
},
|
|
37
37
|
"types": "./dist/index.d.ts",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@devvit/metrics": "0.13.0-next-2025-10-
|
|
40
|
-
"@devvit/protos": "0.13.0-next-2025-10-
|
|
41
|
-
"@devvit/shared": "0.13.0-next-2025-10-
|
|
42
|
-
"@devvit/shared-types": "0.13.0-next-2025-10-
|
|
39
|
+
"@devvit/metrics": "0.13.0-next-2025-10-06-17-31-35-430902c23.0",
|
|
40
|
+
"@devvit/protos": "0.13.0-next-2025-10-06-17-31-35-430902c23.0",
|
|
41
|
+
"@devvit/shared": "0.13.0-next-2025-10-06-17-31-35-430902c23.0",
|
|
42
|
+
"@devvit/shared-types": "0.13.0-next-2025-10-06-17-31-35-430902c23.0",
|
|
43
43
|
"base64-js": "1.5.1",
|
|
44
44
|
"clone-deep": "4.0.1",
|
|
45
45
|
"moderndash": "4.0.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@ampproject/filesize": "4.3.0",
|
|
49
|
-
"@devvit/repo-tools": "0.13.0-next-2025-10-
|
|
50
|
-
"@devvit/tsconfig": "0.13.0-next-2025-10-
|
|
49
|
+
"@devvit/repo-tools": "0.13.0-next-2025-10-06-17-31-35-430902c23.0",
|
|
50
|
+
"@devvit/tsconfig": "0.13.0-next-2025-10-06-17-31-35-430902c23.0",
|
|
51
51
|
"@reddit/faceplate-ui": "18.0.5",
|
|
52
52
|
"@types/clone-deep": "4.0.1",
|
|
53
53
|
"chokidar-cli": "3.0.0",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"source": "./src/index.ts",
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "7e9caece3210a233d5f1f6affe2a67020b1bf66f"
|
|
67
67
|
}
|