@copilotkitnext/web-inspector 0.0.22-alpha.1 → 0.0.22-alpha.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,9 +1,9 @@
1
1
 
2
2
  
3
- > @copilotkitnext/web-inspector@0.0.22-alpha.1 build:css /Users/ran/Desktop/vnext_experimental/packages/web-inspector
3
+ > @copilotkitnext/web-inspector@0.0.22-alpha.2 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 46ms
8
+ Done in 69ms
9
9
  \
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @copilotkitnext/web-inspector@0.0.22-alpha.1 build /Users/ran/Desktop/vnext_experimental/packages/web-inspector
3
+ > @copilotkitnext/web-inspector@0.0.22-alpha.2 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
- CJS dist/index.js 113.57 KB
15
- CJS dist/index.js.map 171.75 KB
16
- CJS ⚡️ Build success in 24ms
17
14
  ESM dist/index.mjs 111.46 KB
18
15
  ESM dist/index.mjs.map 171.71 KB
19
- ESM ⚡️ Build success in 24ms
16
+ ESM ⚡️ Build success in 80ms
17
+ CJS dist/index.js 113.57 KB
18
+ CJS dist/index.js.map 171.75 KB
19
+ CJS ⚡️ Build success in 82ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1002ms
21
+ DTS ⚡️ Build success in 2212ms
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.22-alpha.1",
3
+ "version": "0.0.22-alpha.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",
@@ -18,7 +18,7 @@
18
18
  "@ag-ui/client": "0.0.41-alpha.0",
19
19
  "lit": "^3.2.0",
20
20
  "lucide": "^0.525.0",
21
- "@copilotkitnext/core": "0.0.22-alpha.1"
21
+ "@copilotkitnext/core": "0.0.22-alpha.2"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@tailwindcss/cli": "^4.1.11",