@owox/connectors 0.11.0-next-20251029075452 → 0.11.0-next-20251029120200

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.cjs CHANGED
@@ -4508,7 +4508,7 @@ const XAds = (function() {
4508
4508
  this.fieldsSchema = XAdsFieldsSchema;
4509
4509
  this._tweetsCache = /* @__PURE__ */ new Map();
4510
4510
  this._promotedTweetsCache = /* @__PURE__ */ new Map();
4511
- this.BASE_URL = "https://api.twitter.com/";
4511
+ this.BASE_URL = "https://ads-api.x.com/";
4512
4512
  }
4513
4513
  /**
4514
4514
  * Returns credential fields for this source
package/dist/index.js CHANGED
@@ -4513,7 +4513,7 @@ OPTIONS(description="${this.description}")`;
4513
4513
  this.fieldsSchema = XAdsFieldsSchema;
4514
4514
  this._tweetsCache = /* @__PURE__ */ new Map();
4515
4515
  this._promotedTweetsCache = /* @__PURE__ */ new Map();
4516
- this.BASE_URL = "https://api.twitter.com/";
4516
+ this.BASE_URL = "https://ads-api.x.com/";
4517
4517
  }
4518
4518
  /**
4519
4519
  * Returns credential fields for this source
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owox/connectors",
3
- "version": "0.11.0-next-20251029075452",
3
+ "version": "0.11.0-next-20251029120200",
4
4
  "description": "Connectors and storages for different data sources",
5
5
  "license": "MIT",
6
6
  "publishConfig": {