@recursica/adapter-tester 2.0.0 → 2.0.2
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/cli.cjs +2 -2
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +4 -4
- package/dist/cli.js.map +1 -1
- package/dist/devServer.d.ts.map +1 -1
- package/dist/harness/mantineSourceOfTruth.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.html +37 -37
- package/dist/index.js +1 -1
- package/dist/{mantineSourceOfTruth-BiSfXKff.js → mantineSourceOfTruth-BtZhbJA_.js} +47 -26
- package/dist/{mantineSourceOfTruth-BiSfXKff.js.map → mantineSourceOfTruth-BtZhbJA_.js.map} +1 -1
- package/dist/mantineSourceOfTruth-D6tezfE1.cjs +75 -0
- package/dist/{mantineSourceOfTruth-DCoJ2dU-.cjs.map → mantineSourceOfTruth-D6tezfE1.cjs.map} +1 -1
- package/dist/testing/runVisualRegression.d.ts.map +1 -1
- package/dist/testing.cjs +1 -1
- package/dist/testing.cjs.map +1 -1
- package/dist/testing.js +101 -77
- package/dist/testing.js.map +1 -1
- package/package.json +1 -1
- package/public/index.html +37 -37
- package/dist/mantineSourceOfTruth-DCoJ2dU-.cjs +0 -54
package/dist/cli.js
CHANGED
|
@@ -6,7 +6,7 @@ import { fileURLToPath as wn, pathToFileURL as Dn } from "node:url";
|
|
|
6
6
|
import An from "node:net";
|
|
7
7
|
import Mn from "express";
|
|
8
8
|
import { createProxyMiddleware as zn } from "http-proxy-middleware";
|
|
9
|
-
import { m as Vn } from "./mantineSourceOfTruth-
|
|
9
|
+
import { m as Vn } from "./mantineSourceOfTruth-BtZhbJA_.js";
|
|
10
10
|
const Bt = $n(wn(import.meta.url));
|
|
11
11
|
function Mt(e) {
|
|
12
12
|
return new Promise((t) => {
|
|
@@ -78,9 +78,9 @@ function Un(e, t, m = {}) {
|
|
|
78
78
|
"<head>",
|
|
79
79
|
`<head>
|
|
80
80
|
<script>window.__ADAPTER_TESTER__ = ${JSON.stringify({
|
|
81
|
+
ownName: b.name,
|
|
81
82
|
sourceOfTruthName: c.name,
|
|
82
|
-
|
|
83
|
-
targetPort: $
|
|
83
|
+
sourceOfTruthPort: h
|
|
84
84
|
})};<\/script>`
|
|
85
85
|
);
|
|
86
86
|
i.send(o);
|
|
@@ -93,7 +93,7 @@ function Un(e, t, m = {}) {
|
|
|
93
93
|
}), v.use(
|
|
94
94
|
"/",
|
|
95
95
|
zn({
|
|
96
|
-
target: `http://localhost:${
|
|
96
|
+
target: `http://localhost:${$}`,
|
|
97
97
|
changeOrigin: !0,
|
|
98
98
|
ws: !0
|
|
99
99
|
})
|