@aiqa/sdk 0.0.1 → 0.0.2

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 CHANGED
@@ -19,7 +19,9 @@ A TypeScript/JavaScript SDK for interacting with the AIQA WebSocket service. Thi
19
19
 
20
20
  ## Installation
21
21
 
22
- The SDK can be used directly in your project. The Socket.IO client is bundled with the SDK.
22
+ ```
23
+ npm install @aiqa/sdk
24
+ ```
23
25
 
24
26
  ## Getting Started
25
27
 
@@ -318,4 +320,4 @@ The server emits an `app_version` payload with `{ min, max }` supported SDK vers
318
320
 
319
321
  ## License
320
322
 
321
- [Add your license information here]
323
+ MIT
@@ -0,0 +1,2 @@
1
+
2
+ export { }