@copilotkit/shared 1.0.1 → 1.0.3

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @copilotkit/shared@1.0.1 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
2
+ > @copilotkit/shared@1.0.3 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/shared
3
3
  > tsup --clean
4
4
 
5
5
  CLI Building entry: src/index.ts, src/constants/index.ts, src/telemetry/events.ts, src/telemetry/index.ts, src/telemetry/security-check.ts, src/telemetry/telemetry-client.ts, src/telemetry/utils.ts, src/types/action.ts, src/types/copilot-cloud-config.ts, src/types/index.ts, src/types/openai-assistant.ts, src/utils/index.ts, src/utils/json-schema.ts
@@ -56,7 +56,7 @@
56
56
  ESM dist/types/index.mjs.map 71.00 B
57
57
  ESM dist/types/openai-assistant.mjs.map 71.00 B
58
58
  ESM dist/utils/json-schema.mjs.map 71.00 B
59
- ESM ⚡️ Build success in 78ms
59
+ ESM ⚡️ Build success in 84ms
60
60
  CJS dist/index.js 9.39 KB
61
61
  CJS dist/constants/index.js 1.64 KB
62
62
  CJS dist/telemetry/events.js 805.00 B
@@ -83,9 +83,9 @@
83
83
  CJS dist/types/openai-assistant.js.map 1.53 KB
84
84
  CJS dist/utils/index.js.map 4.82 KB
85
85
  CJS dist/utils/json-schema.js.map 4.75 KB
86
- CJS ⚡️ Build success in 87ms
86
+ CJS ⚡️ Build success in 107ms
87
87
  DTS Build start
88
- DTS ⚡️ Build success in 5194ms
88
+ DTS ⚡️ Build success in 5121ms
89
89
  DTS dist/index.d.ts 761.00 B
90
90
  DTS dist/types/openai-assistant.d.ts 1.47 KB
91
91
  DTS dist/types/action.d.ts 2.24 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @copilotkit/shared
2
2
 
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Add README.md to published packages and add keywords to package.json
8
+
9
+ ## 1.0.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Add README.md and homepage/url to published packages
14
+
3
15
  ## 1.0.1
4
16
 
5
17
  ### Patch Changes
package/README.md ADDED
@@ -0,0 +1,51 @@
1
+ <div align="center">
2
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/CopilotKit/CopilotKit/assets/746397/5890217b-524e-49c5-a89e-b8743d2acd51">
4
+ <img alt="CopilotKit Logo" src="https://github.com/CopilotKit/CopilotKit/assets/746397/bd5c9079-929b-4d55-bdc9-16d1c8181b71" width="450px" max-width="100%"/>
5
+ </picture>
6
+ </a>
7
+ </div>
8
+
9
+ <p align="center">
10
+ <a href="https://discord.gg/6dffbvGU3D">
11
+ <img src="https://dcbadge.vercel.app/api/server/6dffbvGU3D?compact=true&style=flat" alt="Discord">
12
+ </a>
13
+ <a href="https://github.com/CopilotKit/CopilotKit/actions/workflows/ci.yml">
14
+ <img src="https://github.com/CopilotKit/CopilotKit/actions/workflows/ci.yml/badge.svg" alt="GitHub CI">
15
+ </a>
16
+
17
+ <a href="https://www.npmjs.com/package/@copilotkit/react-core">
18
+ <img src="https://img.shields.io/npm/v/@copilotkit/react-core" alt="NPM">
19
+ <img src="https://img.shields.io/github/license/CopilotKit/CopilotKit" alt="MIT">
20
+
21
+ </p>
22
+
23
+ <h1 align="center">
24
+ The Open-Source Copilot Framework
25
+ </h1>
26
+
27
+ <h2 align="center">
28
+ Build, deploy, and operate fully custom AI Copilots.
29
+ </h2>
30
+
31
+ <h3 align="center">
32
+ in-app AI chatbots, AI agents, and AI Textareas.
33
+ </h3>
34
+
35
+ <p align="center">
36
+ <a href="https://discord.com/invite/6dffbvGU3D">
37
+ <img src="https://github.com/CopilotKit/CopilotKit/assets/131273140/bf8d96ea-3aeb-4c9a-9043-96a868b7ad0f" alt="Join our Discord" height="30">
38
+ </a>
39
+ &nbsp;&middot;&nbsp;
40
+ <a href="https://docs.copilotkit.ai/getting-started/quickstart-chatbot">
41
+ <img src="https://github.com/CopilotKit/CopilotKit/assets/131273140/a4a0fd04-6aee-4e02-9c3e-3f11d60b4e8b" alt="Read the Docs" height="30">
42
+ </a>
43
+ &nbsp;&middot;&nbsp;
44
+ <a href="https://go.copilotkit.ai/kM4Lo86">
45
+ <img src="https://github.com/CopilotKit/CopilotKit/assets/131273140/28ca62a8-cf93-4d3f-96b0-dc11bf89b734" alt="Try Copilot Cloud" height="30">
46
+ </a>
47
+ </p>
48
+
49
+ # Documentation
50
+
51
+ To get started with CopilotKit, please check out the [documentation](https://docs.copilotkit.ai).
package/package.json CHANGED
@@ -1,10 +1,15 @@
1
1
  {
2
2
  "name": "@copilotkit/shared",
3
3
  "private": false,
4
+ "homepage": "https://github.com/CopilotKit/CopilotKit",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/CopilotKit/CopilotKit.git"
8
+ },
4
9
  "publishConfig": {
5
10
  "access": "public"
6
11
  },
7
- "version": "1.0.1",
12
+ "version": "1.0.3",
8
13
  "sideEffects": false,
9
14
  "main": "./dist/index.js",
10
15
  "module": "./dist/index.mjs",
@@ -31,6 +36,18 @@
31
36
  "@segment/analytics-node": "^2.1.2",
32
37
  "chalk": "4.1.2"
33
38
  },
39
+ "keywords": [
40
+ "copilotkit",
41
+ "copilot",
42
+ "react",
43
+ "nextjs",
44
+ "nodejs",
45
+ "ai",
46
+ "assistant",
47
+ "javascript",
48
+ "automation",
49
+ "textarea"
50
+ ],
34
51
  "scripts": {
35
52
  "build": "tsup --clean",
36
53
  "dev": "tsup --watch --no-splitting",