@devvit/public-api 0.11.8-next-2025-02-18-1461b01a0.0 → 0.11.8-next-2025-02-18-2c543294a.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.json +3 -3
- package/package.json +6 -6
- package/public-api.d.ts +1 -1
- package/public-api.iife.js +8 -27
package/meta.json
CHANGED
|
@@ -5878,7 +5878,7 @@
|
|
|
5878
5878
|
"format": "esm"
|
|
5879
5879
|
},
|
|
5880
5880
|
"../protos/dist/types/devvit/plugin/redditapi/flair/flair_svc.js": {
|
|
5881
|
-
"bytes":
|
|
5881
|
+
"bytes": 34149,
|
|
5882
5882
|
"imports": [
|
|
5883
5883
|
{
|
|
5884
5884
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -9890,7 +9890,7 @@
|
|
|
9890
9890
|
"bytesInOutput": 5611
|
|
9891
9891
|
},
|
|
9892
9892
|
"../protos/dist/types/devvit/plugin/redditapi/flair/flair_svc.js": {
|
|
9893
|
-
"bytesInOutput":
|
|
9893
|
+
"bytesInOutput": 20032
|
|
9894
9894
|
},
|
|
9895
9895
|
"../protos/dist/types/devvit/plugin/redditapi/flair/flair_msg.js": {
|
|
9896
9896
|
"bytesInOutput": 81647
|
|
@@ -10283,7 +10283,7 @@
|
|
|
10283
10283
|
"bytesInOutput": 2975
|
|
10284
10284
|
}
|
|
10285
10285
|
},
|
|
10286
|
-
"bytes":
|
|
10286
|
+
"bytes": 12390948
|
|
10287
10287
|
}
|
|
10288
10288
|
}
|
|
10289
10289
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/public-api",
|
|
3
|
-
"version": "0.11.8-next-2025-02-18-
|
|
3
|
+
"version": "0.11.8-next-2025-02-18-2c543294a.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
},
|
|
31
31
|
"types": "./index.d.ts",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@devvit/protos": "0.11.8-next-2025-02-18-
|
|
34
|
-
"@devvit/shared-types": "0.11.8-next-2025-02-18-
|
|
33
|
+
"@devvit/protos": "0.11.8-next-2025-02-18-2c543294a.0",
|
|
34
|
+
"@devvit/shared-types": "0.11.8-next-2025-02-18-2c543294a.0",
|
|
35
35
|
"base64-js": "1.5.1",
|
|
36
36
|
"clone-deep": "4.0.1",
|
|
37
37
|
"moderndash": "4.0.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@ampproject/filesize": "4.3.0",
|
|
41
|
-
"@devvit/repo-tools": "0.11.8-next-2025-02-18-
|
|
42
|
-
"@devvit/tsconfig": "0.11.8-next-2025-02-18-
|
|
41
|
+
"@devvit/repo-tools": "0.11.8-next-2025-02-18-2c543294a.0",
|
|
42
|
+
"@devvit/tsconfig": "0.11.8-next-2025-02-18-2c543294a.0",
|
|
43
43
|
"@microsoft/api-extractor": "7.41.0",
|
|
44
44
|
"@reddit/faceplate-ui": "18.0.1",
|
|
45
45
|
"@types/clone-deep": "4.0.1",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"source": "./src/index.ts",
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "d17a13a2fef5960ac0177b3e2530ae0ee721df8f"
|
|
64
64
|
}
|
package/public-api.d.ts
CHANGED
|
@@ -8993,7 +8993,7 @@ declare const FlairDefinition: {
|
|
|
8993
8993
|
readonly responseStream: false;
|
|
8994
8994
|
readonly options: {
|
|
8995
8995
|
readonly _unknownFields: {
|
|
8996
|
-
readonly 480010: readonly [Uint8Array, Uint8Array];
|
|
8996
|
+
readonly 480010: readonly [Uint8Array, Uint8Array, Uint8Array, Uint8Array, Uint8Array];
|
|
8997
8997
|
};
|
|
8998
8998
|
};
|
|
8999
8999
|
};
|