xfeed 0.1.4 → 0.1.5
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/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9156,7 +9156,8 @@ ${body}`;
|
|
|
9156
9156
|
freedom_of_speech_not_reach_fetch_enabled: true,
|
|
9157
9157
|
standardized_nudges_misinfo: true,
|
|
9158
9158
|
tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled: true,
|
|
9159
|
-
rweb_video_timestamps_enabled: true
|
|
9159
|
+
rweb_video_timestamps_enabled: true,
|
|
9160
|
+
responsive_web_grok_annotations_enabled: false
|
|
9160
9161
|
};
|
|
9161
9162
|
const params = new URLSearchParams({
|
|
9162
9163
|
variables: JSON.stringify(variables),
|