dbnexus 0.1.0 → 0.1.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/api.js CHANGED
@@ -85677,6 +85677,10 @@ async function bootstrap() {
85677
85677
  app.setGlobalPrefix("api");
85678
85678
  if (!isDev) {
85679
85679
  const possiblePaths = [
85680
+ path2.join(__dirname2, "web"),
85681
+ // When installed globally (api.js and web/ are siblings)
85682
+ path2.join(__dirname2, "..", "web"),
85683
+ // Alternative: one level up
85680
85684
  path2.join(__dirname2, "..", "..", "web", "dist"),
85681
85685
  // When running from built CLI
85682
85686
  path2.join(__dirname2, "..", "..", "..", "web", "dist"),
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ for (let i = 0; i < args.length; i++) {
32
32
  }
33
33
 
34
34
  if (showVersion) {
35
- console.log('0.1.0');
35
+ console.log('0.1.1');
36
36
  process.exit(0);
37
37
  }
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbnexus",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Database management tool with web UI - like Prisma Studio for any database",
5
5
  "keywords": [
6
6
  "database",