@devvit/public-api 0.12.6-next-2025-12-03-14-21-44-cdb51862c.0 → 0.12.6-next-2025-12-03-17-33-09-baac23175.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/public-api.min.js +1 -1
- package/public-api.min.js.map +2 -2
package/meta.min.json
CHANGED
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
"format": "esm"
|
|
351
351
|
},
|
|
352
352
|
"../shared-types/dist/Header.js": {
|
|
353
|
-
"bytes":
|
|
353
|
+
"bytes": 2505,
|
|
354
354
|
"imports": [],
|
|
355
355
|
"format": "esm"
|
|
356
356
|
},
|
|
@@ -2700,7 +2700,7 @@
|
|
|
2700
2700
|
"imports": [],
|
|
2701
2701
|
"exports": [],
|
|
2702
2702
|
"inputs": {},
|
|
2703
|
-
"bytes":
|
|
2703
|
+
"bytes": 1097960
|
|
2704
2704
|
},
|
|
2705
2705
|
"dist/public-api.min.js": {
|
|
2706
2706
|
"imports": [
|
|
@@ -3058,7 +3058,7 @@
|
|
|
3058
3058
|
"bytesInOutput": 1538
|
|
3059
3059
|
},
|
|
3060
3060
|
"../shared-types/dist/Header.js": {
|
|
3061
|
-
"bytesInOutput":
|
|
3061
|
+
"bytesInOutput": 1248
|
|
3062
3062
|
},
|
|
3063
3063
|
"src/apis/ui/helpers/getFormValues.ts": {
|
|
3064
3064
|
"bytesInOutput": 436
|
|
@@ -3307,7 +3307,7 @@
|
|
|
3307
3307
|
"bytesInOutput": 357
|
|
3308
3308
|
}
|
|
3309
3309
|
},
|
|
3310
|
-
"bytes":
|
|
3310
|
+
"bytes": 225632
|
|
3311
3311
|
}
|
|
3312
3312
|
}
|
|
3313
3313
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/public-api",
|
|
3
|
-
"version": "0.12.6-next-2025-12-03-
|
|
3
|
+
"version": "0.12.6-next-2025-12-03-17-33-09-baac23175.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.12.6-next-2025-12-03-
|
|
40
|
-
"@devvit/protos": "0.12.6-next-2025-12-03-
|
|
41
|
-
"@devvit/shared": "0.12.6-next-2025-12-03-
|
|
42
|
-
"@devvit/shared-types": "0.12.6-next-2025-12-03-
|
|
39
|
+
"@devvit/metrics": "0.12.6-next-2025-12-03-17-33-09-baac23175.0",
|
|
40
|
+
"@devvit/protos": "0.12.6-next-2025-12-03-17-33-09-baac23175.0",
|
|
41
|
+
"@devvit/shared": "0.12.6-next-2025-12-03-17-33-09-baac23175.0",
|
|
42
|
+
"@devvit/shared-types": "0.12.6-next-2025-12-03-17-33-09-baac23175.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.12.6-next-2025-12-03-
|
|
50
|
-
"@devvit/tsconfig": "0.12.6-next-2025-12-03-
|
|
49
|
+
"@devvit/repo-tools": "0.12.6-next-2025-12-03-17-33-09-baac23175.0",
|
|
50
|
+
"@devvit/tsconfig": "0.12.6-next-2025-12-03-17-33-09-baac23175.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": "5e13cfad33aaf2db7fda17c04693f18cf617cb07"
|
|
67
67
|
}
|