@trackunit/react-core-contexts-test 0.1.216 → 0.1.217
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/index.cjs2.js +1 -1
- package/index.esm2.js +1 -1
- package/package.json +2 -2
package/index.cjs2.js
CHANGED
|
@@ -131,6 +131,7 @@ const mockConfirmationDialogContext = {
|
|
|
131
131
|
* @returns {ICurrentUserContext} - Returns the mocked current user context
|
|
132
132
|
*/
|
|
133
133
|
const mockCurrentUserContext = {
|
|
134
|
+
clientSideUserId: "751ea227-f199-4d00-925f-a608312c5e45",
|
|
134
135
|
userName: "",
|
|
135
136
|
userRole: "",
|
|
136
137
|
customerId: 12345,
|
|
@@ -146,7 +147,6 @@ const mockCurrentUserContext = {
|
|
|
146
147
|
isTrackunitUser: false,
|
|
147
148
|
isAssuming: false,
|
|
148
149
|
isAccountOwner: true,
|
|
149
|
-
subscriptionPackage: "EXPAND_FLEET_OWNER",
|
|
150
150
|
};
|
|
151
151
|
|
|
152
152
|
/**
|
package/index.esm2.js
CHANGED
|
@@ -124,6 +124,7 @@ const mockConfirmationDialogContext = {
|
|
|
124
124
|
* @returns {ICurrentUserContext} - Returns the mocked current user context
|
|
125
125
|
*/
|
|
126
126
|
const mockCurrentUserContext = {
|
|
127
|
+
clientSideUserId: "751ea227-f199-4d00-925f-a608312c5e45",
|
|
127
128
|
userName: "",
|
|
128
129
|
userRole: "",
|
|
129
130
|
customerId: 12345,
|
|
@@ -139,7 +140,6 @@ const mockCurrentUserContext = {
|
|
|
139
140
|
isTrackunitUser: false,
|
|
140
141
|
isAssuming: false,
|
|
141
142
|
isAccountOwner: true,
|
|
142
|
-
subscriptionPackage: "EXPAND_FLEET_OWNER",
|
|
143
143
|
};
|
|
144
144
|
|
|
145
145
|
/**
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-core-contexts-test",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.217",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=20.x"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@apollo/client": "
|
|
10
|
+
"@apollo/client": "3.10.4",
|
|
11
11
|
"@testing-library/react": "14.0.0",
|
|
12
12
|
"react": "^18.2.0",
|
|
13
13
|
"@trackunit/react-core-contexts-api": "*",
|