@trackunit/react-core-contexts-test 0.0.8 → 0.0.10-abo-fuel-consumption-rest-api.1
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.d.ts +1 -0
- package/index.js +1 -1
- package/index2.js +1 -1
- package/package.json +4 -4
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { M as MockContextProviderBuilder, d as doNothing, m as mockEnvironmentContext, q as queryFor, r as rootContext } from './index2.js';
|
|
1
|
+
export { M as MockContextProviderBuilder, d as doNothing, m as mockCurrentUserContext, a as mockEnvironmentContext, q as queryFor, r as rootContext } from './index2.js';
|
|
2
2
|
import 'react/jsx-runtime';
|
|
3
3
|
import '@testing-library/react';
|
|
4
4
|
import '@trackunit/react-core-contexts-api';
|
package/index2.js
CHANGED
|
@@ -2605,4 +2605,4 @@ const queryFor = (document, variables, data, error) => {
|
|
|
2605
2605
|
};
|
|
2606
2606
|
};
|
|
2607
2607
|
|
|
2608
|
-
export { MockContextProviderBuilder as M, __awaiter as _, doNothing as d, flushPromises as f,
|
|
2608
|
+
export { MockContextProviderBuilder as M, __awaiter as _, mockEnvironmentContext as a, doNothing as d, flushPromises as f, mockCurrentUserContext as m, queryFor as q, rootContext as r };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-core-contexts-test",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10-abo-fuel-consumption-rest-api.1",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@apollo/client": "3.6.9",
|
|
12
12
|
"react": "17.0.1",
|
|
13
|
-
"@trackunit/react-core-contexts-api": "0.0.
|
|
14
|
-
"@trackunit/react-core-hooks": "0.0.
|
|
15
|
-
"@trackunit/tailwind-styled-components": "0.0.
|
|
13
|
+
"@trackunit/react-core-contexts-api": "0.0.39-abo-fuel-consumption-rest-api.1",
|
|
14
|
+
"@trackunit/react-core-hooks": "0.0.40-abo-fuel-consumption-rest-api.1",
|
|
15
|
+
"@trackunit/tailwind-styled-components": "0.0.38-abo-fuel-consumption-rest-api.1",
|
|
16
16
|
"react-router-dom": "^6.2.2",
|
|
17
17
|
"graphql": "^15.8.0"
|
|
18
18
|
},
|