ocpp-ws-io 2.1.6 → 2.1.8

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/dist/browser.mjs CHANGED
@@ -2,6 +2,9 @@
2
2
  function defineMiddleware(mw) {
3
3
  return mw;
4
4
  }
5
+ function createPlugin(plugin) {
6
+ return plugin;
7
+ }
5
8
  function defineRpcMiddleware(mw) {
6
9
  return mw;
7
10
  }
@@ -1275,6 +1278,7 @@ export {
1275
1278
  TimeoutError,
1276
1279
  combineAuth,
1277
1280
  createLoggingMiddleware,
1281
+ createPlugin,
1278
1282
  createRPCError,
1279
1283
  defineAuth,
1280
1284
  defineMiddleware,