@arthur2079/internal-profile 0.10.1-next.4 → 0.10.1-next.6
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/dist/fetcher.js +1 -1
- package/package.json +3 -3
package/dist/fetcher.js
CHANGED
|
@@ -4,7 +4,7 @@ export function initializeFetcher(instance) {
|
|
|
4
4
|
}
|
|
5
5
|
export function fetcher() {
|
|
6
6
|
if (!fetcherInstance) {
|
|
7
|
-
throw new Error('You are trying
|
|
7
|
+
throw new Error('You are trying too fetch profile data before the fetch instance has been intialized.');
|
|
8
8
|
}
|
|
9
9
|
return fetcherInstance;
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arthur2079/internal-profile",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.10.1-next.
|
|
4
|
+
"version": "0.10.1-next.6",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"exports": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dev": "tsc -p ./tsconfig.json --watch"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@arthur2079/internal-social-wallet": "^0.10.1-next.
|
|
42
|
+
"@arthur2079/internal-social-wallet": "^0.10.1-next.5",
|
|
43
43
|
"@rango-dev/widget-embedded": "^0.60.1",
|
|
44
44
|
"@reduxjs/toolkit": "^1.6.0",
|
|
45
45
|
"@types/node": "^14.14.31",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"rango-types": "^0.5.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@arthur2079/internal-social-wallet": "^0.10.1-next.
|
|
53
|
+
"@arthur2079/internal-social-wallet": "^0.10.1-next.5",
|
|
54
54
|
"@rango-dev/widget-embedded": "^0.60.1",
|
|
55
55
|
"@reduxjs/toolkit": "^1.6.0",
|
|
56
56
|
"axios": "^1.16.0",
|