mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Merge branch 'release/8.5.1' into develop
This commit is contained in:
commit
5dd64dd3cb
12
package-lock.json
generated
12
package-lock.json
generated
@ -24905,7 +24905,7 @@
|
||||
}
|
||||
},
|
||||
"packages/insomnia": {
|
||||
"version": "8.5.0",
|
||||
"version": "8.5.1",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@apideck/better-ajv-errors": "^0.3.6",
|
||||
@ -25064,7 +25064,7 @@
|
||||
}
|
||||
},
|
||||
"packages/insomnia-inso": {
|
||||
"version": "8.5.0",
|
||||
"version": "8.5.1",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@stoplight/spectral-core": "^1.18.2",
|
||||
@ -25243,7 +25243,7 @@
|
||||
}
|
||||
},
|
||||
"packages/insomnia-send-request": {
|
||||
"version": "8.5.0",
|
||||
"version": "8.5.1",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@getinsomnia/node-libcurl": "^2.4.1-5",
|
||||
@ -25295,7 +25295,7 @@
|
||||
}
|
||||
},
|
||||
"packages/insomnia-smoke-test": {
|
||||
"version": "8.5.0",
|
||||
"version": "8.5.1",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"depd": "^1.1.2",
|
||||
@ -25371,7 +25371,7 @@
|
||||
}
|
||||
},
|
||||
"packages/insomnia-testing": {
|
||||
"version": "8.5.0",
|
||||
"version": "8.5.1",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"packages/insomnia/node_modules/@apideck/better-ajv-errors": {
|
||||
@ -25953,7 +25953,7 @@
|
||||
}
|
||||
},
|
||||
"packages/openapi-2-kong": {
|
||||
"version": "8.5.0",
|
||||
"version": "8.5.1",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@apidevtools/swagger-parser": "10.1.0",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "insomnia-inso",
|
||||
"version": "8.5.0",
|
||||
"version": "8.5.1",
|
||||
"homepage": "https://insomnia.rest",
|
||||
"description": "A CLI for Insomnia - The Collaborative API Design Tool",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"private": true,
|
||||
"name": "insomnia-send-request",
|
||||
"license": "Apache-2.0",
|
||||
"version": "8.5.0",
|
||||
"version": "8.5.1",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/send-request/index.d.ts",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/kong/insomnia/issues"
|
||||
},
|
||||
"version": "8.5.0",
|
||||
"version": "8.5.1",
|
||||
"scripts": {
|
||||
"test:dev": "xvfb-maybe cross-env BUNDLE=dev playwright test",
|
||||
"test:build": "xvfb-maybe cross-env BUNDLE=build playwright test",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"private": true,
|
||||
"name": "insomnia-testing",
|
||||
"license": "Apache-2.0",
|
||||
"version": "8.5.0",
|
||||
"version": "8.5.1",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "insomnia",
|
||||
"version": "8.5.0",
|
||||
"version": "8.5.1",
|
||||
"productName": "Insomnia",
|
||||
"private": true,
|
||||
"description": "The Collaborative API Design Tool",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"private": true,
|
||||
"name": "openapi-2-kong",
|
||||
"license": "Apache-2.0",
|
||||
"version": "8.5.0",
|
||||
"version": "8.5.1",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user