mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Bump app version to 9.3.0-alpha.2
This commit is contained in:
parent
c2cd93de73
commit
e369528db4
14
package-lock.json
generated
14
package-lock.json
generated
@ -22652,7 +22652,7 @@
|
||||
}
|
||||
},
|
||||
"packages/insomnia": {
|
||||
"version": "9.3.0-beta.0",
|
||||
"version": "9.3.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@apideck/better-ajv-errors": "^0.3.6",
|
||||
@ -22813,7 +22813,7 @@
|
||||
}
|
||||
},
|
||||
"packages/insomnia-inso": {
|
||||
"version": "9.3.0-beta.0",
|
||||
"version": "9.3.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@seald-io/nedb": "^4.0.4",
|
||||
@ -23253,7 +23253,7 @@
|
||||
}
|
||||
},
|
||||
"packages/insomnia-sdk": {
|
||||
"version": "9.3.0-beta.0",
|
||||
"version": "9.3.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@types/deep-equal": "^1.0.4",
|
||||
@ -23359,7 +23359,7 @@
|
||||
}
|
||||
},
|
||||
"packages/insomnia-send-request": {
|
||||
"version": "9.3.0-beta.0",
|
||||
"version": "9.3.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@getinsomnia/node-libcurl": "2.4.29-5",
|
||||
@ -23393,7 +23393,7 @@
|
||||
"devDependencies": {}
|
||||
},
|
||||
"packages/insomnia-smoke-test": {
|
||||
"version": "9.3.0-beta.0",
|
||||
"version": "9.3.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"depd": "^1.1.2",
|
||||
@ -23487,7 +23487,7 @@
|
||||
}
|
||||
},
|
||||
"packages/insomnia-testing": {
|
||||
"version": "9.3.0-beta.0",
|
||||
"version": "9.3.0-alpha.2",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"packages/insomnia/node_modules/@esbuild/aix-ppc64": {
|
||||
@ -23897,7 +23897,7 @@
|
||||
}
|
||||
},
|
||||
"packages/openapi-2-kong": {
|
||||
"version": "9.3.0-beta.0",
|
||||
"version": "9.3.0-alpha.2",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@apidevtools/swagger-parser": "10.1.0",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "insomnia-inso",
|
||||
"version": "9.3.0-beta.0",
|
||||
"version": "9.3.0-alpha.2",
|
||||
"homepage": "https://insomnia.rest",
|
||||
"description": "A CLI for Insomnia - The Collaborative API Design Tool",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "insomnia-sdk",
|
||||
"version": "9.3.0-beta.0",
|
||||
"version": "9.3.0-alpha.2",
|
||||
"description": "",
|
||||
"main": "src/objects/index.ts",
|
||||
"types": "src/objects/index.ts",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"private": true,
|
||||
"name": "insomnia-send-request",
|
||||
"license": "Apache-2.0",
|
||||
"version": "9.3.0-beta.0",
|
||||
"version": "9.3.0-alpha.2",
|
||||
"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": "9.3.0-beta.0",
|
||||
"version": "9.3.0-alpha.2",
|
||||
"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": "9.3.0-beta.0",
|
||||
"version": "9.3.0-alpha.2",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "insomnia",
|
||||
"version": "9.3.0-beta.0",
|
||||
"version": "9.3.0-alpha.2",
|
||||
"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": "9.3.0-beta.0",
|
||||
"version": "9.3.0-alpha.2",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user