dbgate-serve-premium 6.1.2 → 6.1.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/README.md +1 -1
  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.html) page.
44
+ You could find more about environment variable configuration on [DbGate docs](https://dbgate.org/docs/env-variables/) page.
45
45
 
46
46
  After installing, you can run dbgate with command:
47
47
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbgate-serve-premium",
3
- "version": "6.1.2",
3
+ "version": "6.1.3",
4
4
  "homepage": "https://dbgate.org/",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,20 +18,20 @@
18
18
  "web"
19
19
  ],
20
20
  "dependencies": {
21
- "dbgate-plugin-clickhouse": "^6.1.2",
22
- "dbgate-plugin-csv": "^6.1.2",
23
- "dbgate-plugin-excel": "^6.1.2",
24
- "dbgate-plugin-mongo": "^6.1.2",
25
- "dbgate-plugin-mssql": "^6.1.2",
26
- "dbgate-plugin-mysql": "^6.1.2",
27
- "dbgate-plugin-oracle": "^6.1.2",
28
- "dbgate-plugin-postgres": "^6.1.2",
29
- "dbgate-plugin-redis": "^6.1.2",
30
- "dbgate-plugin-sqlite": "^6.1.2",
31
- "dbgate-plugin-xml": "^6.1.2",
21
+ "dbgate-plugin-clickhouse": "^6.1.3",
22
+ "dbgate-plugin-csv": "^6.1.3",
23
+ "dbgate-plugin-excel": "^6.1.3",
24
+ "dbgate-plugin-mongo": "^6.1.3",
25
+ "dbgate-plugin-mssql": "^6.1.3",
26
+ "dbgate-plugin-mysql": "^6.1.3",
27
+ "dbgate-plugin-oracle": "^6.1.3",
28
+ "dbgate-plugin-postgres": "^6.1.3",
29
+ "dbgate-plugin-redis": "^6.1.3",
30
+ "dbgate-plugin-sqlite": "^6.1.3",
31
+ "dbgate-plugin-xml": "^6.1.3",
32
32
  "dotenv": "^16.0.0",
33
- "dbgate-api-premium": "^6.1.2",
34
- "dbgate-web-premium": "^6.1.2",
35
- "dbgate-plugin-cosmosdb": "^6.1.2"
33
+ "dbgate-api-premium": "^6.1.3",
34
+ "dbgate-web-premium": "^6.1.3",
35
+ "dbgate-plugin-cosmosdb": "^6.1.3"
36
36
  }
37
37
  }