@zeroxyz/cli 0.0.11 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import { Command as Command8 } from "commander";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "@zeroxyz/cli",
9
- version: "0.0.11",
9
+ version: "0.0.12",
10
10
  type: "module",
11
11
  bin: {
12
12
  zero: "dist/index.js",
@@ -832,6 +832,7 @@ var searchResultSchema = z2.object({
832
832
  position: z2.number(),
833
833
  slug: z2.string(),
834
834
  name: z2.string(),
835
+ canonicalName: z2.string().nullable().optional(),
835
836
  description: z2.string(),
836
837
  url: z2.string(),
837
838
  cost: z2.object({ amount: z2.string(), asset: z2.string() }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeroxyz/cli",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "zero": "dist/index.js",