@generalprotocols/price-oracle
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@generalprotocols/price-oracle", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Library for creating, parsing, signing and verifying PriceOracle messages.", | ||
@@ -5,0 +5,0 @@ "main": "lib/oracle.js", |
@@ -22,3 +22,3 @@ [![pipeline status](https://gitlab.com/GeneralProtocols/priceoracle/library/badges/development/pipeline.svg)](https://gitlab.com/GeneralProtocols/priceoracle/library/commits/development) | ||
// Load the PriceOracle library. | ||
require('price-oracle'); | ||
const PriceOracle = require('@generalprotocols/price-oracle'); | ||
``` | ||
@@ -25,0 +25,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
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
14241