notdiamond 0.0.6 → 0.0.7

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
@@ -21,7 +21,7 @@ import { NotDiamond } from 'https://deno.land/x/notdiamond@v1.0.0/mod.ts';
21
21
  The full API of this library can be found in `api.md` file along with many code examples. The code below shows how to get started using the chat completions API.
22
22
 
23
23
  ```ts
24
- import { NotDiamond } from '../src/notdiamond';
24
+ import { NotDiamond } from 'notdiamond';
25
25
 
26
26
  const notDiamond = new NotDiamond({
27
27
  apiKey: process.env.NOTDIAMOND_API_KEY,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "notdiamond",
3
3
  "type": "module",
4
- "version": "0.0.6",
4
+ "version": "0.0.7",
5
5
  "author": "not-diamond",
6
6
  "license": "MIT",
7
7
  "description": "TS/JS client for the NotDiamond API",