@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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.9.1`
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.9.1 version --prefer-online --registry=https://registry.npmjs.org/
377
- npm i -g @akaanakbaik/pterodactyl-gateway@0.9.1 --force --prefer-online --registry=https://registry.npmjs.org/
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
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akaanakbaik/pterodactyl-gateway",
3
- "version": "0.9.1",
3
+ "version": "1.0.0",
4
4
  "description": "SDK, CLI, dan smart gateway TypeScript untuk Pterodactyl Panel.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",