@mokup/server 1.2.0 → 1.2.1

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/connect.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const runtime = require('@mokup/runtime');
4
- const runtime$1 = require('./shared/server.aaygIV2Q.cjs');
4
+ const runtime$1 = require('./shared/server.D0X6h49r.cjs');
5
5
 
6
6
  function createConnectMiddleware(options) {
7
7
  const runtime$2 = runtime.createRuntime(runtime$1.toRuntimeOptions(options));
package/dist/connect.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { createRuntime } from '@mokup/runtime';
2
- import { t as toRuntimeOptions, a as toRuntimeRequestFromNode, b as applyRuntimeResultToNode } from './shared/server.LbftO9Jh.mjs';
2
+ import { t as toRuntimeOptions, a as toRuntimeRequestFromNode, b as applyRuntimeResultToNode } from './shared/server.B5ThEHd_.mjs';
3
3
 
4
4
  function createConnectMiddleware(options) {
5
5
  const runtime = createRuntime(toRuntimeOptions(options));
package/dist/express.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  const connect = require('./connect.cjs');
4
4
  require('@mokup/runtime');
5
- require('./shared/server.aaygIV2Q.cjs');
5
+ require('./shared/server.D0X6h49r.cjs');
6
6
 
7
7
  function createExpressMiddleware(options) {
8
8
  return connect.createConnectMiddleware(options);
package/dist/express.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { createConnectMiddleware } from './connect.mjs';
2
2
  import '@mokup/runtime';
3
- import './shared/server.LbftO9Jh.mjs';
3
+ import './shared/server.B5ThEHd_.mjs';
4
4
 
5
5
  function createExpressMiddleware(options) {
6
6
  return createConnectMiddleware(options);
package/dist/fastify.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const runtime = require('@mokup/runtime');
4
- const runtime$1 = require('./shared/server.aaygIV2Q.cjs');
4
+ const runtime$1 = require('./shared/server.D0X6h49r.cjs');
5
5
 
6
6
  function createFastifyPlugin(options) {
7
7
  const runtime$2 = runtime.createRuntime(runtime$1.toRuntimeOptions(options));
package/dist/fastify.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { createRuntime } from '@mokup/runtime';
2
- import { t as toRuntimeOptions, a as toRuntimeRequestFromNode, c as toBinaryBody } from './shared/server.LbftO9Jh.mjs';
2
+ import { t as toRuntimeOptions, a as toRuntimeRequestFromNode, c as toBinaryBody } from './shared/server.B5ThEHd_.mjs';
3
3
 
4
4
  function createFastifyPlugin(options) {
5
5
  const runtime = createRuntime(toRuntimeOptions(options));