@fxhash/errors 0.0.11 → 0.0.12
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/package.json +3 -3
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fxhash/errors",
|
3
3
|
"description": "Application-wide errors which are exposed and used by different parts of our stack.",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.12",
|
5
5
|
"author": "fxhash",
|
6
6
|
"dependencies": {
|
7
7
|
"@urql/core": "4.1.4",
|
8
|
-
"@fxhash/utils": "0.0.
|
8
|
+
"@fxhash/utils": "0.0.5"
|
9
9
|
},
|
10
10
|
"devDependencies": {
|
11
11
|
"@types/node": "18.7.13",
|
@@ -13,7 +13,7 @@
|
|
13
13
|
"tsup": "8.4.0",
|
14
14
|
"typescript": "5.8.2",
|
15
15
|
"unplugin-isolated-decl": "0.13.6",
|
16
|
-
"@fxhash/tsconfig": "0.0.
|
16
|
+
"@fxhash/tsconfig": "0.0.3"
|
17
17
|
},
|
18
18
|
"exports": {
|
19
19
|
".": {
|