@akaanakbaik/pterodactyl-gateway 0.9.1 → 1.0.0
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Package ini cocok untuk bot reseller panel, dashboard custom, automation server,
|
|
|
8
8
|
|
|
9
9
|
## Status
|
|
10
10
|
|
|
11
|
-
Versi saat ini: `0.
|
|
11
|
+
Versi saat ini: `1.0.0`
|
|
12
12
|
|
|
13
13
|
- npm package: `@akaanakbaik/pterodactyl-gateway`
|
|
14
14
|
- CLI utama: `ptero-gateway` dan `ptg`
|
|
@@ -373,8 +373,8 @@ npm run verify
|
|
|
373
373
|
```bash
|
|
374
374
|
npm run verify
|
|
375
375
|
npm publish --access public
|
|
376
|
-
npm view @akaanakbaik/pterodactyl-gateway@0.
|
|
377
|
-
npm i -g @akaanakbaik/pterodactyl-gateway@0.
|
|
376
|
+
npm view @akaanakbaik/pterodactyl-gateway@1.0.0 version --prefer-online --registry=https://registry.npmjs.org/
|
|
377
|
+
npm i -g @akaanakbaik/pterodactyl-gateway@1.0.0 --force --prefer-online --registry=https://registry.npmjs.org/
|
|
378
378
|
ptero-gateway self-check
|
|
379
379
|
ptero-gateway release-check
|
|
380
380
|
```
|