@xdevplatform/xdk 0.1.0 → 0.2.0-beta
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/README.md +4 -0
- package/dist/index.cjs +6638 -4083
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4702 -3762
- package/dist/index.d.ts +4702 -3762
- package/dist/index.js +6622 -4069
- package/dist/index.js.map +1 -1
- package/package.json +8 -3
- package/dist/.tsbuildinfo +0 -1
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
AUTO-GENERATED FILE - DO NOT EDIT
|
|
3
|
+
This file was automatically generated by the XDK build tool.
|
|
4
|
+
-->
|
|
1
5
|
# TypeScript XDK
|
|
2
6
|
|
|
3
7
|
A comprehensive TypeScript SDK for the X API (formerly Twitter API) with advanced features including smart pagination, multiple authentication methods, real-time streaming, and full type safety.
|