@copilotkit/react-core 0.0.0-max-umd-20260122170341 → 0.0.0-max-umd-20260122171817

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 +7 -7
  2. package/package.json +9 -11
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # ui
2
2
 
3
- ## 0.0.0-max-umd-20260122170341
3
+ ## 0.0.0-max-umd-20260122171817
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 7f437ba: Add UMD export
8
- - Updated dependencies [7f437ba]
9
- - @copilotkit/runtime-client-gql@0.0.0-max-umd-20260122170341
10
- - @copilotkit/shared@0.0.0-max-umd-20260122170341
11
- - @copilotkitnext/react@0.0.0-max-umd-20260122170341
12
- - @copilotkitnext/core@0.0.0-max-umd-20260122170341
7
+ - 0785c7c: Add UMD export
8
+ - Updated dependencies [0785c7c]
9
+ - @copilotkit/runtime-client-gql@0.0.0-max-umd-20260122171817
10
+ - @copilotkit/shared@0.0.0-max-umd-20260122171817
11
+ - @copilotkitnext/react@0.0.0-max-umd-20260122171817
12
+ - @copilotkitnext/core@0.0.0-max-umd-20260122171817
13
13
 
14
14
  ## 1.51.3-next.2
15
15
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "0.0.0-max-umd-20260122170341",
12
+ "version": "0.0.0-max-umd-20260122171817",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -19,14 +19,12 @@
19
19
  ".": {
20
20
  "import": "./dist/index.mjs",
21
21
  "require": "./dist/index.js",
22
- "types": "./dist/index.d.ts",
23
- "umd": "./dist/index.umd.js"
22
+ "types": "./dist/index.d.ts"
24
23
  },
25
24
  "./v2": {
26
25
  "import": "./dist/v2/index.mjs",
27
26
  "require": "./dist/v2/index.js",
28
- "types": "./dist/v2/index.d.ts",
29
- "umd": "./dist/v2/index.umd.js"
27
+ "types": "./dist/v2/index.d.ts"
30
28
  },
31
29
  "./v2/styles.css": "./dist/v2/index.css"
32
30
  },
@@ -55,18 +53,18 @@
55
53
  "tsup": "^6.7.0",
56
54
  "typescript": "^5.2.3",
57
55
  "zod": ">=3.0.0",
58
- "eslint-config-custom": "0.0.0-max-umd-20260122170341",
59
- "tsconfig": "0.0.0-max-umd-20260122170341"
56
+ "eslint-config-custom": "0.0.0-max-umd-20260122171817",
57
+ "tsconfig": "0.0.0-max-umd-20260122171817"
60
58
  },
61
59
  "dependencies": {
62
60
  "@ag-ui/client": "^0.0.42",
63
61
  "@scarf/scarf": "^1.3.0",
64
62
  "streamdown": "^1.6.10",
65
63
  "untruncate-json": "^0.0.1",
66
- "@copilotkit/runtime-client-gql": "0.0.0-max-umd-20260122170341",
67
- "@copilotkit/shared": "0.0.0-max-umd-20260122170341",
68
- "@copilotkitnext/core": "0.0.0-max-umd-20260122170341",
69
- "@copilotkitnext/react": "0.0.0-max-umd-20260122170341"
64
+ "@copilotkit/runtime-client-gql": "0.0.0-max-umd-20260122171817",
65
+ "@copilotkit/shared": "0.0.0-max-umd-20260122171817",
66
+ "@copilotkitnext/core": "0.0.0-max-umd-20260122171817",
67
+ "@copilotkitnext/react": "0.0.0-max-umd-20260122171817"
70
68
  },
71
69
  "keywords": [
72
70
  "copilotkit",