@trackunit/react-core-contexts-test 0.1.122 → 0.1.124
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 -0
- package/index.esm2.js +1 -0
- package/package.json +3 -3
package/index.cjs2.js
CHANGED
|
@@ -43363,6 +43363,7 @@ const mockEnvironmentContext = {
|
|
|
43363
43363
|
graphqlPublicUrl: "",
|
|
43364
43364
|
graphqlManagerUrl: "",
|
|
43365
43365
|
graphqlManagerImageUploadUrl: "",
|
|
43366
|
+
graphqlInternalUrl: "",
|
|
43366
43367
|
graphqlReportUrl: "",
|
|
43367
43368
|
buildVersion: "",
|
|
43368
43369
|
commitNumber: 0,
|
package/index.esm2.js
CHANGED
|
@@ -43335,6 +43335,7 @@ const mockEnvironmentContext = {
|
|
|
43335
43335
|
graphqlPublicUrl: "",
|
|
43336
43336
|
graphqlManagerUrl: "",
|
|
43337
43337
|
graphqlManagerImageUploadUrl: "",
|
|
43338
|
+
graphqlInternalUrl: "",
|
|
43338
43339
|
graphqlReportUrl: "",
|
|
43339
43340
|
buildVersion: "",
|
|
43340
43341
|
commitNumber: 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-core-contexts-test",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.124",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"main": "./index.cjs.js",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@apollo/client": "3.7.10",
|
|
13
|
-
"@trackunit/react-core-contexts-api": "0.2.
|
|
14
|
-
"@trackunit/react-core-hooks": "0.2.
|
|
13
|
+
"@trackunit/react-core-contexts-api": "0.2.67",
|
|
14
|
+
"@trackunit/react-core-hooks": "0.2.109",
|
|
15
15
|
"graphql": "15.8.0",
|
|
16
16
|
"lodash": "4.17.21",
|
|
17
17
|
"react": "18.2.0",
|