@faststats/nuxt 0.4.0 → 0.4.2

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.d.mts CHANGED
@@ -1,8 +1,7 @@
1
- import * as nuxt_schema0 from "nuxt/schema";
2
1
  import { WebAnalyticsOptions } from "@faststats/web";
3
2
 
4
3
  //#region src/module.d.ts
5
4
  type ModuleOptions = Partial<WebAnalyticsOptions>;
6
- declare const _default: nuxt_schema0.NuxtModule<Partial<WebAnalyticsOptions>, Partial<WebAnalyticsOptions>, false>;
5
+ declare const _default: import("nuxt/schema").NuxtModule<Partial<WebAnalyticsOptions>, Partial<WebAnalyticsOptions>, false>;
7
6
  //#endregion
8
7
  export { ModuleOptions, _default as default };
package/dist/module.mjs CHANGED
@@ -3,7 +3,7 @@ import { addPlugin, addTypeTemplate, createResolver, defineNuxtModule, useLogger
3
3
  import { defu } from "defu";
4
4
  //#region src/module.ts
5
5
  const SDK_NAME = "@faststats/nuxt";
6
- const SDK_VERSION = "0.4.0";
6
+ const SDK_VERSION = "0.4.2";
7
7
  var module_default = defineNuxtModule({
8
8
  meta: {
9
9
  name: "@faststats/nuxt",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/faststats-dev/faststats-javascript.git"
6
6
  },
7
- "version": "0.4.0",
7
+ "version": "0.4.2",
8
8
  "type": "module",
9
9
  "main": "./dist/module.mjs",
10
10
  "types": "./dist/module.d.mts",
@@ -31,13 +31,13 @@
31
31
  "nuxt": "^3.12.0 || ^4.0.0"
32
32
  },
33
33
  "dependencies": {
34
- "@faststats/web": "^0.4.0",
34
+ "@faststats/web": "^0.4.2",
35
35
  "@nuxt/kit": "^4.4.0",
36
36
  "defu": "^6.1.4"
37
37
  },
38
38
  "devDependencies": {
39
39
  "nuxt": "^4.4.2",
40
- "tsdown": "^0.21.4",
41
- "typescript": "^5.9.3"
40
+ "tsdown": "^0.22.3",
41
+ "typescript": "^6.0.3"
42
42
  }
43
43
  }