Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sync with upstream #7

Merged
merged 36 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
c4074fa
fix: version update and bundled_issue changes (#2577)
SB-rohitdesai Aug 2, 2024
2896e41
chore(ci): release please without root again (#2558)
brendarearden Aug 8, 2024
d532076
chore(ci): release please without root (#2583)
lukaszzazulak Aug 8, 2024
0bf3295
chore(ci): back to release please without root p2 (#2584)
lukaszzazulak Aug 8, 2024
d8ddd2b
chore(ci): revert attempt to fix release please (#2587)
lukaszzazulak Aug 9, 2024
0d12d25
chore: release master (#2586)
stoplight-bot Aug 9, 2024
4acb898
fix: reverted changes and bump the JSON version (#2598)
SB-rohitdesai Sep 12, 2024
f7788e2
chore: release master (#2588)
stoplight-bot Sep 16, 2024
1603704
chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#2597)
dependabot[bot] Oct 16, 2024
a2a2a58
chore(deps): bump axios from 1.7.2 to 1.7.7 (#2604)
dependabot[bot] Oct 16, 2024
ef81284
chore(deps): bump fast-xml-parser from 4.3.2 to 4.4.1 (#2570)
dependabot[bot] Oct 16, 2024
658b16b
chore(readme): update roadmap links (#2555)
brendarearden Oct 18, 2024
8edc1cc
feat: add --seed CLI flag for deterministic generation of dynamic exa…
ilanashapiro Oct 22, 2024
2158787
chore(deps-dev): bump json-schema-faker from 0.5.6 to 0.5.8 (#2627)
bo-acc Nov 13, 2024
22c9d1f
chore: fix circle ci config (#2628)
mnaumanali94 Nov 13, 2024
3772eab
chore: release master (#2606)
stoplight-bot Nov 13, 2024
551a23f
fix(http): update json-path plus in http
mnaumanali94 Nov 13, 2024
197eb6f
chore: release master (#2629)
stoplight-bot Nov 13, 2024
489b38d
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#2635)
dependabot[bot] Nov 26, 2024
4829054
chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#2633)
dependabot[bot] Nov 26, 2024
702ecd7
chore(deps): bump axios from 1.7.2 to 1.7.7 (#2631)
dependabot[bot] Nov 26, 2024
c6a8f8a
refactor(docker): AS casing match FROM (#2621)
PixnBits Nov 26, 2024
c55d633
fix(Docker): use tini to handle kernel signals (#2622)
PixnBits Nov 26, 2024
ac16fce
chore(deps): bump split2 and @types/split2 (#2615)
dependabot[bot] Nov 26, 2024
f074f50
chore(deps-dev): bump form-data from 4.0.0 to 4.0.1 (#2616)
dependabot[bot] Nov 26, 2024
aac3b11
chore(deps-dev): bump tmp from 0.2.1 to 0.2.3 (#2613)
dependabot[bot] Nov 26, 2024
9e04a65
chore(deps): bump braces from 3.0.2 to 3.0.3 (#2632)
dependabot[bot] Nov 26, 2024
2fcab3a
chore(deps): bump nanoid from 3.3.7 to 3.3.8 (#2646)
dependabot[bot] Jan 10, 2025
9221699
chore(deps): bump @stoplight/yaml from 4.2.3 to 4.3.0 (#2641)
dependabot[bot] Jan 10, 2025
75d0f96
chore(deps-dev): bump husky from 8.0.3 to 9.1.7 (#2637)
dependabot[bot] Jan 10, 2025
e45dcdb
Merge remote-tracking branch 'upstream/master' into sam/sync-upstream
dgellow Jan 14, 2025
1974dca
Run yarn install
dgellow Jan 14, 2025
716393e
Add stainless github CI
dgellow Jan 14, 2025
6db72fb
Use explicit deps versions
dgellow Jan 14, 2025
39da7c8
Fix prettier issue
dgellow Jan 14, 2025
e255c08
Fix
dgellow Jan 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ jobs:
- cli-binaries
upload_artifacts:
docker:
- image: circleci/golang:1-stretch
- image: cimg/go:1.23
steps:
- attach_workspace:
at: /tmp/
- run:
name: 'Download GitHub Release Utility'
command: go get github.com/tcnksm/ghr
command: go install github.com/tcnksm/ghr@latest
- run:
name: 'Publish Release artifacts on GitHub'
command: ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} ${CIRCLE_TAG} /tmp/cli-binaries
Expand Down
22 changes: 22 additions & 0 deletions .github/workflows/stainless.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Stainless CI

on:
push:

jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up node
uses: actions/setup-node@v2
- name: Install dependencies
run: |
yarn install
- name: Run linter
run: |
yarn lint packages/cli
- name: Run tests
run: |
yarn test packages/cli
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "5.11.1",
"packages/cli": "5.9.0",
"packages/core": "5.9.0",
"packages/http": "5.9.0",
"packages/http-server": "5.9.0"
".": "5.12.1",
"packages/cli": "5.12.0",
"packages/core": "5.8.0",
"packages/http": "5.12.0",
"packages/http-server": "5.12.0"
}
39 changes: 19 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,41 @@

For up-to-date changelogs for this repository, see the following:

<!-- markdown-link-check-disable -->

## [5.11.1](https://github.com/stainless-api/prism/compare/v5.11.0...v5.11.1) (2024-08-09)

#### [Prism CLI](https://github.com/stoplightio/prism/blob/master/packages/cli/CHANGELOG.md)

### Bug Fixes
#### [Prism Core](https://github.com/stoplightio/prism/blob/master/packages/core/CHANGELOG.md)

* pin @stoplight/json dep to 3.20.0 ([#1](https://github.com/stainless-api/prism/issues/1)) ([1e7a286](https://github.com/stainless-api/prism/commit/1e7a286ca284aad9d12e0f5784c8e564a23c3e32))
#### [Prism Http Server](https://github.com/stoplightio/prism/blob/master/packages/http-server/CHANGELOG.md)

## [5.11.0](https://github.com/stoplightio/prism/compare/v5.10.0...v5.11.0) (2024-07-19)
#### [Prism Http](https://github.com/stoplightio/prism/blob/master/packages/http/CHANGELOG.md)

The format for this file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to Semantic Versioning.

### Features
<!-- markdown-link-check-disable -->

* 1813 start using 415 code for invalid content-types instead constantly inferring it ([df475fc](https://github.com/stoplightio/prism/commit/df475fcb67608428c143b3e6a988d95a1ef1fd3e))
* adds more standard compliant request body handling ([#2260](https://github.com/stoplightio/prism/issues/2260)) ([3b56cb7](https://github.com/stoplightio/prism/commit/3b56cb72f41d106cbcc95bb7c27711a3c05c6298))
* Allow JSON Schema Faker configuration in specification ([b72dd03](https://github.com/stoplightio/prism/commit/b72dd03e24bea4a7178c824eb0d83c68715f1503))
* better validation for optional auth ([#2401](https://github.com/stoplightio/prism/issues/2401)) ([e2d9f0f](https://github.com/stoplightio/prism/commit/e2d9f0f23884c73a8dad371e3497a0956c00ee11))
* **deps:** bump node from 16 to 18.20 ([#2520](https://github.com/stoplightio/prism/issues/2520)) ([4b175a6](https://github.com/stoplightio/prism/commit/4b175a614a7d1f184863d741c8cbec494b37b57f))
* **deps:** bump xcode version ([#2522](https://github.com/stoplightio/prism/issues/2522)) ([939f749](https://github.com/stoplightio/prism/commit/939f749100ed2a1d36bf0e62c37190ac192ea209))
* **http:** added support to Deprecation header for deprecated operations [#1563](https://github.com/stoplightio/prism/issues/1563) ([1415319](https://github.com/stoplightio/prism/commit/14153193c69bccd960e62bc2b86ec23470d66921))
* **http:** detect complex schema error, improve error message ([#2327](https://github.com/stoplightio/prism/issues/2327)) ([07af511](https://github.com/stoplightio/prism/commit/07af51120ecb8593bc7c0892bc79f5ad5258a67c))
* **proxy:** add a flag to skip request validation ([71d04c8](https://github.com/stoplightio/prism/commit/71d04c8e19fef64f1354a17e51cf48a0d8b4bee7))
* STOP-243 - create prism instance with full spec ([#2501](https://github.com/stoplightio/prism/issues/2501)) ([ed41dca](https://github.com/stoplightio/prism/commit/ed41dca89e5ad673f1a0d813b403a44de7e367b2))
* support circular refs ([#1835](https://github.com/stoplightio/prism/issues/1835)) ([d287dd7](https://github.com/stoplightio/prism/commit/d287dd700c2597c0b20214c8340680dd42e20085))
## [5.12.1](https://github.com/stoplightio/prism/compare/v5.12.0...v5.12.1) (2024-11-13)

#### [Prism Core](https://github.com/stoplightio/prism/blob/master/packages/core/CHANGELOG.md)

#### [Prism Http Server](https://github.com/stoplightio/prism/blob/master/packages/http-server/CHANGELOG.md)

#### [Prism Http](https://github.com/stoplightio/prism/blob/master/packages/http/CHANGELOG.md)
* **http:** update json-path plus in http ([551a23f](https://github.com/stoplightio/prism/commit/551a23f6ea889803fe7b7b9db497dd94ddca54c9))

## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.2...v5.12.0) (2024-11-13)

The format for this file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to Semantic Versioning.

<!-- markdown-link-check-disable -->

* add --seed CLI flag for deterministic generation of dynamic examples ([#2594](https://github.com/stoplightio/prism/issues/2594)) ([8edc1cc](https://github.com/stoplightio/prism/commit/8edc1cccd29e07e6f4a20642247189b4a1375cb2))

## [5.11.2](https://github.com/stoplightio/prism/compare/v5.11.1...v5.11.2) (2024-09-12)


### Bug Fixes

* reverted changes and bump the JSON version ([#2598](https://github.com/stoplightio/prism/issues/2598)) ([4acb898](https://github.com/stoplightio/prism/commit/4acb8980b31c3902ff01cabef06a4fb6f9a6cd48))

## [5.11.1](https://github.com/stoplightio/prism/compare/v5.11.0...v5.11.1) (2024-08-09)


Expand Down
9 changes: 6 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18 as compiler
FROM node:18 AS compiler

WORKDIR /usr/src/prism

Expand All @@ -8,7 +8,7 @@ COPY packages/ /usr/src/prism/packages/
RUN yarn && yarn build

###############################################################
FROM node:18 as dependencies
FROM node:18 AS dependencies

WORKDIR /usr/src/prism/

Expand Down Expand Up @@ -36,6 +36,9 @@ RUN if [ $(uname -m) != "aarch64" ]; then node-prune; fi
###############################################################
FROM node:18-alpine

# https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md#handling-kernel-signals
RUN apk add --no-cache tini

WORKDIR /usr/src/prism
ARG BUILD_TYPE=development
ENV NODE_ENV production
Expand Down Expand Up @@ -68,4 +71,4 @@ fi

EXPOSE 4010

ENTRYPOINT [ "node", "dist/index.js" ]
ENTRYPOINT [ "/sbin/tini", "--", "node", "dist/index.js" ]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ see what URLs you have available.
- [x] Content Negotiation
- [x] Security Validation
- [x] Validation Proxy
- [ ] [Recording/Learning Mode](https://roadmap.stoplight.io/c/66-learning-recording?utm_source=github&utm_medium=prism&utm_campaign=readme) (create OpenAPI from HTTP traffic)
- [ ] [Data Persistence](https://roadmap.stoplight.io/c/50-persisted-mock-data?utm_source=github&utm_medium=prism&utm_campaign=readme) (allow Prism act like a sandbox)
- [ ] [Recording/Learning Mode](https://roadmap.stoplight.io/c/324-learning-recording?utm_source=github&utm_medium=prism&utm_campaign=readme) (create OpenAPI from HTTP traffic)
- [ ] [Data Persistence](https://roadmap.stoplight.io/c/308-persisted-mock-data?utm_source=github&utm_medium=prism&utm_campaign=readme) (allow Prism act like a sandbox)

Submit your ideas for new functionality on the [Stoplight Roadmap](https://roadmap.stoplight.io/?utm_source=github&utm_medium=prism&utm_campaign=readme).

Expand Down
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/stoplightio/prism.git"
"url": "https://github.com/stainless-api/prism.git"
},
"scripts": {
"lint": "eslint ./packages/**/src/*.ts",
Expand Down Expand Up @@ -36,8 +36,9 @@
"@types/pino": "6.3.12",
"@types/postman-collection": "^3.5.7",
"@types/raw-body": "^2.3.0",
"@types/seedrandom": "^3.0.8",
"@types/signale": "^1.4.2",
"@types/split2": "^2.1.6",
"@types/split2": "^4.2.3",
"@types/type-is": "^1.6.3",
"@types/uri-template-lite": "^19.12.1",
"@types/urijs": "^1.19.17",
Expand All @@ -54,15 +55,15 @@
"gavel": "10.0.3",
"glob": "^7.2.0",
"http-string-parser": "^0.0.6",
"husky": "^8.0.1",
"husky": "^9.1.7",
"jest": "^29.6.4",
"lerna": "~8.1.3",
"lint-staged": "^10.5.4",
"lodash": "^4.17.21",
"nock": "^13.1.3",
"node-fetch": "^2.6.7",
"prettier": "^2.4.1",
"split2": "^3.2.2",
"split2": "^4.2.0",
"tmp": "^0.2.0",
"ts-jest": "^29.1.1",
"ts-node": "^9.1.1",
Expand All @@ -84,5 +85,6 @@
"hooks": {
"pre-commit": "lint-staged"
}
}
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
81 changes: 64 additions & 17 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,83 @@
# Changelog

## [5.9.0](https://github.com/stainless-api/prism/compare/v5.8.3...v5.9.0) (2024-08-09)
## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.0...v5.12.0) (2024-11-13)


### Features

* 1813 start using 415 code for invalid content-types instead constantly inferring it ([df475fc](https://github.com/stainless-api/prism/commit/df475fcb67608428c143b3e6a988d95a1ef1fd3e))
* Allow JSON Schema Faker configuration in specification ([b72dd03](https://github.com/stainless-api/prism/commit/b72dd03e24bea4a7178c824eb0d83c68715f1503))
* **deps:** bump node from 16 to 18.20 ([#2520](https://github.com/stainless-api/prism/issues/2520)) ([4b175a6](https://github.com/stainless-api/prism/commit/4b175a614a7d1f184863d741c8cbec494b37b57f))
* **proxy:** add a flag to skip request validation ([71d04c8](https://github.com/stainless-api/prism/commit/71d04c8e19fef64f1354a17e51cf48a0d8b4bee7))
* STOP-243 - create prism instance with full spec ([#2501](https://github.com/stainless-api/prism/issues/2501)) ([ed41dca](https://github.com/stainless-api/prism/commit/ed41dca89e5ad673f1a0d813b403a44de7e367b2))
* support circular refs ([#1835](https://github.com/stainless-api/prism/issues/1835)) ([d287dd7](https://github.com/stainless-api/prism/commit/d287dd700c2597c0b20214c8340680dd42e20085))
* add --seed CLI flag for deterministic generation of dynamic examples ([#2594](https://github.com/stoplightio/prism/issues/2594)) ([8edc1cc](https://github.com/stoplightio/prism/commit/8edc1cccd29e07e6f4a20642247189b4a1375cb2))


### Bug Fixes

* fixed [#1860](https://github.com/stainless-api/prism/issues/1860) performance regression ([fe6345d](https://github.com/stainless-api/prism/commit/fe6345dc8a78dc0a0a30774c0175422c9cc93139))
* json schema faker fillProperties not working ([#2398](https://github.com/stainless-api/prism/issues/2398)) ([e8acebd](https://github.com/stainless-api/prism/commit/e8acebd430dfe3cfc9db7bda3228256153346488))
* mock issue resolve for similar templated requests ([#2564](https://github.com/stainless-api/prism/issues/2564)) ([b8e9fd8](https://github.com/stainless-api/prism/commit/b8e9fd815f0f612664b36704e4200d5473875fbe))
* pin @stoplight/json dep to 3.20.0 ([#1](https://github.com/stainless-api/prism/issues/1)) ([1e7a286](https://github.com/stainless-api/prism/commit/1e7a286ca284aad9d12e0f5784c8e564a23c3e32))
* update http-spec ([#2037](https://github.com/stainless-api/prism/issues/2037)) ([72d6882](https://github.com/stainless-api/prism/commit/72d6882bc39a673e65b1fc10ff88d3581b838dca))
* upgrade dependencies and resolve breaking http spec changes ([#2105](https://github.com/stainless-api/prism/issues/2105)) ([ebbc6c1](https://github.com/stainless-api/prism/commit/ebbc6c1546aced8db0f492dd80651d2459c9bae0))
* upgrade jsrp to 9.2.4 to allow basic auth ([#2279](https://github.com/stainless-api/prism/issues/2279)) ([2148a2b](https://github.com/stainless-api/prism/commit/2148a2bc9c43d2897900ffe5838d7bc76fd8a3d1))
* reverted changes and bump the JSON version ([#2598](https://github.com/stoplightio/prism/issues/2598)) ([4acb898](https://github.com/stoplightio/prism/commit/4acb8980b31c3902ff01cabef06a4fb6f9a6cd48))
* version update and bundled_issue changes ([#2577](https://github.com/stoplightio/prism/issues/2577)) ([c4074fa](https://github.com/stoplightio/prism/commit/c4074fa24438079e659061ee32d08464a688c17c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @stoplight/prism-core bumped from 5.8.0 to 5.9.0
* @stoplight/prism-http bumped from 5.8.2 to 5.9.0
* @stoplight/prism-http-server bumped from 5.8.2 to 5.9.0
* @stoplight/prism-http bumped from 5.11.0 to 5.12.0
* @stoplight/prism-http-server bumped from ^5.11.0 to ^5.12.0

## [5.11.0](https://github.com/stoplightio/prism/compare/v5.10.0...v5.11.0) (2024-11-13)


### Features

* 1813 start using 415 code for invalid content-types instead constantly inferring it ([df475fc](https://github.com/stoplightio/prism/commit/df475fcb67608428c143b3e6a988d95a1ef1fd3e))
* add --seed CLI flag for deterministic generation of dynamic examples ([#2594](https://github.com/stoplightio/prism/issues/2594)) ([8edc1cc](https://github.com/stoplightio/prism/commit/8edc1cccd29e07e6f4a20642247189b4a1375cb2))
* Allow JSON Schema Faker configuration in specification ([b72dd03](https://github.com/stoplightio/prism/commit/b72dd03e24bea4a7178c824eb0d83c68715f1503))
* **deps:** bump node from 16 to 18.20 ([#2520](https://github.com/stoplightio/prism/issues/2520)) ([4b175a6](https://github.com/stoplightio/prism/commit/4b175a614a7d1f184863d741c8cbec494b37b57f))
* **proxy:** add a flag to skip request validation ([71d04c8](https://github.com/stoplightio/prism/commit/71d04c8e19fef64f1354a17e51cf48a0d8b4bee7))
* STOP-243 - create prism instance with full spec ([#2501](https://github.com/stoplightio/prism/issues/2501)) ([ed41dca](https://github.com/stoplightio/prism/commit/ed41dca89e5ad673f1a0d813b403a44de7e367b2))


### Bug Fixes

* fixed [#1860](https://github.com/stoplightio/prism/issues/1860) performance regression ([fe6345d](https://github.com/stoplightio/prism/commit/fe6345dc8a78dc0a0a30774c0175422c9cc93139))
* json schema faker fillProperties not working ([#2398](https://github.com/stoplightio/prism/issues/2398)) ([e8acebd](https://github.com/stoplightio/prism/commit/e8acebd430dfe3cfc9db7bda3228256153346488))
* mock issue resolve for similar templated requests ([#2564](https://github.com/stoplightio/prism/issues/2564)) ([b8e9fd8](https://github.com/stoplightio/prism/commit/b8e9fd815f0f612664b36704e4200d5473875fbe))
* reverted changes and bump the JSON version ([#2598](https://github.com/stoplightio/prism/issues/2598)) ([4acb898](https://github.com/stoplightio/prism/commit/4acb8980b31c3902ff01cabef06a4fb6f9a6cd48))
* update http-spec ([#2037](https://github.com/stoplightio/prism/issues/2037)) ([72d6882](https://github.com/stoplightio/prism/commit/72d6882bc39a673e65b1fc10ff88d3581b838dca))
* upgrade dependencies and resolve breaking http spec changes ([#2105](https://github.com/stoplightio/prism/issues/2105)) ([ebbc6c1](https://github.com/stoplightio/prism/commit/ebbc6c1546aced8db0f492dd80651d2459c9bae0))
* upgrade jsrp to 9.2.4 to allow basic auth ([#2279](https://github.com/stoplightio/prism/issues/2279)) ([2148a2b](https://github.com/stoplightio/prism/commit/2148a2bc9c43d2897900ffe5838d7bc76fd8a3d1))
* version update and bundled_issue changes ([#2577](https://github.com/stoplightio/prism/issues/2577)) ([c4074fa](https://github.com/stoplightio/prism/commit/c4074fa24438079e659061ee32d08464a688c17c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @stoplight/prism-http bumped from 5.10.0 to 5.11.0
* @stoplight/prism-http-server bumped from ^5.10.0 to ^5.11.0

## [5.10.0](https://github.com/stoplightio/prism/compare/v5.9.0...v5.10.0) (2024-09-12)

### Bug Fixes

* reverted changes and bump the JSON version ([#2598](https://github.com/stoplightio/prism/issues/2598)) ([4acb898](https://github.com/stoplightio/prism/commit/4acb8980b31c3902ff01cabef06a4fb6f9a6cd48))

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @stoplight/prism-http bumped from 5.9.0 to 5.10.0
* @stoplight/prism-http-server bumped from ^5.9.0 to ^5.10.0

## [5.9.0](https://github.com/stoplightio/prism/compare/v5.8.3...v5.9.0) (2024-08-09)

### Bug Fixes

* version update and bundled_issue changes ([#2577](https://github.com/stoplightio/prism/issues/2577)) ([c4074fa](https://github.com/stoplightio/prism/commit/c4074fa24438079e659061ee32d08464a688c17c))

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @stoplight/prism-http bumped from 5.8.4 to 5.9.0
* @stoplight/prism-http-server bumped from ^5.8.3 to ^5.9.0

## [5.8.3](https://github.com/stoplightio/prism/compare/v5.8.2...v5.8.3) (2024-07-19)

Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "@stainless-api/prism-cli",
"version": "5.9.0",
"version": "5.12.0",
"author": "Stainless <[email protected]>",
"bin": {
"prism": "./dist/index.js"
},
"bugs": "https://github.com/stainless-api/prism/issues",
"dependencies": {
"@stoplight/json": "3.21.6",
"@stoplight/json": "3.21.7",
"@stoplight/json-schema-ref-parser": "9.2.7",
"@stoplight/prism-core": "5.9.0",
"@stoplight/prism-http": "5.9.0",
"@stoplight/prism-http-server": "5.9.0",
"@stoplight/prism-http": "5.12.0",
"@stoplight/prism-http-server": "5.12.0",
"@stoplight/types": "14.1.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"fp-ts": "^2.11.5",
"json-schema-faker": "0.5.3",
"json-schema-faker": "0.5.8",
"lodash": "^4.17.21",
"node-fetch": "^2.6.5",
"pino": "^6.13.3",
"signale": "^1.4.0",
"split2": "^3.2.2",
"split2": "^4.2.0",
"tslib": "^2.3.1",
"uri-template-lite": "^22.9.0",
"urijs": "^1.19.11",
Expand Down Expand Up @@ -50,4 +50,4 @@
"pkg": {
"scripts": "../../node_modules/fp-ts/**/package.json"
}
}
}
Loading
Loading