objectiveai 1.0.2 → 1.1.0

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.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "objectiveai",
3
- "version": "1.0.2",
4
- "description": "SDK for the Objective AI API, intended for use in conjunction with the OpenAI SDK.",
3
+ "version": "1.1.0",
4
+ "description": "SDK for the ObjectiveAI API.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/ObjectiveAI/objective_ai_js.git"
8
+ "url": "https://github.com/ObjectiveAI/objectiveai-js.git"
9
9
  },
10
10
  "scripts": {
11
11
  "build": "rimraf dist && npm run build:cjs && npm run build:esm",
@@ -16,8 +16,8 @@
16
16
  "prepare": "npm run build"
17
17
  },
18
18
  "author": {
19
- "name": "Objective AI",
20
- "email": "support@objective-ai.io",
19
+ "name": "ObjectiveAI",
20
+ "email": "admin@objective-ai.io",
21
21
  "url": "https://objective-ai.io"
22
22
  },
23
23
  "publishConfig": {
@@ -44,8 +44,9 @@
44
44
  "objective ai",
45
45
  "objective",
46
46
  "confidence",
47
- "confidence id",
48
- "confidence score"
47
+ "confidence score",
48
+ "rank",
49
+ "score"
49
50
  ],
50
51
  "exports": {
51
52
  ".": {