@redocly/portal-plugin-async-api 1.13.0-next.0 → 1.13.0-next.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/portal-plugin-async-api",
3
- "version": "1.13.0-next.0",
3
+ "version": "1.13.0-next.2",
4
4
  "description": "Async API plugin for Redocly products",
5
5
  "type": "module",
6
6
  "exports": {
@@ -37,10 +37,10 @@
37
37
  "peerDependencies": {
38
38
  "react": "19.2.3",
39
39
  "react-dom": "19.2.3",
40
- "@redocly/realm": "0.130.0-next.0",
41
- "@redocly/redoc": "0.130.0-next.0",
42
- "@redocly/redoc-reef": "0.130.0-next.0",
43
- "@redocly/redoc-revel": "0.130.0-next.0",
40
+ "@redocly/realm": "0.130.0-next.2",
41
+ "@redocly/redoc": "0.130.0-next.2",
42
+ "@redocly/redoc-reef": "0.130.0-next.2",
43
+ "@redocly/redoc-revel": "0.130.0-next.2",
44
44
  "@redocly/theme": "0.62.0-next.0",
45
45
  "@redocly/config": "0.41.2"
46
46
  },
@@ -65,7 +65,7 @@
65
65
  "scripts": {
66
66
  "clean": "rm -rf lib",
67
67
  "compile": "tsc -p tsconfig.build.json",
68
- "build": "npm run clean && npm run compile",
68
+ "build": "pnpm run clean && pnpm run compile",
69
69
  "watch": "tsc -w -p tsconfig.build.json"
70
70
  }
71
71
  }