Skip to content

Commit

Permalink
v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX committed May 4, 2020
1 parent 9548f25 commit 435278e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.3.3",
"version": "3.3.4",
"independent": false
}
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@stoplight/prism-cli",
"version": "3.3.3",
"version": "3.3.4",
"author": "Stoplight <[email protected]>",
"bin": {
"prism": "./dist/index.js"
},
"bugs": "https://github.com/stoplightio/prism/issues",
"dependencies": {
"@stoplight/prism-core": "^3.3.3",
"@stoplight/prism-http": "^3.3.3",
"@stoplight/prism-http-server": "^3.3.3",
"@stoplight/prism-core": "^3.3.4",
"@stoplight/prism-http": "^3.3.4",
"@stoplight/prism-http-server": "^3.3.4",
"@stoplight/types": "^11.6.0",
"chalk": "^4.0.0",
"chokidar": "^3.2.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.3.3",
"version": "3.3.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stoplight <[email protected]>",
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.3.3",
"version": "3.3.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stoplight <[email protected]>",
Expand All @@ -19,8 +19,8 @@
"access": "public"
},
"dependencies": {
"@stoplight/prism-core": "^3.3.3",
"@stoplight/prism-http": "^3.3.3",
"@stoplight/prism-core": "^3.3.4",
"@stoplight/prism-http": "^3.3.4",
"@stoplight/types": "^11.6.0",
"fast-xml-parser": "^3.12.20",
"fp-ts": "^2.5.3",
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.3.3",
"version": "3.3.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stoplight <[email protected]>",
Expand All @@ -20,7 +20,7 @@
"@stoplight/json": "^3.1.2",
"@stoplight/json-ref-readers": "^1.1.1",
"@stoplight/json-ref-resolver": "^3.0.1",
"@stoplight/prism-core": "^3.3.3",
"@stoplight/prism-core": "^3.3.4",
"@stoplight/types": "^11.6.0",
"@stoplight/yaml": "^3.0.2",
"abstract-logging": "^2.0.0",
Expand Down

0 comments on commit 435278e

Please sign in to comment.