@virto-commerce/front-modules-hotjar
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@virto-commerce/front-modules-hotjar", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "index.ts", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -10,3 +10,3 @@ # Hotjar Module For VirtoCommerce Frontend | ||
```bash | ||
yarn add vc-modules-front-hotjar | ||
yarn add @virto-commerce/front-modules-hotjar | ||
``` | ||
@@ -17,3 +17,3 @@ | ||
```bash | ||
yarn add vc-modules-front-hotjar@1.0.1 | ||
yarn add @virto-commerce/front-modules-hotjar@1.0.0 | ||
``` | ||
@@ -28,3 +28,3 @@ | ||
```ts | ||
import { useHotjarModule } from "vc-modules-front-hotjar"; | ||
import { useHotjarModule } from "@virto-commerce/front-modules-hotjar"; | ||
``` | ||
@@ -35,3 +35,3 @@ | ||
```ts | ||
const { useHotjarModule } = await import("vc-modules-front-hotjar"); | ||
const { useHotjarModule } = await import("@virto-commerce/front-modules-hotjar"); | ||
``` | ||
@@ -58,3 +58,3 @@ | ||
- [Hotjar Module](https://github.com/VirtoCommerce/vc-module-hotjar) | ||
- [Npm module](https://www.npmjs.com/package/vc-modules-front-hotjar) | ||
- [Npm module](https://www.npmjs.com/package/@virto-commerce/front-modules-hotjar) | ||
@@ -61,0 +61,0 @@ ## License |
4326