@faststats/nitro 0.8.2 → 0.10.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.
@@ -20,7 +20,7 @@ function resolveFaststatsNitroOptions(overrides = {}) {
20
20
  };
21
21
  }
22
22
  const SDK_NAME = "@faststats/nitro";
23
- const SDK_VERSION = "0.8.2";
23
+ const SDK_VERSION = "0.10.0";
24
24
  //#endregion
25
25
  //#region src/context.ts
26
26
  function detectRuntime() {
package/dist/v2.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as resolveFaststatsNitroOptions, t as createNitroErrorHook } from "./plugin-hook-WhIyla-K.mjs";
1
+ import { n as resolveFaststatsNitroOptions, t as createNitroErrorHook } from "./plugin-hook-C8CO6s-r.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 createNitroErrorHook } from "./plugin-hook-WhIyla-K.mjs";
1
+ import { n as resolveFaststatsNitroOptions, t as createNitroErrorHook } from "./plugin-hook-C8CO6s-r.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.2",
7
+ "version": "0.10.0",
8
8
  "type": "module",
9
9
  "main": "./dist/v2.mjs",
10
10
  "module": "./dist/v2.mjs",
@@ -33,9 +33,9 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "nitropack": "2.13.4",
36
- "nitro": "3.0.260610-beta",
36
+ "nitro": "3.0.260903-beta",
37
37
  "tsdown": "^0.23.0",
38
- "typescript": "^6.0.3"
38
+ "typescript": "^7.0.2"
39
39
  },
40
40
  "peerDependenciesMeta": {
41
41
  "nitro": {