@dyrected/core 1.0.3 → 1.0.4

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.cjs CHANGED
@@ -43,7 +43,7 @@ SITE CREDENTIALS
43
43
  ${config.siteName ? `Site Name : ${config.siteName}
44
44
  ` : ""}${isSelfHosted ? "" : `Site ID : ${config.siteId}
45
45
  API Key : ${config.apiKey}
46
- `}API URL : ${config.baseUrl || "https://api.dyrected.cloud"}
46
+ `}API URL : ${config.baseUrl || "http://localhost:3000"}
47
47
  `;
48
48
  const importantNotes = `
49
49
  \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501
@@ -326,8 +326,7 @@ onMounted(() => {
326
326
  `
327
327
  };
328
328
  return baseIntro + credentials + importantNotes + strategy + (frameworks[activeTab] || frameworks.next) + `
329
-
330
- API Reference: ${config.baseUrl || "http://localhost:3000"}/api/docs`;
329
+ API Reference: https://docs.dyrected.com`;
331
330
  }
332
331
 
333
332
  // src/utils/config.ts
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ SITE CREDENTIALS
17
17
  ${config.siteName ? `Site Name : ${config.siteName}
18
18
  ` : ""}${isSelfHosted ? "" : `Site ID : ${config.siteId}
19
19
  API Key : ${config.apiKey}
20
- `}API URL : ${config.baseUrl || "https://api.dyrected.cloud"}
20
+ `}API URL : ${config.baseUrl || "http://localhost:3000"}
21
21
  `;
22
22
  const importantNotes = `
23
23
  \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501
@@ -300,8 +300,7 @@ onMounted(() => {
300
300
  `
301
301
  };
302
302
  return baseIntro + credentials + importantNotes + strategy + (frameworks[activeTab] || frameworks.next) + `
303
-
304
- API Reference: ${config.baseUrl || "http://localhost:3000"}/api/docs`;
303
+ API Reference: https://docs.dyrected.com`;
305
304
  }
306
305
 
307
306
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyrected/core",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",