dbgate-serve 5.1.5 → 5.1.7-alpha.13

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/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -14,7 +14,7 @@ After installing, you can run dbgate with command:
14
14
  dbgate-serve
15
15
  ```
16
16
 
17
- Then open http://localhost:5000 in your browser
17
+ Then open http://localhost:3000 in your browser
18
18
 
19
19
  ## Download electron app
20
20
  You can also download binary packages from https://dbgate.org . Or run from source code, as described on [github](https://github.com/dbgate/dbgate)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbgate-serve",
3
- "version": "5.1.5",
3
+ "version": "5.1.7-alpha.13",
4
4
  "homepage": "https://dbgate.org/",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,15 +18,15 @@
18
18
  "web"
19
19
  ],
20
20
  "dependencies": {
21
- "dbgate-api": "^5.1.5",
22
- "dbgate-plugin-csv": "^5.1.5",
23
- "dbgate-plugin-excel": "^5.1.5",
24
- "dbgate-plugin-mongo": "^5.1.5",
25
- "dbgate-plugin-mssql": "^5.1.5",
26
- "dbgate-plugin-mysql": "^5.1.5",
27
- "dbgate-plugin-postgres": "^5.1.5",
28
- "dbgate-plugin-xml": "^5.1.5",
29
- "dbgate-web": "^5.1.5",
21
+ "dbgate-api": "^5.1.7-alpha.13",
22
+ "dbgate-plugin-csv": "^5.1.7-alpha.13",
23
+ "dbgate-plugin-excel": "^5.1.7-alpha.13",
24
+ "dbgate-plugin-mongo": "^5.1.7-alpha.13",
25
+ "dbgate-plugin-mssql": "^5.1.7-alpha.13",
26
+ "dbgate-plugin-mysql": "^5.1.7-alpha.13",
27
+ "dbgate-plugin-postgres": "^5.1.7-alpha.13",
28
+ "dbgate-plugin-xml": "^5.1.7-alpha.13",
29
+ "dbgate-web": "^5.1.7-alpha.13",
30
30
  "dotenv": "^16.0.0"
31
31
  }
32
32
  }