@copilotkitnext/web-inspector 0.0.29 → 0.0.30

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.29 build:css /Users/mikeryan/Repos/cpk/vnext_experimental/packages/web-inspector
3
+ > @copilotkitnext/web-inspector@0.0.30 build:css /Users/mikeryan/Repos/cpk/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 26ms
8
+ Done in 28ms
9
9
  ⠙
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @copilotkitnext/web-inspector@0.0.29 build /Users/mikeryan/Repos/cpk/vnext_experimental/packages/web-inspector
3
+ > @copilotkitnext/web-inspector@0.0.30 build /Users/mikeryan/Repos/cpk/vnext_experimental/packages/web-inspector
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -13,11 +13,11 @@
13
13
  ESM Build start
14
14
  ESM dist/index.mjs 150.00 KB
15
15
  ESM dist/index.mjs.map 217.58 KB
16
- ESM ⚡️ Build success in 31ms
16
+ ESM ⚡️ Build success in 69ms
17
17
  CJS dist/index.js 152.18 KB
18
18
  CJS dist/index.js.map 217.60 KB
19
- CJS ⚡️ Build success in 31ms
19
+ CJS ⚡️ Build success in 70ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 687ms
21
+ DTS ⚡️ Build success in 770ms
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.29",
3
+ "version": "0.0.30",
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.29"
22
+ "@copilotkitnext/core": "0.0.30"
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/eslint-config": "0.0.0",
34
- "@copilotkitnext/typescript-config": "0.0.0"
33
+ "@copilotkitnext/typescript-config": "0.0.0",
34
+ "@copilotkitnext/eslint-config": "0.0.0"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=18"