@visulima/error 6.0.0-alpha.4 → 6.0.0-alpha.5
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 +27 -0
- package/LICENSE.md +2 -2
- package/dist/code-frame/index.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## @visulima/error [6.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/error@6.0.0-alpha.4...@visulima/error@6.0.0-alpha.5) (2026-03-06)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **error:** update packem to 2.0.0-alpha.54 ([bd3a938](https://github.com/visulima/visulima/commit/bd3a938b9465147803d06a82018b539ed4c121c8))
|
|
6
|
+
|
|
7
|
+
### Documentation
|
|
8
|
+
|
|
9
|
+
* **error,error-handler,ono,inspector,source-map,vite-overlay:** add comprehensive Fumadocs documentation ([a0c8c92](https://github.com/visulima/visulima/commit/a0c8c92949cff2730fc6122f717fe344c030f366))
|
|
10
|
+
|
|
11
|
+
### Styles
|
|
12
|
+
|
|
13
|
+
* **error:** format LICENSE.md ([ea3bdd3](https://github.com/visulima/visulima/commit/ea3bdd34bfd46cbf02a0293ce407d6732e4d2263))
|
|
14
|
+
|
|
15
|
+
### Miscellaneous Chores
|
|
16
|
+
|
|
17
|
+
* **error-debugging:** update dependencies ([6002ece](https://github.com/visulima/visulima/commit/6002ece1803b2ba8261cff42a362dd6e8ddcc3ee))
|
|
18
|
+
* **error:** update dependencies ([4d22f31](https://github.com/visulima/visulima/commit/4d22f315f164ccaa50c88dcb7d0dd85b58bfbf5a))
|
|
19
|
+
* move top-level examples into their respective packages ([3bf7105](https://github.com/visulima/visulima/commit/3bf7105a56db6383ae65d5e28dea9a2c18af791a))
|
|
20
|
+
* update lock file maintenance ([d83e716](https://github.com/visulima/visulima/commit/d83e71697b75d24704185b66bb521a934d2db02d))
|
|
21
|
+
* year update ([47f4105](https://github.com/visulima/visulima/commit/47f410596ce7190cfea36a073db32e0cec50bbcd))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Dependencies
|
|
25
|
+
|
|
26
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.5
|
|
27
|
+
|
|
1
28
|
## @visulima/error [6.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/error@6.0.0-alpha.3...@visulima/error@6.0.0-alpha.4) (2026-01-17)
|
|
2
29
|
|
|
3
30
|
### ⚠ BREAKING CHANGES
|
package/LICENSE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2026 visulima
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -34,7 +34,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
34
34
|
|
|
35
35
|
> MIT License
|
|
36
36
|
>
|
|
37
|
-
> Copyright (c)
|
|
37
|
+
> Copyright (c) 2026 visulima
|
|
38
38
|
>
|
|
39
39
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
40
40
|
> of this software and associated documentation files (the "Software"), to deal
|
package/dist/code-frame/index.js
CHANGED
|
@@ -4,7 +4,7 @@ const _process = globalThis.process || /* @__PURE__ */ Object.create(null);
|
|
|
4
4
|
const processShims = {
|
|
5
5
|
versions: {}
|
|
6
6
|
};
|
|
7
|
-
const process = new Proxy(_process, {
|
|
7
|
+
const process = /* @__PURE__ */ new Proxy(_process, {
|
|
8
8
|
get(target, property) {
|
|
9
9
|
if (property in target) {
|
|
10
10
|
return target[property];
|
package/dist/index.js
CHANGED
|
@@ -4,13 +4,13 @@ export { default as aiPrompt } from './solution/ai/ai-prompt.js';
|
|
|
4
4
|
export { default as aiSolutionResponse } from './packem_shared/aiSolutionResponse-CJBMLS9t.js';
|
|
5
5
|
export { default as errorHintFinder } from './packem_shared/errorHintFinder-DEaeRnRW.js';
|
|
6
6
|
export { default as ruleBasedFinder } from './packem_shared/ruleBasedFinder-C2F8rQ30.js';
|
|
7
|
+
export { default as NonError } from './packem_shared/NonError-D5FGLYKY.js';
|
|
7
8
|
export { default as captureRawStackTrace } from './packem_shared/captureRawStackTrace-ySw7cU0U.js';
|
|
8
9
|
export { default as deserializeError } from './packem_shared/deserializeError-BsFrjsrV.js';
|
|
9
10
|
export { default as getErrorCauses } from './packem_shared/getErrorCauses-DpUsmuqw.js';
|
|
10
|
-
export { default as NonError } from './packem_shared/NonError-D5FGLYKY.js';
|
|
11
11
|
export { default as parseStacktrace } from './packem_shared/parseStacktrace-oQvk7wYp.js';
|
|
12
|
-
export { addKnownErrorConstructor, isErrorLike } from './packem_shared/addKnownErrorConstructor-s_3SsXtQ.js';
|
|
13
12
|
export { VisulimaError, isVisulimaError } from './packem_shared/isVisulimaError-DA7QsCxH.js';
|
|
13
|
+
export { addKnownErrorConstructor, isErrorLike } from './packem_shared/addKnownErrorConstructor-s_3SsXtQ.js';
|
|
14
|
+
export { formatStackFrameLine, formatStacktrace } from './packem_shared/formatStackFrameLine-D3_6oSWZ.js';
|
|
14
15
|
export { renderError } from './packem_shared/renderError-C30PRFtU.js';
|
|
15
16
|
export { serialize as serializeError } from './packem_shared/serializeError-e9YW13-X.js';
|
|
16
|
-
export { formatStackFrameLine, formatStacktrace } from './packem_shared/formatStackFrameLine-D3_6oSWZ.js';
|