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

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 +12 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## @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
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **ci-stability:** green CI across vis, native, lint, tests, attw ([#651](https://github.com/visulima/visulima/issues/651)) ([d4eb684](https://github.com/visulima/visulima/commit/d4eb684b5f75c818c9251048c605a0ed54a268e3))
6
+ * **repo:** sort package.json keys across all packages ([e1fd9ab](https://github.com/visulima/visulima/commit/e1fd9ab467ef96a98c777da1572ff6a50fcf7e71))
7
+
8
+
9
+ ### Dependencies
10
+
11
+ * **@visulima/error:** upgraded to 6.0.0-alpha.28
12
+
1
13
  ## @visulima/vite-overlay [2.0.0-alpha.29](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@2.0.0-alpha.28...@visulima/vite-overlay@2.0.0-alpha.29) (2026-05-20)
2
14
 
3
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/vite-overlay",
3
- "version": "2.0.0-alpha.29",
3
+ "version": "2.0.0-alpha.30",
4
4
  "description": "Improved vite overlay",
5
5
  "keywords": [
6
6
  "error-handling",
@@ -21,11 +21,6 @@
21
21
  "bugs": {
22
22
  "url": "https://github.com/visulima/visulima/issues"
23
23
  },
24
- "license": "MIT",
25
- "author": {
26
- "name": "Daniel Bannert",
27
- "email": "d.bannert@anolilab.de"
28
- },
29
24
  "repository": {
30
25
  "type": "git",
31
26
  "url": "git+https://github.com/visulima/visulima.git",
@@ -41,13 +36,13 @@
41
36
  "url": "https://anolilab.com/support"
42
37
  }
43
38
  ],
44
- "files": [
45
- "dist",
46
- "README.md",
47
- "CHANGELOG.md"
48
- ],
49
- "type": "module",
39
+ "license": "MIT",
40
+ "author": {
41
+ "name": "Daniel Bannert",
42
+ "email": "d.bannert@anolilab.de"
43
+ },
50
44
  "sideEffects": false,
45
+ "type": "module",
51
46
  "exports": {
52
47
  ".": {
53
48
  "types": "./dist/index.d.ts",
@@ -55,14 +50,15 @@
55
50
  },
56
51
  "./package.json": "./package.json"
57
52
  },
58
- "publishConfig": {
59
- "access": "public",
60
- "provenance": true
61
- },
53
+ "files": [
54
+ "dist",
55
+ "README.md",
56
+ "CHANGELOG.md"
57
+ ],
62
58
  "dependencies": {
63
59
  "@shikijs/cli": "4.0.2",
64
60
  "@shikijs/langs": "^4.0.2",
65
- "@visulima/error": "6.0.0-alpha.27",
61
+ "@visulima/error": "6.0.0-alpha.28",
66
62
  "fastest-levenshtein": "^1.0.16",
67
63
  "shiki": "^4.0.2"
68
64
  },
@@ -71,5 +67,9 @@
71
67
  },
72
68
  "engines": {
73
69
  "node": "^22.14.0 || >=24.10.0"
70
+ },
71
+ "publishConfig": {
72
+ "access": "public",
73
+ "provenance": true
74
74
  }
75
75
  }