@owox/connectors 0.11.0-next-20251029073600 → 0.11.0-next-20251029115815
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
4516
|
+
this.BASE_URL = "https://ads-api.x.com/";
|
|
4517
4517
|
}
|
|
4518
4518
|
/**
|
|
4519
4519
|
* Returns credential fields for this source
|