@absolutejs/absolute 0.19.0-beta.1063 → 0.19.0-beta.1065

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.
@@ -1,2 +1,2 @@
1
- import { Elysia } from 'elysia';
2
- export declare const networking: <A extends Elysia>(app: A) => A;
1
+ import { type AnyElysia } from 'elysia';
2
+ export declare const networking: <A extends AnyElysia>(app: A) => A;
package/package.json CHANGED
@@ -414,7 +414,7 @@
414
414
  ]
415
415
  }
416
416
  },
417
- "version": "0.19.0-beta.1063",
417
+ "version": "0.19.0-beta.1065",
418
418
  "workspaces": [
419
419
  "tests/fixtures/*",
420
420
  "tests/fixtures/_packages/*"