@saishnarvekar/plugin-elastic-devtool-backend 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.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,10 +49,11 @@ backend.add(elasticDevToolPlugin());
49
49
  Configure your Elasticsearch connection in `app-config.yaml`:
50
50
 
51
51
  ```yaml
52
- elastic:
53
- baseUrl: 'http://localhost:9200'
54
- username: 'elastic' # optional
55
- password: 'password' # optional
52
+ elastic-devtool:
53
+ elasticsearch:
54
+ node: 'https://localhost:9200'
55
+ username: 'elastic' # optional
56
+ password: 'password' # optional
56
57
  ```
57
58
 
58
59
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saishnarvekar/plugin-elastic-devtool-backend",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",