@jagoankode/api-client 1.0.0 → 1.0.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/init.js CHANGED
@@ -5614,7 +5614,7 @@ program2.command("init").description("Initialize the API Tester route in your Ne
5614
5614
  import_fs_extra.default.ensureDirSync(routeDir);
5615
5615
  const pageContent = `"use client";
5616
5616
 
5617
- import { ApiTester } from "api-client";
5617
+ import { ApiTester } from "@jagoankode/api-client";
5618
5618
 
5619
5619
  export default function ApiTesterPage() {
5620
5620
  return <ApiTester />;