Skip to content

Commit 8409305

Browse files
authored
Merge pull request #403 from open-rpc/fix/fallback-schema-examples
fix: remove guard for method.examples to allow schema.examples fallback
2 parents f1dbd5a + f13433f commit 8409305

File tree

7 files changed

+420
-57
lines changed

7 files changed

+420
-57
lines changed

package-lock.json

Lines changed: 288 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@open-rpc/meta-schema": "^1.11.0",
31+
"@testing-library/react": "^11.2.2",
3132
"@types/jest": "^24.0.11",
3233
"@types/json-schema": "^7.0.3",
3334
"@types/lodash": "^4.14.123",
@@ -38,7 +39,7 @@
3839
"json-schema-ref-parser": "^7.0.1",
3940
"ts-jest": "^24.0.0",
4041
"tslint": "^5.14.0",
41-
"typescript": "^3.3.4000"
42+
"typescript": "^3.9.7"
4243
},
4344
"files": [
4445
"build"

0 commit comments

Comments
 (0)