ocpp-ws-io 2.2.2-beta.1 → 2.2.4
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/README.md +1 -1
- package/dist/adapters/redis.d.mts +2 -2
- package/dist/adapters/redis.d.ts +2 -2
- package/dist/browser.js +1 -1
- package/dist/browser.mjs +1 -1
- package/dist/{context-Cy7YIKyU.d.mts → context-BVYqFvfw.d.mts} +1 -1
- package/dist/{context-DcTIzhq-.d.ts → context-B_y56LLS.d.ts} +1 -1
- package/dist/express.d.mts +1 -1
- package/dist/express.d.ts +1 -1
- package/dist/fastify.d.mts +2 -2
- package/dist/fastify.d.ts +2 -2
- package/dist/hono.d.mts +2 -2
- package/dist/hono.d.ts +2 -2
- package/dist/{index-B9rTwvbn.d.mts → index-Dr8uXTWu.d.mts} +1 -1
- package/dist/{index-D5pJ3wS4.d.ts → index-DrWsObRI.d.ts} +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +7 -7
- package/dist/index.mjs +7 -7
- package/dist/nestjs.d.mts +1 -1
- package/dist/nestjs.d.ts +1 -1
- package/dist/nestjs.js +8 -8
- package/dist/nestjs.mjs +8 -8
- package/dist/plugins.d.mts +32 -6
- package/dist/plugins.d.ts +32 -6
- package/dist/plugins.js +1 -1
- package/dist/plugins.mjs +1 -1
- package/dist/{types-xFfIgIuS.d.mts → types-BsoUgWtt.d.mts} +29 -2
- package/dist/{types-xFfIgIuS.d.ts → types-BsoUgWtt.d.ts} +29 -2
- package/package.json +2 -2
package/dist/nestjs.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a0 as ServerOptions, Y as RouterConfig, a as OCPPServerClient, o as CORSOptions, M as MiddlewareFunction, O as OCPPServer, b as OCPPServerStats, c as OCPPProtocol, A as AllMethodNames, d as OCPPRequestType, C as CallOptions, e as OCPPResponseType, f as CloseOptions } from './types-
|
|
1
|
+
import { a0 as ServerOptions, Y as RouterConfig, a as OCPPServerClient, o as CORSOptions, M as MiddlewareFunction, O as OCPPServer, b as OCPPServerStats, c as OCPPProtocol, A as AllMethodNames, d as OCPPRequestType, C as CallOptions, e as OCPPResponseType, f as CloseOptions } from './types-BsoUgWtt.mjs';
|
|
2
2
|
import { IncomingMessage } from 'node:http';
|
|
3
3
|
import { Type, DynamicModule, ForwardReference, OnModuleInit, OnModuleDestroy, NestMiddleware } from '@nestjs/common';
|
|
4
4
|
import { HttpAdapterHost, DiscoveryService, MetadataScanner } from '@nestjs/core';
|
package/dist/nestjs.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a0 as ServerOptions, Y as RouterConfig, a as OCPPServerClient, o as CORSOptions, M as MiddlewareFunction, O as OCPPServer, b as OCPPServerStats, c as OCPPProtocol, A as AllMethodNames, d as OCPPRequestType, C as CallOptions, e as OCPPResponseType, f as CloseOptions } from './types-
|
|
1
|
+
import { a0 as ServerOptions, Y as RouterConfig, a as OCPPServerClient, o as CORSOptions, M as MiddlewareFunction, O as OCPPServer, b as OCPPServerStats, c as OCPPProtocol, A as AllMethodNames, d as OCPPRequestType, C as CallOptions, e as OCPPResponseType, f as CloseOptions } from './types-BsoUgWtt.js';
|
|
2
2
|
import { IncomingMessage } from 'node:http';
|
|
3
3
|
import { Type, DynamicModule, ForwardReference, OnModuleInit, OnModuleDestroy, NestMiddleware } from '@nestjs/common';
|
|
4
4
|
import { HttpAdapterHost, DiscoveryService, MetadataScanner } from '@nestjs/core';
|