hive-intelligence 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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,7 +27,7 @@ export HIVE_API_KEY=your_api_key_here
27
27
 
28
28
  ```ts
29
29
  import { HiveSearchClient } from 'hive-intelligence';
30
- import { HiveSearchRequest, HiveSearchMessage, HiveSearchResponse} from 'hive-intelligence/types';
30
+ import { HiveSearchRequest, HiveSearchMessage, HiveSearchResponse} from 'hive-intelligence';
31
31
 
32
32
  // Get API key from env
33
33
  const apiKey = process.env.HIVE_API_KEY;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hive-intelligence",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {