ocpp-ws-io 2.2.4 → 2.3.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.
- package/README.md +3 -3
- package/dist/adapters/redis.d.mts +2 -2
- package/dist/adapters/redis.d.ts +2 -2
- package/dist/adapters/redis.js +1 -1
- package/dist/adapters/redis.mjs +1 -1
- package/dist/browser.js +1 -1
- package/dist/browser.mjs +1 -1
- package/dist/{context-B_y56LLS.d.ts → context-B4-L-O1-.d.ts} +1 -1
- package/dist/{context-BVYqFvfw.d.mts → context-BNELI5Ux.d.mts} +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-DrWsObRI.d.ts → index-CEMhGOxh.d.ts} +16 -6
- package/dist/{index-Dr8uXTWu.d.mts → index-Gz98XqQ7.d.mts} +16 -6
- package/dist/index.d.mts +9 -11
- package/dist/index.d.ts +9 -11
- 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/parse-worker.cjs +91 -0
- package/dist/plugins.d.mts +12 -2
- package/dist/plugins.d.ts +12 -2
- package/dist/plugins.js +1 -1
- package/dist/plugins.mjs +1 -1
- package/dist/{types-BsoUgWtt.d.mts → types-tTYOr5Gm.d.mts} +110 -22
- package/dist/{types-BsoUgWtt.d.ts → types-tTYOr5Gm.d.ts} +110 -22
- package/package.json +1 -1
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-tTYOr5Gm.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-tTYOr5Gm.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';
|