@copilotkitnext/web-inspector 0.0.32 → 0.0.33

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,9 +1,9 @@
1
1
 
2
2
  
3
- > @copilotkitnext/web-inspector@0.0.31 build:css /Users/ran/Desktop/vnext_experimental/packages/web-inspector
3
+ > @copilotkitnext/web-inspector@0.0.32 build:css /Users/ran/Desktop/vnext_experimental/packages/web-inspector
4
4
  > npx @tailwindcss/cli -i ./src/styles/tailwind.css -o ./src/styles/generated.css -m
5
5
 
6
- \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-≈ tailwindcss v4.1.11
6
+ \|/-\|/-\|/-\|/-\|/-\|/≈ tailwindcss v4.1.11
7
7
 
8
- Done in 34ms
8
+ Done in 61ms
9
9
  \
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @copilotkitnext/web-inspector@0.0.31 build /Users/ran/Desktop/vnext_experimental/packages/web-inspector
3
+ > @copilotkitnext/web-inspector@0.0.32 build /Users/ran/Desktop/vnext_experimental/packages/web-inspector
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -11,13 +11,13 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- ESM dist/index.mjs 150.00 KB
15
- ESM dist/index.mjs.map 217.58 KB
16
- ESM ⚡️ Build success in 35ms
17
14
  CJS dist/index.js 152.18 KB
18
15
  CJS dist/index.js.map 217.60 KB
19
- CJS ⚡️ Build success in 35ms
16
+ CJS ⚡️ Build success in 23ms
17
+ ESM dist/index.mjs 150.00 KB
18
+ ESM dist/index.mjs.map 217.58 KB
19
+ ESM ⚡️ Build success in 24ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1106ms
21
+ DTS ⚡️ Build success in 937ms
22
22
  DTS dist/index.d.ts 6.30 KB
23
23
  DTS dist/index.d.mts 6.30 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/web-inspector",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
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",
@@ -19,7 +19,7 @@
19
19
  "lit": "^3.2.0",
20
20
  "lucide": "^0.525.0",
21
21
  "marked": "^12.0.2",
22
- "@copilotkitnext/core": "0.0.32"
22
+ "@copilotkitnext/core": "0.0.33"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@tailwindcss/cli": "^4.1.11",
@@ -30,8 +30,8 @@
30
30
  "tsup": "^8.5.0",
31
31
  "typescript": "5.8.2",
32
32
  "vitest": "^3.0.5",
33
- "@copilotkitnext/typescript-config": "0.0.0",
34
- "@copilotkitnext/eslint-config": "0.0.0"
33
+ "@copilotkitnext/eslint-config": "0.0.0",
34
+ "@copilotkitnext/typescript-config": "0.0.0"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=18"