blaizejs 0.2.0 → 0.2.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 +1 -1
- package/dist/index.cjs +1567 -1567
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +687 -22
- package/dist/index.d.ts +687 -22
- package/dist/index.js +1567 -1567
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -604,7 +604,7 @@ console.log(postData.echo); // Type: string
|
|
|
604
604
|
|
|
605
605
|
```typescript
|
|
606
606
|
import { createClient } from '@blaizejs/client';
|
|
607
|
-
import type { ClientConfig } from '@blaizejs/
|
|
607
|
+
import type { ClientConfig } from '@blaizejs/client';
|
|
608
608
|
|
|
609
609
|
// Advanced client configuration
|
|
610
610
|
const config: ClientConfig = {
|