@jarve/bug-reporter 0.1.0 → 0.2.0

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
@@ -54,7 +54,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
54
54
  <html>
55
55
  <body>
56
56
  <JarveBugReporter
57
- apiUrl="https://jarve.com.au/api/bug-reporter/external"
57
+ apiUrl="https://www.jarve.com.au/api/bug-reporter/external"
58
58
  apiKey="brk_your_api_key_here"
59
59
  user={{ name: 'James', email: 'james@example.com' }}
60
60
  >
package/dist/index.d.mts CHANGED
@@ -10,7 +10,7 @@ interface BugReporterApiConfig {
10
10
  }
11
11
 
12
12
  interface JarveBugReporterProps {
13
- /** Base URL for the external bug reporter API (e.g. "https://jarve.com.au/api/bug-reporter/external") */
13
+ /** Base URL for the external bug reporter API (e.g. "https://www.jarve.com.au/api/bug-reporter/external") */
14
14
  apiUrl: string;
15
15
  /** API key for your site (starts with "brk_") */
16
16
  apiKey: string;
package/dist/index.d.ts CHANGED
@@ -10,7 +10,7 @@ interface BugReporterApiConfig {
10
10
  }
11
11
 
12
12
  interface JarveBugReporterProps {
13
- /** Base URL for the external bug reporter API (e.g. "https://jarve.com.au/api/bug-reporter/external") */
13
+ /** Base URL for the external bug reporter API (e.g. "https://www.jarve.com.au/api/bug-reporter/external") */
14
14
  apiUrl: string;
15
15
  /** API key for your site (starts with "brk_") */
16
16
  apiKey: string;