@agent-devtools/svelte 0.0.0-beta-20260526084930 → 0.0.0-beta-20260526090946
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -35,4 +35,4 @@ For SvelteKit hosts, use `@agent-devtools/sveltekit` which registers a dev-only
|
|
|
35
35
|
|
|
36
36
|
## Status
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
Published as part of the fixed-mode `@agent-devtools/*` release line. Walker, picker, widget and Vite-plugin integration are in place — see `packages/svelte/src/**/*.test.ts` for the verified surface.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-devtools/svelte",
|
|
3
|
-
"version": "0.0.0-beta-
|
|
3
|
+
"version": "0.0.0-beta-20260526090946",
|
|
4
4
|
"description": "Svelte adapter for agent-devtools — Svelte 4/5 component walker + DOM picker + closed Shadow DOM widget",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent-devtools",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"svelte": "^4.0.0 || ^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@agent-devtools/core": "0.0.0-beta-
|
|
41
|
-
"@agent-devtools/
|
|
40
|
+
"@agent-devtools/widget-core": "0.0.0-beta-20260526090946",
|
|
41
|
+
"@agent-devtools/core": "0.0.0-beta-20260526090946"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/node": "^25.7.0",
|