@visulima/vite-overlay 2.0.0-alpha.2 → 2.0.0-alpha.3
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/CHANGELOG.md +21 -0
- package/README.md +14 -1
- package/dist/index.js +77 -77
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## @visulima/vite-overlay [2.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@2.0.0-alpha.2...@visulima/vite-overlay@2.0.0-alpha.3) (2025-12-11)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update license information and add badges in README files ([340af5d](https://github.com/visulima/visulima/commit/340af5d227b3450a86da7861eeea5fee63ab4446))
|
|
6
|
+
* update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* update package dependencies and improve configuration ([4ed22d6](https://github.com/visulima/visulima/commit/4ed22d6511aa8150dcd4ba7b9dccf05dbe2d6adc))
|
|
11
|
+
|
|
12
|
+
### Code Refactoring
|
|
13
|
+
|
|
14
|
+
* improve stack trace viewer and resolve original location utilities ([c6ff5c8](https://github.com/visulima/visulima/commit/c6ff5c85714944f34cd3f758eb4fc1d16271f5b6))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Dependencies
|
|
18
|
+
|
|
19
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.2
|
|
20
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.3
|
|
21
|
+
|
|
1
22
|
## @visulima/vite-overlay [2.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/vite-overlay@2.0.0-alpha.1...@visulima/vite-overlay@2.0.0-alpha.2) (2025-12-11)
|
|
2
23
|
|
|
3
24
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -473,4 +473,17 @@ This is an open source project and will always remain free to use. If you think
|
|
|
473
473
|
|
|
474
474
|
## License
|
|
475
475
|
|
|
476
|
-
|
|
476
|
+
The visulima vite-overlay is open-sourced software licensed under the [MIT][license]
|
|
477
|
+
|
|
478
|
+
<!-- badges -->
|
|
479
|
+
|
|
480
|
+
[license-badge]: https://img.shields.io/npm/l/@visulima/vite-overlay?style=for-the-badge
|
|
481
|
+
[license]: https://github.com/visulima/visulima/blob/main/LICENSE
|
|
482
|
+
[npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/vite-overlay?style=for-the-badge
|
|
483
|
+
[npm-downloads]: https://www.npmjs.com/package/@visulima/vite-overlay
|
|
484
|
+
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
|
|
485
|
+
[prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
|
|
486
|
+
[chat-badge]: https://img.shields.io/discord/932323359193186354.svg?style=for-the-badge
|
|
487
|
+
[chat]: https://discord.gg/TtFJY8xkFK
|
|
488
|
+
[typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
489
|
+
[typescript-url]: https://www.typescriptlang.org/
|