faucet-terminal 2.0.0 → 2.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/install.js +2 -2
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -108,7 +108,7 @@ MIT
108
108
 
109
109
  <div align="center">
110
110
 
111
- [npm](https://www.npmjs.com/package/faucet-terminal) · [GitHub](https://github.com/Giri-Aayush/faucet-cli) · [Issues](https://github.com/Giri-Aayush/faucet-cli/issues)
111
+ [npm](https://www.npmjs.com/package/faucet-terminal) · [GitHub](https://github.com/Giri-Aayush/faucet-terminal) · [Issues](https://github.com/Giri-Aayush/faucet-terminal/issues)
112
112
 
113
113
  Made with ❤️ by a developer, for developers
114
114
 
package/install.js CHANGED
@@ -8,8 +8,8 @@ const stream = require('stream');
8
8
 
9
9
  const pipeline = promisify(stream.pipeline);
10
10
 
11
- const VERSION = 'v2.0.0';
12
- const GITHUB_REPO = 'Giri-Aayush/faucet-cli';
11
+ const VERSION = 'v2.0.1';
12
+ const GITHUB_REPO = 'Giri-Aayush/faucet-terminal';
13
13
 
14
14
  // Detect platform and architecture
15
15
  function getPlatform() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "faucet-terminal",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Multi-chain testnet faucet CLI - get tokens on Starknet and Ethereum testnets",
5
5
  "bin": {
6
6
  "faucet-terminal": "./bin/faucet-terminal.js"
@@ -25,11 +25,11 @@
25
25
  "license": "MIT",
26
26
  "repository": {
27
27
  "type": "git",
28
- "url": "https://github.com/Giri-Aayush/faucet-cli.git"
28
+ "url": "https://github.com/Giri-Aayush/faucet-terminal.git"
29
29
  },
30
- "homepage": "https://github.com/Giri-Aayush/faucet-cli#readme",
30
+ "homepage": "https://github.com/Giri-Aayush/faucet-terminal#readme",
31
31
  "bugs": {
32
- "url": "https://github.com/Giri-Aayush/faucet-cli/issues"
32
+ "url": "https://github.com/Giri-Aayush/faucet-terminal/issues"
33
33
  },
34
34
  "engines": {
35
35
  "node": ">=14.0.0"