@zoralabs/nft-cli
Advanced tools
Comparing version 0.0.7 to 0.1.0
@@ -8,3 +8,3 @@ "use strict"; | ||
const tokens_1 = require("./commands/tokens"); | ||
const owners_1 = require("./commands/owners"); | ||
// import { ownersCommand } from "./commands/owners"; | ||
const program = new commander_1.Command(); | ||
@@ -15,3 +15,3 @@ (0, aggregations_1.aggregationCommands)(program); | ||
(0, sales_1.salesCommand)(program); | ||
(0, owners_1.ownersCommand)(program); | ||
// ownersCommand(program); | ||
program | ||
@@ -18,0 +18,0 @@ .name("nft-api") |
{ | ||
"name": "@zoralabs/nft-cli", | ||
"version": "0.0.7", | ||
"version": "0.1.0", | ||
"main": "dist/index.js", | ||
@@ -23,3 +23,3 @@ "author": "iain <iain@zora.co>", | ||
"@types/lodash": "^4.14.182", | ||
"@zoralabs/zdk": "^2.2.0", | ||
"@zoralabs/zdk": "^2.2.1", | ||
"chalk": "^5.0.1", | ||
@@ -26,0 +26,0 @@ "chrono-node": "2.3.8", |
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
23562
Updated@zoralabs/zdk@^2.2.1