@gracile-labs/better-errors 0.2.0 → 0.3.0-next.1
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/README.md +5 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,9 +4,12 @@ A thin, full-stack, **web** framework.
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
Largely extracted from
|
|
7
|
+
Largely extracted from
|
|
8
|
+
https://github.com/withastro/astro/blob/cf65476b27053333cf5a36f6f9f46b794c98dfa2/packages/astro/src/core/errors.
|
|
9
|
+
Kudos for their inventivity.
|
|
8
10
|
|
|
9
|
-
This could theoretically be used with any Vite full-stack setup, at least it's
|
|
11
|
+
This could theoretically be used with any Vite full-stack setup, at least it's
|
|
12
|
+
made so.
|
|
10
13
|
|
|
11
14
|
---
|
|
12
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gracile-labs/better-errors",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0-next.1",
|
|
4
4
|
"description": "A thin, full-stack, web framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vite",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"!/dist/typedoc-entrypoint.*"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@gracile/internal-utils": "^0.6.
|
|
43
|
+
"@gracile/internal-utils": "^0.6.1-next.1",
|
|
44
44
|
"@lit-labs/ssr": "^4.0.0",
|
|
45
45
|
"@lit-labs/ssr-client": "^1.1.8",
|
|
46
46
|
"lit": "^3.2.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"access": "public",
|
|
52
52
|
"provenance": true
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "c46ceb190835da27ced4519fec82da488b1529e1"
|
|
55
55
|
}
|