mixpeek 1.3.0 → 1.3.1
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 +3 -3
- package/dist/index.d.mts +80 -84620
- package/dist/index.d.ts +80 -84620
- package/dist/index.js +88 -43874
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +87 -43376
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -5
- package/dist/lib/index.d.mts +0 -123
- package/dist/lib/index.d.ts +0 -123
- package/dist/lib/index.js +0 -118
- package/dist/lib/index.js.map +0 -1
- package/dist/lib/index.mjs +0 -112
- package/dist/lib/index.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -312,8 +312,8 @@ For complete API documentation, visit:
|
|
|
312
312
|
|
|
313
313
|
```bash
|
|
314
314
|
# Clone the repository
|
|
315
|
-
git clone https://github.com/mixpeek/
|
|
316
|
-
cd
|
|
315
|
+
git clone https://github.com/mixpeek/javascript-sdk.git
|
|
316
|
+
cd javascript-sdk
|
|
317
317
|
|
|
318
318
|
# Install dependencies
|
|
319
319
|
npm install
|
|
@@ -352,7 +352,7 @@ We welcome contributions! Please see our [Contributing Guide](../../CONTRIBUTING
|
|
|
352
352
|
- **Documentation**: https://docs.mixpeek.com
|
|
353
353
|
- **Discord**: https://discord.gg/mixpeek
|
|
354
354
|
- **Email**: support@mixpeek.com
|
|
355
|
-
- **GitHub Issues**: https://github.com/mixpeek/
|
|
355
|
+
- **GitHub Issues**: https://github.com/mixpeek/javascript-sdk/issues
|
|
356
356
|
|
|
357
357
|
## License
|
|
358
358
|
|