Comparing version 0.4.0-exp-230322.2051 to 0.4.0-exp-230322.2055
@@ -8,3 +8,3 @@ /// <reference types="bun-types" /> | ||
import { ElysiaWSOptions, WSTypedSchema } from './ws'; | ||
import type { Permission } from 'elysia/src/fn'; | ||
import type { Permission } from '@elysiajs/fn'; | ||
export default class Elysia<Instance extends ElysiaInstance = ElysiaInstance> { | ||
@@ -11,0 +11,0 @@ config: ElysiaConfig; |
{ | ||
"name": "elysia", | ||
"description": "Fast, and friendly Bun web framework", | ||
"version": "0.4.0-exp-230322.2051", | ||
"version": "0.4.0-exp-230322.2055", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "saltyAom", |
@@ -59,3 +59,3 @@ import type { Serve, Server } from 'bun' | ||
// @ts-ignore | ||
import type { Permission } from 'elysia/src/fn' | ||
import type { Permission } from '@elysiajs/fn' | ||
@@ -62,0 +62,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
164844