@posthog/nuxt 1.2.5 → 1.2.7
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/dist/module.json +1 -1
- package/dist/module.mjs +2 -2
- package/package.json +5 -5
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import { dirname } from 'node:path';
|
|
|
5
5
|
|
|
6
6
|
const filename = fileURLToPath(import.meta.url);
|
|
7
7
|
const resolvedDirname = dirname(filename);
|
|
8
|
-
const module = defineNuxtModule({
|
|
8
|
+
const module$1 = defineNuxtModule({
|
|
9
9
|
meta: {
|
|
10
10
|
name: "@posthog/nuxt",
|
|
11
11
|
configKey: "posthogConfig",
|
|
@@ -123,4 +123,4 @@ function getUploadArgs(directory, sourcemapsConfig) {
|
|
|
123
123
|
return processOptions;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
export { module as default };
|
|
126
|
+
export { module$1 as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@posthog/nuxt",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
4
4
|
"description": "Nuxt module for Posthog 🦔",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"dist"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@posthog/cli": "~0.5.
|
|
23
|
+
"@posthog/cli": "~0.5.13",
|
|
24
24
|
"@nuxt/kit": ">=3.7.0",
|
|
25
|
-
"
|
|
26
|
-
"posthog-js": "1.
|
|
27
|
-
"posthog
|
|
25
|
+
"posthog-node": "5.13.1",
|
|
26
|
+
"posthog-js": "1.297.1",
|
|
27
|
+
"@posthog/core": "1.5.4"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^20.0.0",
|