@trackunit/react-core-contexts-test 0.1.65 → 0.1.67

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 (3) hide show
  1. package/index2.cjs +1 -0
  2. package/index2.js +1 -0
  3. package/package.json +3 -3
package/index2.cjs CHANGED
@@ -211,6 +211,7 @@ const mockEnvironmentContext = {
211
211
  "session-id": "",
212
212
  },
213
213
  trackunitRestApiUrl: "",
214
+ hubspotRequestAppAccessFormId: "",
214
215
  };
215
216
 
216
217
  const mockOemBrandingContext = {
package/index2.js CHANGED
@@ -209,6 +209,7 @@ const mockEnvironmentContext = {
209
209
  "session-id": "",
210
210
  },
211
211
  trackunitRestApiUrl: "",
212
+ hubspotRequestAppAccessFormId: "",
212
213
  };
213
214
 
214
215
  const mockOemBrandingContext = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.65",
3
+ "version": "0.1.67",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "module": "./index.js",
@@ -9,8 +9,8 @@
9
9
  "types": "./src/index.d.ts",
10
10
  "dependencies": {
11
11
  "@apollo/client": "3.7.10",
12
- "@trackunit/react-core-contexts-api": "0.2.35",
13
- "@trackunit/react-core-hooks": "0.2.58",
12
+ "@trackunit/react-core-contexts-api": "0.2.37",
13
+ "@trackunit/react-core-hooks": "0.2.60",
14
14
  "@trackunit/tailwind-styled-components": "0.0.56",
15
15
  "graphql": "15.8.0",
16
16
  "react": "18.2.0",