Commit 10a28e03 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

bumped version to 1.5.7 + removed unused generated code

parent b1d8ec80
Loading
Loading
Loading
Loading
+0 −19
Original line number Diff line number Diff line
{
  "requires": true,
  "lockfileVersion": 1,
  "dependencies": {
    "get-port": {
      "version": "4.2.0",
      "resolved": "https://registry.npmjs.org/get-port/-/get-port-4.2.0.tgz",
      "integrity": "sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw=="
    },
    "http-echo-server": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/http-echo-server/-/http-echo-server-2.1.1.tgz",
      "integrity": "sha512-ybEQrtw0fGmSHZHa8W0tjHFz+m9ZBxWT2aYGWTaAlU2fldrxbjOsgs8qfbXBLwJMsToQIg89mTS9kbw44ZRr8A==",
      "requires": {
        "get-port": "^4.0.0"
      }
    }
  }
}
+0 −19
Original line number Diff line number Diff line
{
  "requires": true,
  "lockfileVersion": 1,
  "dependencies": {
    "get-port": {
      "version": "4.2.0",
      "resolved": "https://registry.npmjs.org/get-port/-/get-port-4.2.0.tgz",
      "integrity": "sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw=="
    },
    "http-echo-server": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/http-echo-server/-/http-echo-server-2.1.1.tgz",
      "integrity": "sha512-ybEQrtw0fGmSHZHa8W0tjHFz+m9ZBxWT2aYGWTaAlU2fldrxbjOsgs8qfbXBLwJMsToQIg89mTS9kbw44ZRr8A==",
      "requires": {
        "get-port": "^4.0.0"
      }
    }
  }
}
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ type versionInfo struct {
	BuildID   string `json:"build,omitempty"`
}

const meepctlVersion = "1.5.6"
const meepctlVersion = "1.5.7"
const na = "NA"

const versionDesc = `Display version information
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ import (
	yaml "gopkg.in/yaml.v2"
)

const configVersion = "1.5.6"
const configVersion = "1.5.7"

const defaultNotSet = "not set"

+0 −10
Original line number Diff line number Diff line
# InlineResponse2004

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Subscription** | [***Subscription**](Subscription.md) |  | [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Loading