Skip to content

Commit

Permalink
feat: new typings api
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed May 31, 2019
1 parent be5e8d5 commit 5788a55
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 139 deletions.
152 changes: 83 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@iarna/toml": "^2.2.3",
"@open-rpc/schema-utils-js": "^1.9.0",
"@open-rpc/typings": "^1.0.4",
"commander": "^2.19.0",
"fs-extra": "^7.0.1",
"lodash": "^4.17.11"
"@iarna/toml": "2.2.3",
"@open-rpc/schema-utils-js": "1.9.0",
"@open-rpc/typings": "^1.2.1",
"commander": "2.19.0",
"fs-extra": "7.0.1",
"lodash": "4.17.11"
},
"devDependencies": {
"@open-rpc/examples": "^1.3.1",
"@open-rpc/meta-schema": "^1.3.2",
"@types/fs-extra": "^7.0.0",
"@types/jest": "^24.0.11",
"@types/lodash": "^4.14.123",
"jest": "^24.5.0",
"ts-jest": "^24.0.0",
"tslint": "^5.16.0",
"typescript": "^3.3.3333"
"@open-rpc/examples": "^1.3.3",
"@open-rpc/meta-schema": "1.3.2",
"@types/fs-extra": "7.0.0",
"@types/jest": "24.0.11",
"@types/lodash": "4.14.123",
"jest": "24.5.0",
"ts-jest": "24.0.0",
"tslint": "5.16.0",
"typescript": "3.3.3333"
}
}
Loading

0 comments on commit 5788a55

Please sign in to comment.