@profullstack/coinpay 0.3.2 → 0.3.7

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/bin/coinpay.js +1 -1
  2. package/package.json +2 -3
package/bin/coinpay.js CHANGED
@@ -11,7 +11,7 @@ import { readFileSync, writeFileSync, existsSync } from 'fs';
11
11
  import { homedir } from 'os';
12
12
  import { join } from 'path';
13
13
 
14
- const VERSION = '0.3.2';
14
+ const VERSION = '0.3.3';
15
15
  const CONFIG_FILE = join(homedir(), '.coinpay.json');
16
16
 
17
17
  // ANSI colors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@profullstack/coinpay",
3
- "version": "0.3.2",
3
+ "version": "0.3.7",
4
4
  "description": "CoinPay SDK & CLI — Accept cryptocurrency payments (BTC, ETH, SOL, POL, BCH, USDC) in your Node.js application",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -33,8 +33,7 @@
33
33
  "test": "vitest run",
34
34
  "test:watch": "vitest",
35
35
  "lint": "eslint src bin test",
36
- "format": "prettier --write src bin test",
37
- "prepublishOnly": "npm run test && npm run lint"
36
+ "format": "prettier --write src bin test"
38
37
  },
39
38
  "keywords": [
40
39
  "coinpay",