adminforth 3.0.0-next.2 → 3.0.0-next.3

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.
Files changed (2) hide show
  1. package/dist/index.js +13 -13
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -317,19 +317,19 @@ class AdminForth {
317
317
  }
318
318
  catch (e) {
319
319
  throw new Error(`
320
- ╔════════════════════════════════════════════════════════════════════════════╗
321
-
322
- ║ ❌ CONNECTOR IMPORT ERROR
323
- ──────────────────────────────────────────────────────────────────────── ║
324
-
325
- ║ Error while importing ${connectorName}
326
-
327
- ║ 💡 SOLUTION
328
- ║ Install the required package:
329
-
330
- ║ ${doesUserHavePnpmLock ? `pnpm add @adminforth/connector-${connectorName}` : `npm install @adminforth/connector-${connectorName}`}
331
-
332
- ╚════════════════════════════════════════════════════════════════════════════╝
320
+ ╔════════════════════════════════════════════════════════════════════════════
321
+
322
+ ║ ❌ CONNECTOR IMPORT ERROR
323
+ ──────────────────────────────────────────────────────────────────────────
324
+
325
+ ║ Error while importing ${connectorName} connector
326
+
327
+ ║ 💡 SOLUTION
328
+ ║ Install the required package:
329
+
330
+ ║ ${doesUserHavePnpmLock ? `pnpm add @adminforth/connector-${connectorName}` : `npm install @adminforth/connector-${connectorName}`}
331
+
332
+ ╚════════════════════════════════════════════════════════════════════════════
333
333
  `);
334
334
  }
335
335
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "3.0.0-next.2",
3
+ "version": "3.0.0-next.3",
4
4
  "description": "OpenSource Agent-Native forth-generation admin panel",
5
5
  "keywords": [
6
6
  "adminforth",