@open-rpc/typings 1.12.2 → 1.12.3

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,6 @@
4
4
  <span>
5
5
  <img alt="CircleCI branch" src="https://img.shields.io/circleci/project/github/open-rpc/typings/master.svg">
6
6
  <img src="https://codecov.io/gh/open-rpc/typings/branch/master/graph/badge.svg" />
7
- <img alt="Dependabot status" src="https://api.dependabot.com/badges/status?host=github&repo=open-rpc/typings" />
8
7
  <img alt="npm" src="https://img.shields.io/npm/dt/@open-rpc/typings.svg" />
9
8
  <img alt="GitHub release" src="https://img.shields.io/github/release/open-rpc/typings.svg" />
10
9
  <img alt="GitHub commits since latest release" src="https://img.shields.io/github/commits-since/open-rpc/typings/latest.svg" />
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@open-rpc/typings",
3
3
  "private": false,
4
- "version": "1.12.2",
4
+ "version": "1.12.3",
5
5
  "description": "",
6
6
  "main": "build/index.js",
7
7
  "bin": {
@@ -30,7 +30,7 @@
30
30
  "homepage": "https://github.com/open-rpc/typings#readme",
31
31
  "dependencies": {
32
32
  "@json-schema-tools/titleizer": "1.0.8",
33
- "@json-schema-tools/transpiler": "^1.10.2",
33
+ "@json-schema-tools/transpiler": "^1.10.3",
34
34
  "@open-rpc/schema-utils-js": "1.16.1",
35
35
  "commander": "^6.0.0",
36
36
  "fs-extra": "^10.0.0"