@copilotkitnext/web-inspector 0.0.15 → 0.0.17-alpha.0

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.14 build:css /Users/mme/Projects/CopilotKit2/main/packages/web-inspector
3
+ > @copilotkitnext/web-inspector@0.0.17-alpha.0 build:css /Users/brandonmcconnell/Projects/@CopilotKit/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 49ms
8
+ Done in 59ms
9
9
  ⠙
@@ -1,23 +1,23 @@
1
1
 
2
2
  
3
- > @copilotkitnext/web-inspector@0.0.14 build /Users/mme/Projects/CopilotKit2/main/packages/web-inspector
3
+ > @copilotkitnext/web-inspector@0.0.17-alpha.0 build /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/packages/web-inspector
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts
7
7
  CLI Using tsconfig: tsconfig.json
8
8
  CLI tsup v8.5.0
9
- CLI Using tsup config: /Users/mme/Projects/CopilotKit2/main/packages/web-inspector/tsup.config.ts
9
+ CLI Using tsup config: /Users/brandonmcconnell/Projects/@CopilotKit/vnext_experimental/packages/web-inspector/tsup.config.ts
10
10
  CLI Target: es2022
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- CJS dist/index.js 113.57 KB
15
- CJS dist/index.js.map 171.75 KB
16
- CJS ⚡️ Build success in 37ms
17
14
  ESM dist/index.mjs 111.46 KB
18
15
  ESM dist/index.mjs.map 171.71 KB
19
- ESM ⚡️ Build success in 39ms
16
+ ESM ⚡️ Build success in 45ms
17
+ CJS dist/index.js 113.57 KB
18
+ CJS dist/index.js.map 171.75 KB
19
+ CJS ⚡️ Build success in 45ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1566ms
21
+ DTS ⚡️ Build success in 966ms
22
22
  DTS dist/index.d.ts 4.56 KB
23
23
  DTS dist/index.d.mts 4.56 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/web-inspector",
3
- "version": "0.0.15",
3
+ "version": "0.0.17-alpha.0",
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",
@@ -15,10 +15,10 @@
15
15
  "access": "public"
16
16
  },
17
17
  "dependencies": {
18
- "@ag-ui/client": "0.0.40-alpha.3",
18
+ "@ag-ui/client": "0.0.40-alpha.6",
19
19
  "lit": "^3.2.0",
20
20
  "lucide": "^0.525.0",
21
- "@copilotkitnext/core": "0.0.15"
21
+ "@copilotkitnext/core": "0.0.17-alpha.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@tailwindcss/cli": "^4.1.11",