@blockfrost/blockfrost-utils
Advanced tools
Comparing version 2.0.0 to 2.0.1-beta.0
@@ -5,3 +5,4 @@ import * as validation from './validation'; | ||
import * as cardano from './cardano'; | ||
import * as cip68 from './cip68'; | ||
export { MetricsCollector } from './metrics-collector'; | ||
export { validation, fastify, pagination, cardano }; | ||
export { validation, fastify, pagination, cardano, cip68 }; |
@@ -26,3 +26,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.cardano = exports.pagination = exports.fastify = exports.validation = exports.MetricsCollector = void 0; | ||
exports.cip68 = exports.cardano = exports.pagination = exports.fastify = exports.validation = exports.MetricsCollector = void 0; | ||
const validation = __importStar(require("./validation")); | ||
@@ -36,3 +36,5 @@ exports.validation = validation; | ||
exports.cardano = cardano; | ||
const cip68 = __importStar(require("./cip68")); | ||
exports.cip68 = cip68; | ||
var metrics_collector_1 = require("./metrics-collector"); | ||
Object.defineProperty(exports, "MetricsCollector", { enumerable: true, get: function () { return metrics_collector_1.MetricsCollector; } }); |
{ | ||
"name": "@blockfrost/blockfrost-utils", | ||
"version": "2.0.0", | ||
"version": "2.0.1-beta.0", | ||
"repository": "git@github.com:blockfrost/blockfrost-utils.git", | ||
@@ -22,4 +22,7 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@emurgo/cardano-serialization-lib-nodejs": "^11.0.5", | ||
"@emurgo/cardano-serialization-lib-nodejs": "^11.2.1", | ||
"bech32": "^2.0.0", | ||
"cbor": "^8.1.0", | ||
"crc": "^4.2.0", | ||
"utf-8-validate": "^5.0.10", | ||
"yaml": "^2.1.1" | ||
@@ -29,2 +32,3 @@ }, | ||
"@types/node": "^16", | ||
"@types/utf-8-validate": "^5.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.30.0", | ||
@@ -31,0 +35,0 @@ "@typescript-eslint/parser": "5.27.0", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
46723
19
795
6
15
2
+ Addedcbor@^8.1.0
+ Addedcrc@^4.2.0
+ Addedutf-8-validate@^5.0.10
+ Addedcbor@8.1.0(transitive)
+ Addedcrc@4.3.2(transitive)
+ Addednode-gyp-build@4.8.4(transitive)
+ Addednofilter@3.1.0(transitive)
+ Addedutf-8-validate@5.0.10(transitive)