Skip to content

Commit

Permalink
fix some metadata + try pinning more
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Aug 9, 2024
1 parent acb62ae commit 335f8a8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@stoplight/prism-cli",
"version": "5.8.3",
"author": "Stoplight <[email protected]>",
"name": "@stainless-api/prism-cli",
"version": "5.8.4",
"author": "Stainless <[email protected]>",
"bin": {
"prism": "./dist/index.js"
},
"bugs": "https://github.com/stoplightio/prism/issues",
"bugs": "https://github.com/stainless-api/prism/issues",
"dependencies": {
"@stoplight/json": "3.20.0",
"@stoplight/json-schema-ref-parser": "9.2.7",
"@stoplight/prism-core": "^5.8.0",
"@stoplight/prism-http": "^5.8.3",
"@stoplight/prism-http-server": "^5.8.3",
"@stoplight/types": "^14.1.0",
"@stoplight/prism-core": "5.8.0",
"@stoplight/prism-http": "5.8.2",
"@stoplight/prism-http-server": "5.8.2",
"@stoplight/types": "14.1.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"fp-ts": "^2.11.5",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/stoplightio/prism.git"
"url": "https://github.com/stainless-api/prism.git"
},
"scripts": {
"cli": "node -r ts-node/register/transpile-only -r tsconfig-paths/register src/index.ts",
Expand Down

0 comments on commit 335f8a8

Please sign in to comment.