exa-js 1.0.11 → 1.0.12

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 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  Our official Javscript SDK. Uses `cross-fetch` under the hood.
4
4
 
5
+ Note: This API is basically the same as `metaphor-node` but reflects new
6
+ features associated with Metaphor's rename to Exa. New site is https://exa.ai
7
+
5
8
  https://www.npmjs.com/package/exa-js
6
9
 
7
10
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exa-js",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Exa SDK for Node.js and the browser",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "repository": {
46
46
  "type": "git",
47
- "url": "git+https://github.com/HubertY/exanodesdk.git"
47
+ "url": "git+https://github.com/exa-labs/exa-js.git"
48
48
  },
49
49
  "keywords": [
50
50
  "exa",
@@ -59,7 +59,7 @@
59
59
  ],
60
60
  "author": "jeffzwang",
61
61
  "bugs": {
62
- "url": "https://github.com/HubertY/exanodesdk/issues"
62
+ "url": "https://github.com/exa-labs/exa-js/issues"
63
63
  },
64
- "homepage": "https://github.com/HubertY/exanodesdk#readme"
64
+ "homepage": "https://github.com/exa-labs/exa-js#readme"
65
65
  }