@ethersproject/random
Advanced tools
Comparing version 5.0.0-beta.122 to 5.0.0-beta.123
@@ -1,1 +0,1 @@ | ||
export declare const version = "5.0.0-beta.122"; | ||
export declare const version = "5.0.0-beta.123"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = "5.0.0-beta.122"; | ||
exports.version = "5.0.0-beta.123"; |
{ | ||
"name": "@ethersproject/random", | ||
"version": "5.0.0-beta.122", | ||
"version": "5.0.0-beta.123", | ||
"description": "Random utility functions for ethers.", | ||
@@ -11,4 +11,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@ethersproject/bytes": "^5.0.0-beta.119", | ||
"@ethersproject/errors": "^5.0.0-beta.119", | ||
"@ethersproject/bytes": ">5.0.0-beta.0", | ||
"@ethersproject/errors": ">5.0.0-beta.0", | ||
"@types/node": "^10.3.2" | ||
@@ -24,5 +24,6 @@ }, | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"tag": "next" | ||
}, | ||
"tarballHash": "0xd9d817e2a1719f5be507d41bcb297bd0d01efbdf779cc57868c7f1a9b2f3d126" | ||
"tarballHash": "0xdcb4a3f85c494df8a41684eddef6f1a887ccc16d32bd5bc550bcf427396cd72d" | ||
} |
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
4487