@injectivelabs/assert
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -6,13 +6,20 @@ # Change Log | ||
## [0.0.15](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/assert@0.0.14...@injectivelabs/assert@0.0.15) (2021-06-13) | ||
## [0.0.16](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/assert@0.0.11...@injectivelabs/assert@0.0.16) (2021-06-14) | ||
### Bug Fixes | ||
* merge conflicts ([a5c7ce1](https://github.com/InjectiveLabs/injective-ts/commit/a5c7ce13823fded62a32f79fcfda19867c929cc7)) | ||
* staking endpoint ([6cb75c4](https://github.com/InjectiveLabs/injective-ts/commit/6cb75c498b33709b037faa609f48fb6d64e22527)) | ||
### Features | ||
* added exchange exception ([3afa0c9](https://github.com/InjectiveLabs/injective-ts/commit/3afa0c9e03e9a0cebf98b202928893980239989a)) | ||
* added oracle streaming ([79a9661](https://github.com/InjectiveLabs/injective-ts/commit/79a9661b52acd4a672dc1f694ef6c1d44c940d61)) | ||
## [0.0.15](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/assert@0.0.14...@injectivelabs/assert@0.0.15) (2021-06-13) | ||
### Bug Fixes | ||
* merge conflicts ([a5c7ce1](https://github.com/InjectiveLabs/injective-ts/commit/a5c7ce13823fded62a32f79fcfda19867c929cc7)) | ||
## [0.0.14](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/assert@0.0.13...@injectivelabs/assert@0.0.14) (2021-06-08) | ||
@@ -22,9 +29,4 @@ | ||
## [0.0.13](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/assert@0.0.12...@injectivelabs/assert@0.0.13) (2021-06-08) | ||
### Bug Fixes | ||
@@ -34,6 +36,2 @@ | ||
## 0.0.12 (2021-05-31) | ||
@@ -40,0 +38,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.assert = exports.Assert = exports.JSONSchemaValidator = exports.schemas = void 0; | ||
exports.assert = void 0; | ||
const index_1 = require("./validators/index"); | ||
@@ -5,0 +5,0 @@ var schemas_1 = require("./schemas"); |
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Assert = exports.JSONSchemaValidator = void 0; | ||
var JSONSchema_1 = require("./JSONSchema"); | ||
Object.defineProperty(exports, "JSONSchemaValidator", { enumerable: true, get: function () { return __importDefault(JSONSchema_1).default; } }); | ||
Object.defineProperty(exports, "JSONSchemaValidator", { enumerable: true, get: function () { return JSONSchema_1.default; } }); | ||
var Assert_1 = require("./Assert"); | ||
Object.defineProperty(exports, "Assert", { enumerable: true, get: function () { return __importDefault(Assert_1).default; } }); | ||
Object.defineProperty(exports, "Assert", { enumerable: true, get: function () { return Assert_1.default; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@injectivelabs/assert", | ||
"description": "Asserting and validating schemas. Can be reused throughout Injective's projects.", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"license": "MIT", | ||
@@ -30,5 +30,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@injectivelabs/exceptions": "^0.0.24", | ||
"@injectivelabs/ts-types": "^0.0.20", | ||
"@injectivelabs/utils": "^0.0.31", | ||
"@injectivelabs/exceptions": "^0.0.25", | ||
"@injectivelabs/ts-types": "^0.0.21", | ||
"@injectivelabs/utils": "^0.0.32", | ||
"@types/lodash.values": "^4.3.6", | ||
@@ -41,3 +41,3 @@ "jsonschema": "^1.4.0", | ||
}, | ||
"gitHead": "79a9661b52acd4a672dc1f694ef6c1d44c940d61" | ||
"gitHead": "b718b497ac03d58fd39e76f3c8a48c105acb7f9f" | ||
} |
Sorry, the diff of this file is not supported yet
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
19139
122
+ Added@injectivelabs/exceptions@0.0.25(transitive)
+ Added@injectivelabs/ts-types@0.0.21(transitive)
+ Added@injectivelabs/utils@0.0.32(transitive)
- Removed@injectivelabs/exceptions@0.0.24(transitive)
- Removed@injectivelabs/ts-types@0.0.20(transitive)
- Removed@injectivelabs/utils@0.0.31(transitive)
Updated@injectivelabs/utils@^0.0.32