ninetwo-user-tracking 1.0.8 → 1.0.9

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ Facilita a implementação do **Google Tag Manager (GTM)** utilizando **Delegaç
17
17
 
18
18
  ## 📦 Instalação
19
19
 
20
- npm install ninetwo_user_tracking
20
+ npm install ninetwo-user-tracking
21
21
  ---
22
22
 
23
23
  ## 🚀 Configuração (Next.js 13+ App Router)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ninetwo-user-tracking",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "User tracking abstraction for React/Nextjs with GTM",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",