gpteam 0.1.7 → 0.1.8

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/lib/help.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export const PACKAGE_NAME = 'gpteam';
2
- export const PACKAGE_VERSION = '0.1.7';
2
+ export const PACKAGE_VERSION = '0.1.8';
3
3
 
4
4
  export function getHelpText() {
5
5
  return [
package/lib/nodes.js CHANGED
@@ -1,7 +1,7 @@
1
1
  export const INGRESS_NODES = [
2
2
  {
3
3
  id: 'jp-direct',
4
- label: '日本主机直连',
4
+ label: '直连',
5
5
  region: 'JP',
6
6
  split: false,
7
7
  baseUrl: 'https://api.gpteamservices.com/v1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gpteam",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "GPTeam API interactive client configurator and ingress benchmark CLI.",
5
5
  "type": "module",
6
6
  "bin": {