Skip to content

Commit

Permalink
fix: version update and bundled_issue changes (#2577)
Browse files Browse the repository at this point in the history
  • Loading branch information
SB-rohitdesai authored Aug 2, 2024
1 parent 9aceeb6 commit c4074fa
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@stoplight/prism-cli",
"version": "5.8.3",
"version": "5.8.4",
"author": "Stoplight <[email protected]>",
"bin": {
"prism": "./dist/index.js"
},
"bugs": "https://github.com/stoplightio/prism/issues",
"dependencies": {
"@stoplight/json": "^3.18.1",
"@stoplight/json": "3.21.6",
"@stoplight/json-schema-ref-parser": "9.2.7",
"@stoplight/prism-core": "^5.8.0",
"@stoplight/prism-http": "^5.8.3",
"@stoplight/prism-http": "5.8.4",
"@stoplight/prism-http-server": "^5.8.3",
"@stoplight/types": "^14.1.0",
"chalk": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@stoplight/prism-core": "^5.8.0",
"@stoplight/prism-http": "^5.8.3",
"@stoplight/prism-http": "^5.8.4",
"@stoplight/types": "^14.1.0",
"fast-xml-parser": "^4.2.0",
"fp-ts": "^2.11.5",
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": "5.8.3",
"version": "5.8.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Stoplight <[email protected]>",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@faker-js/faker": "^6.0.0",
"@stoplight/json": "^3.18.1",
"@stoplight/json": "3.21.6",
"@stoplight/json-schema-merge-allof": "0.7.8",
"@stoplight/json-schema-sampler": "0.3.0",
"@stoplight/prism-core": "^5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/src/mocker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const mock: IPrismComponents<IHttpOperation, IHttpRequest, IHttpResponse, IHttpM
config,
}) => {
const payloadGenerator: PayloadGenerator = config.dynamic
? partial(generate, resource, resource['__bundle__'])
? partial(generate, resource, resource['__bundled__'])
: partial(generateStatic, resource);

return pipe(
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,18 @@
"@types/json-schema" "^7.0.7"
json-pointer "^0.6.1"

"@stoplight/[email protected]":
version "3.21.6"
resolved "https://registry.yarnpkg.com/@stoplight/json/-/json-3.21.6.tgz#0053ece24d6b19f372b11591f249ede48514ed5b"
integrity sha512-KGisXfNigoYdWIj1jA4p3IAAIW5YFpU9BdoECdjyDLBbhWGGHzs77e0STSCBmXQ/K3ApxfED2R7mQ79ymjzlvQ==
dependencies:
"@stoplight/ordered-object-literal" "^1.0.3"
"@stoplight/path" "^1.3.2"
"@stoplight/types" "^13.6.0"
jsonc-parser "~2.2.1"
lodash "^4.17.21"
safe-stable-stringify "^1.1"

"@stoplight/json@^3.18.1":
version "3.21.0"
resolved "https://registry.npmjs.org/@stoplight/json/-/json-3.21.0.tgz"
Expand Down

0 comments on commit c4074fa

Please sign in to comment.