twitter-api-browser-js 0.0.9 → 0.0.10

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/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -196,7 +196,7 @@ export class TwitterAPIBrowser {
196
196
  features: null,
197
197
  fieldToggle: null,
198
198
  };
199
- if (featureSwitchesMap && Object.keys(featureSwitchesMap).length > 0) {
199
+ if (featureSwitchesMap) {
200
200
  body.features = featureSwitchesMap;
201
201
  }
202
202
  if (features) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twitter-api-browser-js",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {