@faststats/nitro 0.3.1 → 0.4.0
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.
|
|
126
|
+
const SDK_VERSION = "0.4.0";
|
|
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-
|
|
1
|
+
import { n as resolveFaststatsNitroOptions, t as reportNitroErrorToFaststats } from "./report-error-BmDaNir8.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-
|
|
1
|
+
import { n as resolveFaststatsNitroOptions, t as reportNitroErrorToFaststats } from "./report-error-BmDaNir8.mjs";
|
|
2
2
|
import { definePlugin } from "nitro";
|
|
3
3
|
//#region src/v3.ts
|
|
4
4
|
function createFaststatsNitroPluginV3(options) {
|