@open-rpc/typings
Advanced tools
Comparing version 1.11.1 to 1.11.2
"use strict"; | ||
var __assign = (this && this.__assign) || function () { | ||
__assign = Object.assign || function(t) { | ||
for (var s, i = 1, n = arguments.length; i < n; i++) { | ||
s = arguments[i]; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) | ||
t[p] = s[p]; | ||
} | ||
return t; | ||
}; | ||
return __assign.apply(this, arguments); | ||
}; | ||
var __spreadArrays = (this && this.__spreadArrays) || function () { | ||
@@ -30,3 +41,6 @@ for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; | ||
var schema = _a.schema; | ||
return schema; | ||
if (schema === true || schema === false) { | ||
return schema; | ||
} | ||
return __assign({}, schema); | ||
}); | ||
@@ -33,0 +47,0 @@ }; |
@@ -0,1 +1,8 @@ | ||
## [1.11.2](https://github.com/open-rpc/typings/compare/1.11.1...1.11.2) (2020-08-05) | ||
### Bug Fixes | ||
* solve the mysterious ref trash ([b874e0b](https://github.com/open-rpc/typings/commit/b874e0b4bf7fb8deaebaa3c56ce316f3c7d82d26)) | ||
## [1.11.1](https://github.com/open-rpc/typings/compare/1.11.0...1.11.1) (2020-08-04) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@open-rpc/typings", | ||
"private": false, | ||
"version": "1.11.1", | ||
"version": "1.11.2", | ||
"description": "", | ||
@@ -38,2 +38,3 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"@open-rpc/examples": "^1.6.0", | ||
"@open-rpc/meta-schema": "^1.12.6", | ||
@@ -40,0 +41,0 @@ "@types/commander": "^2.12.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44788
642
8