Skip to content

Commit

Permalink
chore: v3.0.0-alpha.9 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX authored May 20, 2019
1 parent 8e1db46 commit 0267a8d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"indipendent": true
}
20 changes: 1 addition & 19 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ npm install -g @stoplight/prism-cli
$ prism COMMAND
running command...
$ prism (-v|--version|version)
@stoplight/prism-cli/3.0.0-alpha.8 darwin-x64 node-v12.1.0
@stoplight/prism-cli/3.0.0-alpha.9 darwin-x64 node-v8.15.1
$ prism --help [COMMAND]
USAGE
$ prism COMMAND
Expand All @@ -27,7 +27,6 @@ USAGE
# Commands
<!-- commands -->
* [`prism help [COMMAND]`](#prism-help-command)
* [`prism mock SPEC`](#prism-mock-spec)

## `prism help [COMMAND]`

Expand All @@ -45,23 +44,6 @@ OPTIONS
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.6/src/commands/help.ts)_

## `prism mock SPEC`

Start a mock server with the given spec file

```
USAGE
$ prism mock SPEC
ARGUMENTS
SPEC Path to a spec file
OPTIONS
-p, --port=port (required) [default: 4010] Port that Prism will run on.
```

_See code: [src/commands/mock.ts](https://github.com/stoplightio/prism/blob/v3.0.0-alpha.8/src/commands/mock.ts)_
<!-- commandsstop -->

## Development
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/prism-cli",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"author": "Stoplight <support@stoplight.io>",
"bin": {
"prism": "./bin/run"
Expand All @@ -10,8 +10,8 @@
"@oclif/command": "^1.0.0",
"@oclif/config": "^1.12.12",
"@oclif/plugin-help": "^2.0.0",
"@stoplight/prism-core": "^3.0.0-alpha.8",
"@stoplight/prism-http-server": "^3.0.0-alpha.8",
"@stoplight/prism-core": "^3.0.0-alpha.9",
"@stoplight/prism-http-server": "^3.0.0-alpha.9",
"signale": "^1.4.0",
"tslib": "^1.0.0",
"urijs": "^1.19.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/prism-core",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Stoplight <support@stoplight.io>",
Expand Down
6 changes: 3 additions & 3 deletions packages/http-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/prism-http-server",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Stoplight <support@stoplight.io>",
Expand All @@ -19,8 +19,8 @@
"access": "public"
},
"dependencies": {
"@stoplight/prism-core": "^3.0.0-alpha.8",
"@stoplight/prism-http": "^3.0.0-alpha.8",
"@stoplight/prism-core": "^3.0.0-alpha.9",
"@stoplight/prism-http": "^3.0.0-alpha.9",
"fastify": "^2.3.0",
"tslib": "^1.9.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stoplight/prism-http",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Stoplight <support@stoplight.io>",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@stoplight/json-schema-faker": "^0.5.0-rc18",
"@stoplight/prism-core": "^3.0.0-alpha.8",
"@stoplight/prism-core": "^3.0.0-alpha.9",
"ajv": "^6.0.0",
"ajv-oai": "^1.0.0",
"axios": "^0.18.0",
Expand Down

0 comments on commit 0267a8d

Please sign in to comment.