@royalti/syynk 0.1.0 → 0.1.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/dist/index.d.mts CHANGED
@@ -269,7 +269,7 @@ interface ApiErrorResponse {
269
269
  *
270
270
  * @example
271
271
  * ```typescript
272
- * import { SyynkClient } from '@syynk/sdk';
272
+ * import { SyynkClient } from '@royalti/syynk';
273
273
  *
274
274
  * const client = new SyynkClient({ apiKey: 'your-api-key' });
275
275
  *
package/dist/index.d.ts CHANGED
@@ -269,7 +269,7 @@ interface ApiErrorResponse {
269
269
  *
270
270
  * @example
271
271
  * ```typescript
272
- * import { SyynkClient } from '@syynk/sdk';
272
+ * import { SyynkClient } from '@royalti/syynk';
273
273
  *
274
274
  * const client = new SyynkClient({ apiKey: 'your-api-key' });
275
275
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royalti/syynk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "TypeScript SDK for Syynk API - transcribe audio and export synchronized lyrics/subtitles",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",