@visulima/dev-toolbar 1.0.0-alpha.16 → 1.0.0-alpha.18

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## @visulima/dev-toolbar [1.0.0-alpha.18](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.17...@visulima/dev-toolbar@1.0.0-alpha.18) (2026-05-07)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **dev-toolbar:** bump peer ranges for @modelcontextprotocol/sdk and vite ([b6bbb40](https://github.com/visulima/visulima/commit/b6bbb406766e74f822ffe9956e85acf5feaa1ded))
6
+
7
+ ## @visulima/dev-toolbar [1.0.0-alpha.17](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.16...@visulima/dev-toolbar@1.0.0-alpha.17) (2026-05-06)
8
+
1
9
  ## @visulima/dev-toolbar [1.0.0-alpha.16](https://github.com/visulima/visulima/compare/@visulima/dev-toolbar@1.0.0-alpha.15...@visulima/dev-toolbar@1.0.0-alpha.16) (2026-05-06)
2
10
 
3
11
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/dev-toolbar",
3
- "version": "1.0.0-alpha.16",
3
+ "version": "1.0.0-alpha.18",
4
4
  "description": "Devtools is a set of tools for building advanced devtools for your application",
5
5
  "keywords": [
6
6
  "dev-toolbar",
@@ -10,11 +10,6 @@
10
10
  "bugs": {
11
11
  "url": "https://github.com/visulima/visulima/issues"
12
12
  },
13
- "license": "MIT",
14
- "author": {
15
- "name": "Daniel Bannert",
16
- "email": "d.bannert@anolilab.de"
17
- },
18
13
  "repository": {
19
14
  "type": "git",
20
15
  "url": "git+https://github.com/visulima/visulima.git",
@@ -30,17 +25,13 @@
30
25
  "url": "https://anolilab.com/support"
31
26
  }
32
27
  ],
33
- "bin": {
34
- "visulima-dev-toolbar-mcp": "./bin/mcp.js"
28
+ "license": "MIT",
29
+ "author": {
30
+ "name": "Daniel Bannert",
31
+ "email": "d.bannert@anolilab.de"
35
32
  },
36
- "files": [
37
- "bin",
38
- "dist",
39
- "README.md",
40
- "CHANGELOG.md"
41
- ],
42
- "type": "module",
43
33
  "sideEffects": false,
34
+ "type": "module",
44
35
  "exports": {
45
36
  ".": {
46
37
  "types": "./dist/index.d.ts",
@@ -112,10 +103,15 @@
112
103
  },
113
104
  "./package.json": "./package.json"
114
105
  },
115
- "publishConfig": {
116
- "access": "public",
117
- "provenance": true
106
+ "bin": {
107
+ "visulima-dev-toolbar-mcp": "./bin/mcp.js"
118
108
  },
109
+ "files": [
110
+ "bin",
111
+ "dist",
112
+ "README.md",
113
+ "CHANGELOG.md"
114
+ ],
119
115
  "dependencies": {
120
116
  "@babel/generator": "^7.29.1",
121
117
  "@babel/parser": "7.29.3",
@@ -125,9 +121,9 @@
125
121
  "preact": "^10.29.1"
126
122
  },
127
123
  "peerDependencies": {
128
- "@modelcontextprotocol/sdk": "^1.0.0",
124
+ "@modelcontextprotocol/sdk": "^1.29.0",
129
125
  "axe-core": "4.11.4",
130
- "vite": "^6 || ^7 || ^8",
126
+ "vite": "^8.0.11",
131
127
  "zod": "^3.25.0 || ^4.0.0"
132
128
  },
133
129
  "peerDependenciesMeta": {
@@ -143,5 +139,9 @@
143
139
  },
144
140
  "engines": {
145
141
  "node": "^22.14.0 || >=24.10.0"
142
+ },
143
+ "publishConfig": {
144
+ "access": "public",
145
+ "provenance": true
146
146
  }
147
147
  }