Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 8fe8efb

Browse files
restoration of interactive RPC functionality (#121)
1 parent 1dc921a commit 8fe8efb

File tree

5 files changed

+77
-10
lines changed

5 files changed

+77
-10
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@nilfoundation:registry=https://registry.npmjs.org/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@docusaurus/core": "^3.4.0",
2222
"@docusaurus/preset-classic": "^3.4.0",
2323
"@docusaurus/theme-mermaid": "^3.4.0",
24-
"@khannanov-nil/openrpc-docusaurus": "0.5.2",
24+
"@khannanov-nil/openrpc-docusaurus": "0.5.8",
2525
"@mdx-js/react": "^3.0.0",
2626
"@nilfoundation/ui-kit": "^2.5.1",
2727
"@uiw/codemirror-themes": "4.21.0",

src/theme/OpenRPCDocIndex.js

+65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/theme/OpenRPCDocIndex.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2072,10 +2072,10 @@
20722072
resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.4.0.tgz#08d6c5e20cf7e4cc02fd181c4b0c225cd31dbb60"
20732073
integrity sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==
20742074

2075-
"@khannanov-nil/[email protected].0":
2076-
version "0.3.0"
2077-
resolved "https://registry.yarnpkg.com/@khannanov-nil/nil-open-rpc-docs-react/-/nil-open-rpc-docs-react-0.3.0.tgz#2335cb3eea6d476d0807fdac9700487f69cc60ed"
2078-
integrity sha512-1I9/HHMGstoVuQWL6nMxo9mYL2QLVtVokijMJn7q97FdC9WcvTGNQF8T+og0Qxud8U2C4rwMyuWVAoRX5NYVlA==
2075+
"@khannanov-nil/[email protected].6":
2076+
version "0.3.6"
2077+
resolved "https://registry.yarnpkg.com/@khannanov-nil/nil-open-rpc-docs-react/-/nil-open-rpc-docs-react-0.3.6.tgz#d8298fa8d08eda0942a299019840c374a74ae851"
2078+
integrity sha512-JrZomoNLbd2AJjiUN111wv94umc5qmwM+BEJBbg1pQY+/XXYtSUfZnS3BmStf1HxoUn5ZlIvj2xMu/N2ef6/Zw==
20792079
dependencies:
20802080
"@json-schema-tools/traverse" "^1.10.1"
20812081
"@open-rpc/client-js" "^1.8.1"
@@ -2096,10 +2096,10 @@
20962096
react-markdown "^8.0.7"
20972097
react-syntax-highlighter "^15.4.3"
20982098

2099-
"@khannanov-nil/[email protected].2":
2100-
version "0.5.2"
2101-
resolved "https://registry.yarnpkg.com/@khannanov-nil/openrpc-docusaurus/-/openrpc-docusaurus-0.5.2.tgz#33b08f3aedc3191afdd3ccc6764368ce0a9301a4"
2102-
integrity sha512-QbC6ez7qcbNy3ljo1UK4MI2zq/rIfXlyHwpR0NY3NYvs3gj6tpQqEnm3+73CaOgBjKMqWQuyQwz3ThqVjMBBJQ==
2099+
"@khannanov-nil/[email protected].8":
2100+
version "0.5.8"
2101+
resolved "https://registry.yarnpkg.com/@khannanov-nil/openrpc-docusaurus/-/openrpc-docusaurus-0.5.8.tgz#41c7f7b9e418ef82ea6dc27e37da1519ed9a6d14"
2102+
integrity sha512-yGzFHcEK7nueaiOPaRsjcCJHhbN5waYb6LuV6AcVhEvoiYpYqvYLSPhHtzDHoftHkZDl0AYCR5NGUwePdPTdBQ==
21032103
dependencies:
21042104
"@docusaurus/core" "^3.0.0"
21052105
"@docusaurus/plugin-content-blog" "^3.0.0"
@@ -2114,7 +2114,7 @@
21142114
"@docusaurus/theme-common" "^3.0.0"
21152115
"@docusaurus/theme-search-algolia" "^3.0.0"
21162116
"@docusaurus/types" "^3.0.0"
2117-
"@khannanov-nil/nil-open-rpc-docs-react" "0.3.0"
2117+
"@khannanov-nil/nil-open-rpc-docs-react" "0.3.6"
21182118
"@open-rpc/schema-utils-js" "^1.16.1"
21192119
node-polyfill-webpack-plugin "^2.0.1"
21202120
process "^0.11.10"

0 commit comments

Comments
 (0)