@faststats/nitro 0.4.0 → 0.4.1

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.
@@ -123,7 +123,7 @@ function buildServerReportContext(extra = {}) {
123
123
  //#endregion
124
124
  //#region src/sdk.ts
125
125
  const SDK_NAME = "@faststats/nitro";
126
- const SDK_VERSION = "0.4.0";
126
+ const SDK_VERSION = "0.4.1";
127
127
  //#endregion
128
128
  //#region src/error-reporter.ts
129
129
  function pruneUndefined(context) {
package/dist/v2.d.mts CHANGED
@@ -1,8 +1,7 @@
1
- import { t as FaststatsNitroOptions } from "./report-error-CdwX_ZIm.mjs";
2
- import * as nitropack from "nitropack";
1
+ import { t as FaststatsNitroOptions } from "./report-error-ldlQ3TdC.mjs";
3
2
 
4
3
  //#region src/v2.d.ts
5
- declare function createFaststatsNitroPluginV2(options?: FaststatsNitroOptions): nitropack.NitroAppPlugin;
6
- declare const _default: nitropack.NitroAppPlugin;
4
+ declare function createFaststatsNitroPluginV2(options?: FaststatsNitroOptions): import("nitropack").NitroAppPlugin;
5
+ declare const _default: import("nitropack").NitroAppPlugin;
7
6
  //#endregion
8
7
  export { createFaststatsNitroPluginV2, _default as default };
package/dist/v2.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as resolveFaststatsNitroOptions, t as reportNitroErrorToFaststats } from "./report-error-BmDaNir8.mjs";
1
+ import { n as resolveFaststatsNitroOptions, t as reportNitroErrorToFaststats } from "./report-error-CSuDx52_.mjs";
2
2
  import { defineNitroPlugin } from "nitropack/runtime";
3
3
  //#region src/v2.ts
4
4
  function createFaststatsNitroPluginV2(options) {
package/dist/v3.d.mts CHANGED
@@ -1,8 +1,7 @@
1
- import { t as FaststatsNitroOptions } from "./report-error-CdwX_ZIm.mjs";
2
- import * as nitro_types0 from "nitro/types";
1
+ import { t as FaststatsNitroOptions } from "./report-error-ldlQ3TdC.mjs";
3
2
 
4
3
  //#region src/v3.d.ts
5
- declare function createFaststatsNitroPluginV3(options?: FaststatsNitroOptions): nitro_types0.NitroAppPlugin;
6
- declare const _default: nitro_types0.NitroAppPlugin;
4
+ declare function createFaststatsNitroPluginV3(options?: FaststatsNitroOptions): import("nitro/types").NitroAppPlugin;
5
+ declare const _default: import("nitro/types").NitroAppPlugin;
7
6
  //#endregion
8
7
  export { createFaststatsNitroPluginV3, _default as default };
package/dist/v3.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as resolveFaststatsNitroOptions, t as reportNitroErrorToFaststats } from "./report-error-BmDaNir8.mjs";
1
+ import { n as resolveFaststatsNitroOptions, t as reportNitroErrorToFaststats } from "./report-error-CSuDx52_.mjs";
2
2
  import { definePlugin } from "nitro";
3
3
  //#region src/v3.ts
4
4
  function createFaststatsNitroPluginV3(options) {
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.1",
8
8
  "type": "module",
9
9
  "main": "./dist/v2.mjs",
10
10
  "module": "./dist/v2.mjs",
@@ -34,8 +34,8 @@
34
34
  "devDependencies": {
35
35
  "nitropack": "2.13.1",
36
36
  "nitro": "3.0.260311-beta",
37
- "tsdown": "^0.21.4",
38
- "typescript": "^5.9.3"
37
+ "tsdown": "^0.22.3",
38
+ "typescript": "^6.0.3"
39
39
  },
40
40
  "peerDependenciesMeta": {
41
41
  "nitro": {