@usesocial/cli 0.12.0 → 0.12.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @usesocial/cli
2
2
 
3
+ ## 0.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#72](https://github.com/usesocial/monorepo/pull/72) [`affa4d3`](https://github.com/usesocial/monorepo/commit/affa4d30c27cdad8512893065ebd2df080b79aca) Thanks [@CyrusNuevoDia](https://github.com/CyrusNuevoDia)! - Fix X list OAuth scopes and list read field presets.
8
+
3
9
  ## 0.12.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.mjs CHANGED
@@ -21098,9 +21098,9 @@ const buildDelete = (deps) => {
21098
21098
  });
21099
21099
  };
21100
21100
  const listFields = "created_at,description,follower_count,id,member_count,name,owner_id,private";
21101
- const listUserFields = "affiliation,confirmed_email,connection_status,created_at,description,entities,id,is_identity_verified,location,most_recent_tweet_id,name,parody,pinned_tweet_id,profile_banner_url,profile_image_url,protected,public_metrics,receives_your_dm,subscription,subscription_type,url,username,verified,verified_followers_count,verified_type,withheld";
21101
+ const listUserFields = "affiliation,created_at,description,entities,id,is_identity_verified,location,most_recent_tweet_id,name,parody,pinned_tweet_id,profile_banner_url,profile_image_url,protected,public_metrics,subscription,subscription_type,url,username,verified,verified_followers_count,verified_type,withheld";
21102
21102
  const listMemberExpansions = "affiliation.user_id,most_recent_tweet_id,pinned_tweet_id";
21103
- const listMemberTweetFields = "article,attachments,author_id,card_uri,community_id,context_annotations,conversation_id,created_at,display_text_range,edit_controls,edit_history_tweet_ids,entities,geo,id,in_reply_to_user_id,lang,matched_media_notes,media_metadata,non_public_metrics,note_request_suggestions,note_tweet,organic_metrics,paid_partnership,possibly_sensitive,promoted_metrics,public_metrics,referenced_tweets,reply_settings,scopes,source,suggested_source_links,suggested_source_links_with_counts,text,withheld";
21103
+ const listMemberTweetFields = "article,attachments,author_id,card_uri,community_id,context_annotations,conversation_id,created_at,display_text_range,edit_controls,edit_history_tweet_ids,entities,geo,id,in_reply_to_user_id,lang,matched_media_notes,media_metadata,note_request_suggestions,note_tweet,paid_partnership,possibly_sensitive,public_metrics,referenced_tweets,reply_settings,scopes,source,suggested_source_links,suggested_source_links_with_counts,text,withheld";
21104
21104
  const listReadParams = () => {
21105
21105
  const params = new URLSearchParams();
21106
21106
  params.set("list.fields", listFields);
@@ -23913,7 +23913,7 @@ function createEnv(opts) {
23913
23913
  }
23914
23914
  //#endregion
23915
23915
  //#region package.json
23916
- var version$1 = "0.12.0";
23916
+ var version$1 = "0.12.1";
23917
23917
  //#endregion
23918
23918
  //#region src/lib/env.ts
23919
23919
  const URLWithTrailingSlash = url().transform(ensureTrailingSlash);