dbgate-serve 7.0.4 → 7.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +15 -15
package/README.md CHANGED
@@ -41,7 +41,7 @@ STORAGE_DATABASE=dbname
41
41
  STORAGE_ENGINE=mysql@dbgate-plugin-mysql
42
42
  ```
43
43
 
44
- You could find more about environment variable configuration on [DbGate docs](https://dbgate.org/docs/env-variables/) page.
44
+ You could find more about environment variable configuration on [DbGate docs](https://docs.dbgate.io/env-variables/) page.
45
45
 
46
46
  After installing, you can run dbgate with command:
47
47
  ```sh
@@ -65,7 +65,7 @@ dbgate-serve
65
65
  Then open http://localhost:3000 in your browser
66
66
 
67
67
  ## Download desktop app
68
- You can also download binary packages for desktop app from https://dbgate.org . Or run from source code, as described on [github](https://github.com/dbgate/dbgate)
68
+ You can also download binary packages for desktop app from https://www.dbgate.io . Or run from source code, as described on [github](https://github.com/dbgate/dbgate)
69
69
 
70
70
  ## Use Oracle with Instant client (thick mode)
71
71
  If you are Oracle database user and you would like to use Oracle instant client (thick mode) instead of thin mode (pure JS NPM package), please make the following:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dbgate-serve",
3
- "version": "7.0.4",
4
- "homepage": "https://dbgate.org/",
3
+ "version": "7.1.0",
4
+ "homepage": "https://www.dbgate.io/",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/dbgate/dbgate.git"
@@ -18,19 +18,19 @@
18
18
  "web"
19
19
  ],
20
20
  "dependencies": {
21
- "dbgate-api": "^7.0.4",
22
- "dbgate-plugin-clickhouse": "^7.0.4",
23
- "dbgate-plugin-csv": "^7.0.4",
24
- "dbgate-plugin-excel": "^7.0.4",
25
- "dbgate-plugin-mongo": "^7.0.4",
26
- "dbgate-plugin-mssql": "^7.0.4",
27
- "dbgate-plugin-mysql": "^7.0.4",
28
- "dbgate-plugin-oracle": "^7.0.4",
29
- "dbgate-plugin-postgres": "^7.0.4",
30
- "dbgate-plugin-redis": "^7.0.4",
31
- "dbgate-plugin-sqlite": "^7.0.4",
32
- "dbgate-plugin-xml": "^7.0.4",
33
- "dbgate-web": "^7.0.4",
21
+ "dbgate-api": "^7.1.0",
22
+ "dbgate-plugin-clickhouse": "^7.1.0",
23
+ "dbgate-plugin-csv": "^7.1.0",
24
+ "dbgate-plugin-excel": "^7.1.0",
25
+ "dbgate-plugin-mongo": "^7.1.0",
26
+ "dbgate-plugin-mssql": "^7.1.0",
27
+ "dbgate-plugin-mysql": "^7.1.0",
28
+ "dbgate-plugin-oracle": "^7.1.0",
29
+ "dbgate-plugin-postgres": "^7.1.0",
30
+ "dbgate-plugin-redis": "^7.1.0",
31
+ "dbgate-plugin-sqlite": "^7.1.0",
32
+ "dbgate-plugin-xml": "^7.1.0",
33
+ "dbgate-web": "^7.1.0",
34
34
  "dotenv": "^16.0.0"
35
35
  }
36
36
  }