@faststats/nitro 0.4.1 → 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.
@@ -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.1";
126
+ const SDK_VERSION = "0.4.2";
127
127
  //#endregion
128
128
  //#region src/error-reporter.ts
129
129
  function pruneUndefined(context) {
package/dist/v2.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as resolveFaststatsNitroOptions, t as reportNitroErrorToFaststats } from "./report-error-CSuDx52_.mjs";
1
+ import { n as resolveFaststatsNitroOptions, t as reportNitroErrorToFaststats } from "./report-error-BGjRwWHB.mjs";
2
2
  import { defineNitroPlugin } from "nitropack/runtime";
3
3
  //#region src/v2.ts
4
4
  function createFaststatsNitroPluginV2(options) {
package/dist/v3.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as resolveFaststatsNitroOptions, t as reportNitroErrorToFaststats } from "./report-error-CSuDx52_.mjs";
1
+ import { n as resolveFaststatsNitroOptions, t as reportNitroErrorToFaststats } from "./report-error-BGjRwWHB.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.1",
7
+ "version": "0.4.2",
8
8
  "type": "module",
9
9
  "main": "./dist/v2.mjs",
10
10
  "module": "./dist/v2.mjs",