@redocly/replay 0.5.8 → 0.5.10
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/replay.cjs +79 -79
- package/dist/replay.js +6 -2
- package/package.json +2 -2
package/dist/replay.js
CHANGED
|
@@ -13980,6 +13980,9 @@ const Bn = {
|
|
|
13980
13980
|
additionalProperties: !0,
|
|
13981
13981
|
required: [],
|
|
13982
13982
|
properties: {
|
|
13983
|
+
/**
|
|
13984
|
+
* @deprecated Should use `reunite.ignoreLint` instead
|
|
13985
|
+
*/
|
|
13983
13986
|
ignoreNonCompliant: { type: "boolean", default: !1 },
|
|
13984
13987
|
teamMetadataProperty: {
|
|
13985
13988
|
type: "object",
|
|
@@ -14088,6 +14091,7 @@ function b0(t, e) {
|
|
|
14088
14091
|
const ON = {
|
|
14089
14092
|
type: "object",
|
|
14090
14093
|
properties: {
|
|
14094
|
+
ignoreLint: { type: "boolean", default: !1 },
|
|
14091
14095
|
ignoreLinkChecker: { type: "boolean" },
|
|
14092
14096
|
ignoreMarkdocErrors: { type: "boolean" }
|
|
14093
14097
|
},
|
|
@@ -59636,7 +59640,7 @@ function Woe(t, e) {
|
|
|
59636
59640
|
return {
|
|
59637
59641
|
id: crypto.randomUUID(),
|
|
59638
59642
|
name: m,
|
|
59639
|
-
value: (x == null ? void 0 : x.value) || g.default,
|
|
59643
|
+
value: (x == null ? void 0 : x.value) || g.default || "",
|
|
59640
59644
|
type: Er.Server,
|
|
59641
59645
|
canBeRemoved: !1,
|
|
59642
59646
|
canBeEdited: !0,
|
|
@@ -59665,7 +59669,7 @@ function Woe(t, e) {
|
|
|
59665
59669
|
);
|
|
59666
59670
|
return {
|
|
59667
59671
|
...m,
|
|
59668
|
-
value: (g == null ? void 0 : g.value) || m.value
|
|
59672
|
+
value: (g == null ? void 0 : g.value) || m.value || ""
|
|
59669
59673
|
};
|
|
59670
59674
|
}), h = Il.getEnvironmentByName(l), p = (h == null ? void 0 : h.variables.filter(
|
|
59671
59675
|
(m) => m.type === Er.UserCreated
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/replay",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/replay.cjs",
|
|
6
6
|
"module": "./dist/replay.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
20
20
|
"react-router-dom": "^6.21.1",
|
|
21
21
|
"styled-components": "^5.3.11",
|
|
22
|
-
"@redocly/theme": "0.
|
|
22
|
+
"@redocly/theme": "0.41.0"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@codemirror/autocomplete": "^6.15.0",
|