@trackunit/react-core-contexts-test 0.0.31 → 0.0.32

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/index2.js +1 -0
  2. package/package.json +3 -3
package/index2.js CHANGED
@@ -2334,6 +2334,7 @@ const mockCurrentUserContext = (overrides = {}) => Object.assign({
2334
2334
  userName: "",
2335
2335
  customerId: 12345,
2336
2336
  userId: 154312,
2337
+ tasUserId: "751ea227-f199-4d00-925f-a608312c5e45",
2337
2338
  email: "",
2338
2339
  name: "",
2339
2340
  accountId: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "module": "./index.js",
@@ -10,8 +10,8 @@
10
10
  "dependencies": {
11
11
  "@apollo/client": "3.6.9",
12
12
  "react": "17.0.1",
13
- "@trackunit/react-core-contexts-api": "0.0.54",
14
- "@trackunit/react-core-hooks": "0.0.60",
13
+ "@trackunit/react-core-contexts-api": "0.0.55",
14
+ "@trackunit/react-core-hooks": "0.0.61",
15
15
  "@trackunit/tailwind-styled-components": "0.0.42",
16
16
  "react-router-dom": "^6.2.2",
17
17
  "graphql": "^15.8.0"