@posthog/nuxt 1.2.6 → 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 CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.7.0"
6
6
  },
7
- "version": "1.2.6",
7
+ "version": "1.2.7",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "unknown"
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.6",
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.9",
23
+ "@posthog/cli": "~0.5.13",
24
24
  "@nuxt/kit": ">=3.7.0",
25
- "posthog-node": "5.13.0",
26
- "@posthog/core": "1.5.3",
27
- "posthog-js": "1.297.0"
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",