@copilotkitnext/web-inspector 0.0.0-max-changeset-20260109174803 → 0.0.0-max-changeset-20260109200053
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.
- package/.turbo/turbo-build$colon$css.log +1 -1
- package/.turbo/turbo-build.log +14 -3
- package/CHANGELOG.md +4 -4
- package/package.json +7 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
> @copilotkitnext/web-inspector@0.0.33 build /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
|
|
3
|
+
> pnpm run build:ts && pnpm run build:css
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
> @copilotkitnext/web-inspector@0.0.33 build:ts /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
|
|
3
7
|
> tsup
|
|
4
8
|
|
|
5
9
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -12,11 +16,18 @@
|
|
|
12
16
|
[34mESM[39m Build start
|
|
13
17
|
[32mESM[39m [1mdist/index.mjs [22m[32m149.99 KB[39m
|
|
14
18
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m217.56 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 199ms
|
|
16
20
|
[32mCJS[39m [1mdist/index.js [22m[32m152.17 KB[39m
|
|
17
21
|
[32mCJS[39m [1mdist/index.js.map [22m[32m217.59 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
22
|
+
[32mCJS[39m ⚡️ Build success in 209ms
|
|
19
23
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
24
|
+
[32mDTS[39m ⚡️ Build success in 4326ms
|
|
21
25
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m6.30 KB[39m
|
|
22
26
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m6.30 KB[39m
|
|
27
|
+
|
|
28
|
+
> @copilotkitnext/web-inspector@0.0.33 build:css /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
|
|
29
|
+
> npx @tailwindcss/cli -i ./src/styles/tailwind.css -o ./src/styles/generated.css -m
|
|
30
|
+
|
|
31
|
+
[3m[1m[34m≈[39m[22m[23m tailwindcss [34mv4.1.18[39m
|
|
32
|
+
|
|
33
|
+
Done in [34m124ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# @copilotkitnext/web-inspector
|
|
2
2
|
|
|
3
|
-
## 0.0.0-max-changeset-
|
|
3
|
+
## 0.0.0-max-changeset-20260109200053
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- Updated dependencies [
|
|
9
|
-
- @copilotkitnext/core@0.0.0-max-changeset-
|
|
7
|
+
- 6da0e74: Update versioning strategy
|
|
8
|
+
- Updated dependencies [6da0e74]
|
|
9
|
+
- @copilotkitnext/core@0.0.0-max-changeset-20260109200053
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@copilotkitnext/web-inspector",
|
|
3
|
-
"version": "0.0.0-max-changeset-
|
|
3
|
+
"version": "0.0.0-max-changeset-20260109200053",
|
|
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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
18
|
"@ag-ui/client": "0.0.42",
|
|
19
|
-
"@copilotkitnext/core": "0.0.0-max-changeset-
|
|
19
|
+
"@copilotkitnext/core": "0.0.0-max-changeset-20260109200053"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"lit": "^3.2.0",
|
|
@@ -32,15 +32,16 @@
|
|
|
32
32
|
"tsup": "^8.5.0",
|
|
33
33
|
"typescript": "5.8.2",
|
|
34
34
|
"vitest": "^3.0.5",
|
|
35
|
-
"@copilotkitnext/core": "0.0.0-max-changeset-
|
|
36
|
-
"@copilotkitnext/eslint-config": "0.0.0-max-changeset-
|
|
37
|
-
"@copilotkitnext/typescript-config": "0.0.0-max-changeset-
|
|
35
|
+
"@copilotkitnext/core": "0.0.0-max-changeset-20260109200053",
|
|
36
|
+
"@copilotkitnext/eslint-config": "0.0.0-max-changeset-20260109200053",
|
|
37
|
+
"@copilotkitnext/typescript-config": "0.0.0-max-changeset-20260109200053"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=18"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
|
-
"build": "
|
|
43
|
+
"build": "pnpm run build:ts && pnpm run build:css",
|
|
44
|
+
"build:ts": "tsup",
|
|
44
45
|
"build:css": "npx @tailwindcss/cli -i ./src/styles/tailwind.css -o ./src/styles/generated.css -m",
|
|
45
46
|
"dev": "pnpm run build:css && concurrently \"pnpm run dev:css\" \"tsup --watch\"",
|
|
46
47
|
"dev:css": "npx @tailwindcss/cli -i ./src/styles/tailwind.css -o ./src/styles/generated.css --watch --minify",
|