@visulima/vite-overlay 2.0.0-alpha.30 → 2.0.0-alpha.31

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 +20 -0
  2. package/package.json +3 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## @visulima/vite-overlay [2.0.0-alpha.31](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@2.0.0-alpha.30...@visulima/vite-overlay@2.0.0-alpha.31) (2026-05-27)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **storage-client:** percent-encode user fields in defaultFingerprint ([7c78a0f](https://github.com/visulima/visulima/commit/7c78a0f9512e2a673b941d80839e9f1e86b7b5d0))
6
+
7
+ ### Documentation
8
+
9
+ * prettier-format agent instructions ([71b6414](https://github.com/visulima/visulima/commit/71b6414528780ac82c4e0bb25b5f4f11faba5549))
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * sorted package.json ([b47c545](https://github.com/visulima/visulima/commit/b47c545591600fdab17d5cd3a3fbc68b61e199da))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * **@visulima/error:** upgraded to 6.0.0-alpha.30
19
+ * **@visulima/path:** upgraded to 3.0.0-alpha.11
20
+
1
21
  ## @visulima/vite-overlay [2.0.0-alpha.30](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@2.0.0-alpha.29...@visulima/vite-overlay@2.0.0-alpha.30) (2026-05-26)
2
22
 
3
23
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/vite-overlay",
3
- "version": "2.0.0-alpha.30",
3
+ "version": "2.0.0-alpha.31",
4
4
  "description": "Improved vite overlay",
5
5
  "keywords": [
6
6
  "error-handling",
@@ -18,9 +18,7 @@
18
18
  "vue"
19
19
  ],
20
20
  "homepage": "https://visulima.com/packages/vite-overlay",
21
- "bugs": {
22
- "url": "https://github.com/visulima/visulima/issues"
23
- },
21
+ "bugs": "https://github.com/visulima/visulima/issues",
24
22
  "repository": {
25
23
  "type": "git",
26
24
  "url": "git+https://github.com/visulima/visulima.git",
@@ -58,7 +56,7 @@
58
56
  "dependencies": {
59
57
  "@shikijs/cli": "4.0.2",
60
58
  "@shikijs/langs": "^4.0.2",
61
- "@visulima/error": "6.0.0-alpha.28",
59
+ "@visulima/error": "6.0.0-alpha.30",
62
60
  "fastest-levenshtein": "^1.0.16",
63
61
  "shiki": "^4.0.2"
64
62
  },