Comparing version 0.0.118 to 0.0.119
@@ -21,2 +21,4 @@ /** | ||
* - `abi`: ABI of Solady's ERC1967Factory. | ||
* | ||
* @module solady | ||
*/ | ||
@@ -49,2 +51,7 @@ (function(global, factory) { | ||
/** | ||
* FastLZ and calldata compression / decompression functions. | ||
* @namespace | ||
* @alias module:solady.LibZip | ||
*/ | ||
var LibZip = {}; | ||
@@ -216,2 +223,7 @@ | ||
/** | ||
* ERC1967Factory canonical address and abi. | ||
* @namespace | ||
* @alias module:solady.ERC1967Factory | ||
*/ | ||
var ERC1967Factory = {}; | ||
@@ -223,3 +235,3 @@ | ||
* Canonical address of Solady's ERC1967Factory. | ||
* @type {String} | ||
* @type {string} | ||
*/ | ||
@@ -226,0 +238,0 @@ ERC1967Factory.address = "0x0000000000006396FF2a80c067f99B3d2Ab4Df24"; |
{ | ||
"name": "solady", | ||
"license": "MIT", | ||
"version": "0.0.118", | ||
"version": "0.0.119", | ||
"description": "Optimized Solidity snippets.", | ||
@@ -6,0 +6,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
340
711392