@copilotkitnext/web-inspector 0.0.22-alpha.7 → 0.0.22-alpha.8

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.7 build:css /Users/ran/Desktop/vnext_experimental/packages/web-inspector
3
+ > @copilotkitnext/web-inspector@0.0.22-alpha.8 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 43ms
8
+ Done in 39ms
9
9
  \
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @copilotkitnext/web-inspector@0.0.22-alpha.7 build /Users/ran/Desktop/vnext_experimental/packages/web-inspector
3
+ > @copilotkitnext/web-inspector@0.0.22-alpha.8 build /Users/ran/Desktop/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 111.46 KB
15
15
  ESM dist/index.mjs.map 171.71 KB
16
- ESM ⚡️ Build success in 34ms
16
+ ESM ⚡️ Build success in 32ms
17
17
  CJS dist/index.js 113.57 KB
18
18
  CJS dist/index.js.map 171.75 KB
19
- CJS ⚡️ Build success in 34ms
19
+ CJS ⚡️ Build success in 33ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1086ms
21
+ DTS ⚡️ Build success in 1059ms
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.7",
3
+ "version": "0.0.22-alpha.8",
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.7"
21
+ "@copilotkitnext/core": "0.0.22-alpha.8"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@tailwindcss/cli": "^4.1.11",
@@ -28,8 +28,8 @@
28
28
  "tailwindcss": "^4.0.8",
29
29
  "tsup": "^8.5.0",
30
30
  "typescript": "5.8.2",
31
- "@copilotkitnext/eslint-config": "0.0.0",
32
- "@copilotkitnext/typescript-config": "0.0.0"
31
+ "@copilotkitnext/typescript-config": "0.0.0",
32
+ "@copilotkitnext/eslint-config": "0.0.0"
33
33
  },
34
34
  "engines": {
35
35
  "node": ">=18"