@jarcelao/pi-exa-api 0.1.1 → 0.1.2

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 +8 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ Web search and content fetching for [pi](https://pi.dev) via the [Exa API](https
8
8
  Install as a pi package:
9
9
 
10
10
  ```bash
11
- pi install npm:@jarcelao/pi-exa-api@0.1.0
11
+ pi install npm:@jarcelao/pi-exa-api
12
12
  ```
13
13
 
14
14
  ## Configuration
package/package.json CHANGED
@@ -1,7 +1,14 @@
1
1
  {
2
2
  "name": "@jarcelao/pi-exa-api",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Web search and content fetching for pi via the Exa API",
5
+ "author": "Jericho Renniel Arcelao <jerichoarcelao@gmail.com>",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/jarcelao/pi-exa-api.git"
10
+ },
11
+ "homepage": "https://github.com/jarcelao/pi-exa-api",
5
12
  "keywords": [
6
13
  "pi-package"
7
14
  ],