@coveo/headless-react 2.4.15 → 2.4.16-pre.4cc3445782

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.
@@ -12,7 +12,7 @@ export declare function createSingletonContext<TControllers extends ControllerDe
12
12
  /**
13
13
  * Returns engine and controller hooks, and context providers.
14
14
  *
15
- * See [Define the commerce engine and controllers](docs.coveo.com/en/obif0156#define-the-commerce-engine-and-controllers).
15
+ * See [Define the commerce engine and controllers](https://docs.coveo.com/en/obif0156#define-the-commerce-engine-and-controllers).
16
16
  *
17
17
  * @group Engine
18
18
  */
@@ -10,7 +10,7 @@ export function createSingletonContext() {
10
10
  /**
11
11
  * Returns engine and controller hooks, and context providers.
12
12
  *
13
- * See [Define the commerce engine and controllers](docs.coveo.com/en/obif0156#define-the-commerce-engine-and-controllers).
13
+ * See [Define the commerce engine and controllers](https://docs.coveo.com/en/obif0156#define-the-commerce-engine-and-controllers).
14
14
  *
15
15
  * @group Engine
16
16
  */
@@ -9,7 +9,7 @@ type UnknownAction = {
9
9
  * state, and then hydrating the state and displaying the page
10
10
  * with the hydrated state. They are required for your controller hooks to function.
11
11
  *
12
- * See [Create providers](docs.coveo.com/en/obif0156/#create-providers).
12
+ * See [Create providers](https://docs.coveo.com/en/obif0156/#create-providers).
13
13
  *
14
14
  * @group Providers
15
15
  */
@@ -10,7 +10,7 @@ function getController(controllers, key) {
10
10
  * state, and then hydrating the state and displaying the page
11
11
  * with the hydrated state. They are required for your controller hooks to function.
12
12
  *
13
- * See [Create providers](docs.coveo.com/en/obif0156/#create-providers).
13
+ * See [Create providers](https://docs.coveo.com/en/obif0156/#create-providers).
14
14
  *
15
15
  * @group Providers
16
16
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/headless-react",
3
- "version": "2.4.15",
3
+ "version": "2.4.16-pre.4cc3445782",
4
4
  "description": "React utilities for SSR (Server Side Rendering) with headless",
5
5
  "homepage": "https://docs.coveo.com/en/headless/latest/",
6
6
  "repository": {
@@ -40,7 +40,7 @@
40
40
  "build:typedoc:merge": "typedoc --tsconfig tsconfig.typedoc.json"
41
41
  },
42
42
  "dependencies": {
43
- "@coveo/headless": "3.21.0"
43
+ "@coveo/headless": "3.22.0-pre.4cc3445782"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@coveo/release": "1.0.0",