@trackunit/react-core-contexts-api 1.0.53 → 1.1.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-api",
3
- "version": "1.0.53",
3
+ "version": "1.1.0",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,8 +8,8 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "jest-fetch-mock": "^3.0.3",
11
- "@trackunit/shared-utils": "1.2.45",
12
- "@trackunit/geo-json-utils": "1.0.48"
11
+ "@trackunit/shared-utils": "1.3.0",
12
+ "@trackunit/geo-json-utils": "1.1.0"
13
13
  },
14
14
  "module": "./index.esm.js",
15
15
  "main": "./index.cjs.js",
@@ -1,4 +1,4 @@
1
- export interface ICurrentUserContext {
1
+ export interface CurrentUserContextInterface {
2
2
  /**
3
3
  * User id used when logging in. Undefined if not authenticated, will change if user is impersonating or not.
4
4
  */