hyperterse 1.0.0 → 1.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
 
3
- ![Hyperterse](docs/public/og.png)
3
+ [![Hyperterse](docs/public/og.png)](https://docs.hyperterse.com)
4
4
 
5
5
  # Hyperterse
6
6
 
@@ -107,6 +107,8 @@ For more installation options, see the [installation guide](https://docs.hyperte
107
107
  Create a configuration file:
108
108
 
109
109
  ```yaml
110
+ name: my-api
111
+
110
112
  adapters:
111
113
  my_database:
112
114
  connector: postgres
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyperterse",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "description": "A declarative interface to connect your database to your AI agents",
5
5
  "author": "Samrith Shankar <samrith@outlook.com>",
6
6
  "license": "Apache-2.0",