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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. 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),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xfeed",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Terminal-based X/Twitter viewer with vim-style navigation. Install with: bun install -g xfeed",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",