@faststats/nitro 0.8.1 → 0.8.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/v2.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as FaststatsNitroOptions } from "./options-D8H8Cnje.mjs";
|
|
2
2
|
//#region src/v2.d.ts
|
|
3
|
-
declare function createFaststatsNitroPluginV2(options?: FaststatsNitroOptions): import("nitropack").NitroAppPlugin;
|
|
3
|
+
export declare function createFaststatsNitroPluginV2(options?: FaststatsNitroOptions): import("nitropack").NitroAppPlugin;
|
|
4
4
|
declare const _default: import("nitropack").NitroAppPlugin;
|
|
5
5
|
//#endregion
|
|
6
|
-
export {
|
|
6
|
+
export { _default as default };
|
package/dist/v2.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as resolveFaststatsNitroOptions, t as createNitroErrorHook } from "./plugin-hook-
|
|
1
|
+
import { n as resolveFaststatsNitroOptions, t as createNitroErrorHook } from "./plugin-hook-WhIyla-K.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,6 +1,6 @@
|
|
|
1
1
|
import { t as FaststatsNitroOptions } from "./options-D8H8Cnje.mjs";
|
|
2
2
|
//#region src/v3.d.ts
|
|
3
|
-
declare function createFaststatsNitroPluginV3(options?: FaststatsNitroOptions): import("nitro/types").NitroAppPlugin;
|
|
3
|
+
export declare function createFaststatsNitroPluginV3(options?: FaststatsNitroOptions): import("nitro/types").NitroAppPlugin;
|
|
4
4
|
declare const _default: import("nitro/types").NitroAppPlugin;
|
|
5
5
|
//#endregion
|
|
6
|
-
export {
|
|
6
|
+
export { _default as default };
|
package/dist/v3.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as resolveFaststatsNitroOptions, t as createNitroErrorHook } from "./plugin-hook-
|
|
1
|
+
import { n as resolveFaststatsNitroOptions, t as createNitroErrorHook } from "./plugin-hook-WhIyla-K.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.8.
|
|
7
|
+
"version": "0.8.2",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"main": "./dist/v2.mjs",
|
|
10
10
|
"module": "./dist/v2.mjs",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"nitropack": "2.13.4",
|
|
36
36
|
"nitro": "3.0.260610-beta",
|
|
37
|
-
"tsdown": "^0.
|
|
37
|
+
"tsdown": "^0.23.0",
|
|
38
38
|
"typescript": "^6.0.3"
|
|
39
39
|
},
|
|
40
40
|
"peerDependenciesMeta": {
|