@redocly/replay 0.5.9 → 0.5.11

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.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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/replay",
3
- "version": "0.5.9",
3
+ "version": "0.5.11",
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.40.6"
22
+ "@redocly/theme": "0.42.0"
23
23
  },
24
24
  "dependencies": {
25
25
  "@codemirror/autocomplete": "^6.15.0",