@copilotkitnext/web-inspector 1.51.4-next.3 → 1.51.4-next.5
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 +2 -2
- package/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +13 -0
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkitnext/web-inspector@1.51.4-next.
|
|
2
|
+
> @copilotkitnext/web-inspector@1.51.4-next.5 build:css /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
|
|
3
3
|
> npx @tailwindcss/cli -i ./src/styles/tailwind.css -o ./src/styles/generated.css -m
|
|
4
4
|
|
|
5
5
|
[3m[1m[34m≈[39m[22m[23m tailwindcss [34mv4.1.18[39m
|
|
6
6
|
|
|
7
|
-
Done in [
|
|
7
|
+
Done in [34m201ms[39m
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkitnext/web-inspector@1.51.4-next.
|
|
2
|
+
> @copilotkitnext/web-inspector@1.51.4-next.5 build /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
|
|
3
3
|
> pnpm run build:ts && rollup -c rollup.config.mjs && pnpm run build:css
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @copilotkitnext/web-inspector@1.51.4-next.
|
|
6
|
+
> @copilotkitnext/web-inspector@1.51.4-next.5 build:ts /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
|
|
7
7
|
> tsup
|
|
8
8
|
|
|
9
9
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -16,21 +16,21 @@
|
|
|
16
16
|
[34mESM[39m Build start
|
|
17
17
|
[32mESM[39m [1mdist/index.mjs [22m[32m149.99 KB[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m217.56 KB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 196ms
|
|
20
20
|
[32mCJS[39m [1mdist/index.js [22m[32m152.17 KB[39m
|
|
21
21
|
[32mCJS[39m [1mdist/index.js.map [22m[32m217.59 KB[39m
|
|
22
|
-
[32mCJS[39m ⚡️ Build success in
|
|
22
|
+
[32mCJS[39m ⚡️ Build success in 196ms
|
|
23
23
|
[34mDTS[39m Build start
|
|
24
|
-
[32mDTS[39m ⚡️ Build success in
|
|
24
|
+
[32mDTS[39m ⚡️ Build success in 4977ms
|
|
25
25
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m6.30 KB[39m
|
|
26
26
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m6.30 KB[39m
|
|
27
27
|
[36m
|
|
28
28
|
[1msrc/index.ts[22m → [1mdist/index.umd.js[22m...[39m
|
|
29
|
-
[32mcreated [1mdist/index.umd.js[22m in [1m20.
|
|
29
|
+
[32mcreated [1mdist/index.umd.js[22m in [1m20.2s[22m[39m
|
|
30
30
|
|
|
31
|
-
> @copilotkitnext/web-inspector@1.51.4-next.
|
|
31
|
+
> @copilotkitnext/web-inspector@1.51.4-next.5 build:css /home/runner/work/CopilotKit/CopilotKit/src/v2.x/packages/web-inspector
|
|
32
32
|
> npx @tailwindcss/cli -i ./src/styles/tailwind.css -o ./src/styles/generated.css -m
|
|
33
33
|
|
|
34
34
|
[3m[1m[34m≈[39m[22m[23m tailwindcss [34mv4.1.18[39m
|
|
35
35
|
|
|
36
|
-
Done in [
|
|
36
|
+
Done in [34m90ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @copilotkitnext/web-inspector
|
|
2
2
|
|
|
3
|
+
## 1.51.4-next.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @copilotkitnext/core@1.51.4-next.5
|
|
8
|
+
|
|
9
|
+
## 1.51.4-next.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [c998f30]
|
|
14
|
+
- @copilotkitnext/core@1.51.4-next.4
|
|
15
|
+
|
|
3
16
|
## 1.51.4-next.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|