@bufferapp/publish-utils
Advanced tools
Comparing version 1.2.9 to 1.4.0
{ | ||
"name": "@bufferapp/publish-utils", | ||
"version": "1.2.9", | ||
"version": "1.4.0", | ||
"description": "Misc. utils for dates, parsing, etc.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,2 +18,3 @@ module.exports = profile => ({ | ||
service_username: profile.service_username, | ||
should_post_direct: profile.should_post_direct, | ||
formatted_username: profile.formatted_username, | ||
@@ -20,0 +21,0 @@ subprofiles: profile.subprofiles, |
@@ -19,2 +19,3 @@ module.exports = userData => ({ | ||
week_starts_monday: userData.week_starts_monday, | ||
has_ig_direct_flip: userData.features.includes('instagram_direct_posting'), | ||
}); |
76041
1471