@arthur2079/internal-profile 0.10.1-next.6 → 0.10.1-next.7

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.
Files changed (2) hide show
  1. package/dist/fetcher.js +1 -1
  2. package/package.json +1 -1
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 too fetch profile data before the fetch instance has been intialized.');
7
+ throw new Error('You are trying tooo 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.6",
4
+ "version": "0.10.1-next.7",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "exports": {