@trackunit/react-core-contexts-test 0.1.298 → 0.1.300

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.
@@ -32,7 +32,7 @@ const reactHooksRenderHook = async (callback, getMockedCompositionRoot) => {
32
32
  };
33
33
  let renderedHook;
34
34
  // This is added here to make storybook work and to ensure the right act is loaded for hooks.
35
- // eslint-disable-next-line @typescript-eslint/no-var-requires
35
+ // eslint-disable-next-line @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports
36
36
  await react.act(async () => {
37
37
  renderedHook = await react.renderHook(callback, { wrapper });
38
38
  });
@@ -30,7 +30,7 @@ const reactHooksRenderHook = async (callback, getMockedCompositionRoot) => {
30
30
  };
31
31
  let renderedHook;
32
32
  // This is added here to make storybook work and to ensure the right act is loaded for hooks.
33
- // eslint-disable-next-line @typescript-eslint/no-var-requires
33
+ // eslint-disable-next-line @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports
34
34
  await act(async () => {
35
35
  renderedHook = await renderHook(callback, { wrapper });
36
36
  });
package/index.cjs.js CHANGED
@@ -128,7 +128,6 @@ const mockEnvironmentContext = {
128
128
  amplitudeApiEndpoint: "",
129
129
  graphqlPublicUrl: "",
130
130
  graphqlManagerUrl: "",
131
- graphqlManagerImageUploadUrl: "",
132
131
  graphqlInternalUrl: "",
133
132
  graphqlReportUrl: "",
134
133
  buildVersion: "",
package/index.esm.js CHANGED
@@ -126,7 +126,6 @@ const mockEnvironmentContext = {
126
126
  amplitudeApiEndpoint: "",
127
127
  graphqlPublicUrl: "",
128
128
  graphqlManagerUrl: "",
129
- graphqlManagerImageUploadUrl: "",
130
129
  graphqlInternalUrl: "",
131
130
  graphqlReportUrl: "",
132
131
  buildVersion: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.298",
3
+ "version": "0.1.300",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {