@copilotkitnext/web-inspector 0.0.0-max-changeset-20260109174803 → 0.0.0-max-changeset-20260109191053
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.log
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
12
|
[34mESM[39m Build start
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m149.99 KB[39m
|
|
14
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m217.56 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in 160ms
|
|
16
13
|
[32mCJS[39m [1mdist/index.js [22m[32m152.17 KB[39m
|
|
17
14
|
[32mCJS[39m [1mdist/index.js.map [22m[32m217.59 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 139ms
|
|
16
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m149.99 KB[39m
|
|
17
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m217.56 KB[39m
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 141ms
|
|
19
19
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 4838ms
|
|
21
21
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m6.30 KB[39m
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m6.30 KB[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-20260109191053
|
|
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-20260109191053
|
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-20260109191053",
|
|
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-20260109191053"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"lit": "^3.2.0",
|
|
@@ -32,9 +32,9 @@
|
|
|
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/
|
|
37
|
-
"@copilotkitnext/
|
|
35
|
+
"@copilotkitnext/core": "0.0.0-max-changeset-20260109191053",
|
|
36
|
+
"@copilotkitnext/typescript-config": "0.0.0-max-changeset-20260109191053",
|
|
37
|
+
"@copilotkitnext/eslint-config": "0.0.0-max-changeset-20260109191053"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=18"
|