@copilotkitnext/web-inspector 1.51.2-next.0 → 1.51.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.
@@ -1,7 +1,7 @@
1
1
 
2
- > @copilotkitnext/web-inspector@1.51.2-next.0 build:css /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
2
+ > @copilotkitnext/web-inspector@1.51.2 build:css /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
3
3
  > npx @tailwindcss/cli -i ./src/styles/tailwind.css -o ./src/styles/generated.css -m
4
4
 
5
5
  ≈ tailwindcss v4.1.18
6
6
 
7
- Done in 193ms
7
+ Done in 266ms
@@ -1,9 +1,9 @@
1
1
 
2
- > @copilotkitnext/web-inspector@1.51.2-next.0 build /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
2
+ > @copilotkitnext/web-inspector@1.51.2 build /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
3
3
  > pnpm run build:ts && pnpm run build:css
4
4
 
5
5
 
6
- > @copilotkitnext/web-inspector@1.51.2-next.0 build:ts /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
6
+ > @copilotkitnext/web-inspector@1.51.2 build:ts /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
7
7
  > tsup
8
8
 
9
9
  CLI Building entry: src/index.ts
@@ -16,18 +16,18 @@
16
16
  ESM Build start
17
17
  CJS dist/index.js 152.17 KB
18
18
  CJS dist/index.js.map 217.59 KB
19
- CJS ⚡️ Build success in 131ms
19
+ CJS ⚡️ Build success in 165ms
20
20
  ESM dist/index.mjs 149.99 KB
21
21
  ESM dist/index.mjs.map 217.56 KB
22
- ESM ⚡️ Build success in 130ms
22
+ ESM ⚡️ Build success in 166ms
23
23
  DTS Build start
24
- DTS ⚡️ Build success in 5423ms
24
+ DTS ⚡️ Build success in 4503ms
25
25
  DTS dist/index.d.ts 6.30 KB
26
26
  DTS dist/index.d.mts 6.30 KB
27
27
 
28
- > @copilotkitnext/web-inspector@1.51.2-next.0 build:css /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
28
+ > @copilotkitnext/web-inspector@1.51.2 build:css /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
29
29
  > npx @tailwindcss/cli -i ./src/styles/tailwind.css -o ./src/styles/generated.css -m
30
30
 
31
31
  ≈ tailwindcss v4.1.18
32
32
 
33
- Done in 133ms
33
+ Done in 97ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @copilotkitnext/web-inspector
2
2
 
3
+ ## 1.51.2
4
+
5
+ ### Patch Changes
6
+
7
+ - e59d23f: Use deps instead of peerdeps
8
+ - Updated dependencies [e59d23f]
9
+ - @copilotkitnext/core@1.51.2
10
+
11
+ ## 1.51.2-next.1
12
+
13
+ ### Patch Changes
14
+
15
+ - e59d23f: Use deps instead of peerdeps
16
+ - Updated dependencies [e59d23f]
17
+ - @copilotkitnext/core@1.51.2-next.1
18
+
3
19
  ## 1.51.2-next.0
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/web-inspector",
3
- "version": "1.51.2-next.0",
3
+ "version": "1.51.2",
4
4
  "description": "Lit-based web component for the CopilotKit web inspector",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -14,14 +14,12 @@
14
14
  "publishConfig": {
15
15
  "access": "public"
16
16
  },
17
- "peerDependencies": {
18
- "@ag-ui/client": "0.0.42",
19
- "@copilotkitnext/core": "1.51.2-next.0"
20
- },
21
17
  "dependencies": {
18
+ "@ag-ui/client": "0.0.42",
22
19
  "lit": "^3.2.0",
23
20
  "lucide": "^0.525.0",
24
- "marked": "^12.0.2"
21
+ "marked": "^12.0.2",
22
+ "@copilotkitnext/core": "1.51.2"
25
23
  },
26
24
  "devDependencies": {
27
25
  "@tailwindcss/cli": "^4.1.11",
@@ -32,9 +30,8 @@
32
30
  "tsup": "^8.5.0",
33
31
  "typescript": "5.8.2",
34
32
  "vitest": "^3.0.5",
35
- "@copilotkitnext/core": "1.51.2-next.0",
36
- "@copilotkitnext/eslint-config": "1.51.2-next.0",
37
- "@copilotkitnext/typescript-config": "1.51.2-next.0"
33
+ "@copilotkitnext/typescript-config": "1.51.2",
34
+ "@copilotkitnext/eslint-config": "1.51.2"
38
35
  },
39
36
  "engines": {
40
37
  "node": ">=18"