@posthog/nuxt 1.6.14 → 1.6.16
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.
- package/README.md +3 -9
- package/dist/module.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -128,15 +128,9 @@ Q: I see stack traces but I do not see line context in the error tracking tab
|
|
|
128
128
|
A: Double check whether you enabled sourcemaps generation in the nuxt config both for vue and nitro. It is covered in the docs.
|
|
129
129
|
```
|
|
130
130
|
|
|
131
|
-
##
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
2. Install dependencies using `pnpm i`
|
|
135
|
-
3. Build the module using `pnpm build`
|
|
136
|
-
4. Navigate into playground directory
|
|
137
|
-
5. Install dependencies using `npm i`
|
|
138
|
-
6. Build the playground using `npm run build`
|
|
139
|
-
7. Run the playground using `node .output/server/index.mjs`
|
|
131
|
+
## Contributing
|
|
132
|
+
|
|
133
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for package-specific development instructions.
|
|
140
134
|
|
|
141
135
|
## Questions?
|
|
142
136
|
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@posthog/nuxt",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.16",
|
|
4
4
|
"description": "Nuxt module for Posthog 🦔",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"@nuxt/kit": ">=3.7.0",
|
|
28
28
|
"posthog-node": "5.29.2",
|
|
29
29
|
"@posthog/core": "1.25.2",
|
|
30
|
-
"posthog-
|
|
31
|
-
"
|
|
30
|
+
"@posthog/plugin-utils": "1.0.1",
|
|
31
|
+
"posthog-js": "1.369.3"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "^20.0.0",
|