@copilotkit/shared 0.2.0-alpha.0 → 0.2.0-alpha.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/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @copilotkit/shared
2
2
 
3
+ ## 0.2.0-alpha.2
4
+
5
+ ### Minor Changes
6
+
7
+ - point example app at new api endpoint route
8
+
9
+ ## 0.2.0-alpha.1
10
+
11
+ ### Minor Changes
12
+
13
+ - CopilotProvider api config docs
14
+
3
15
  ## 0.2.0-alpha.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.2.0-alpha.0",
7
+ "version": "0.2.0-alpha.2",
8
8
  "sideEffects": false,
9
9
  "main": "./dist/index.js",
10
10
  "module": "./dist/index.mjs",
@@ -19,8 +19,8 @@
19
19
  "ts-jest": "^29.1.1",
20
20
  "tsup": "^6.7.0",
21
21
  "typescript": "^5.1.3",
22
- "eslint-config-custom": "0.2.0",
23
- "tsconfig": "0.6.0"
22
+ "tsconfig": "0.6.0",
23
+ "eslint-config-custom": "0.2.0"
24
24
  },
25
25
  "dependencies": {},
26
26
  "scripts": {