@opensea/cli 1.0.0 → 1.0.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensea/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "description": "OpenSea CLI - Query the OpenSea API from the command line or programmatically",
6
6
  "main": "dist/index.js",
@@ -14,10 +14,10 @@
14
14
  "scripts": {
15
15
  "build": "tsup",
16
16
  "dev": "tsup --watch",
17
- "format": "biome format --config-path ../.. --write .",
18
- "format:check": "biome format --config-path ../.. .",
19
- "lint": "biome check --config-path ../.. .",
20
- "lint:fix": "biome check --config-path ../.. --fix .",
17
+ "format": "biome format --config-path . --write .",
18
+ "format:check": "biome format --config-path . .",
19
+ "lint": "biome check --config-path . .",
20
+ "lint:fix": "biome check --config-path . --write .",
21
21
  "type-check": "tsc --noEmit",
22
22
  "test": "vitest run",
23
23
  "prepublishOnly": "npm run build"
@@ -32,7 +32,8 @@
32
32
  "@vitest/coverage-v8": "^3.2.4",
33
33
  "tsup": "^8.3.0",
34
34
  "typescript": "^6.0.2",
35
- "vitest": "^3.2.4"
35
+ "vitest": "^3.2.4",
36
+ "@biomejs/biome": "^2.4.10"
36
37
  },
37
38
  "engines": {
38
39
  "node": ">=18.0.0"