Merge branch 'release/2021.6.0-alpha.3' into develop

This commit is contained in:
Opender Singh 2021-10-15 23:01:53 +13:00
commit 60060ca80e
58 changed files with 121 additions and 119 deletions

View File

@ -126,20 +126,20 @@ jobs:
name: ${{ steps.inso-variables.outputs.pkg-name }}
path: packages/insomnia-inso/artifacts
# - name: Run Inso CLI smoke tests
# run: npm run test:smoke:cli
- name: Run Inso CLI smoke tests
run: npm run test:smoke:cli
# - name: Build app for smoke tests
# run: npm run app-build:smoke
- name: Build app for smoke tests
run: npm run app-build:smoke
# - name: Run app smoke tests
# timeout-minutes: 10 # sometimes jest fails to exit - https://github.com/facebook/jest/issues/6423#issuecomment-620407580
# run: npm run test:smoke:build
- name: Run app smoke tests
timeout-minutes: 10 # sometimes jest fails to exit - https://github.com/facebook/jest/issues/6423#issuecomment-620407580
run: npm run test:smoke:build
# - name: Upload smoke test screenshots
# uses: actions/upload-artifact@v2
# if: always()
# with:
# if-no-files-found: ignore
# name: ${{ matrix.os }}-smoke-test-screenshots-${{ github.run_number }}
# path: packages/insomnia-smoke-test/screenshots
- name: Upload smoke test screenshots
uses: actions/upload-artifact@v2
if: always()
with:
if-no-files-found: ignore
name: ${{ matrix.os }}-smoke-test-screenshots-${{ github.run_number }}
path: packages/insomnia-smoke-test/screenshots

View File

@ -1,6 +1,6 @@
{
"tagVersionPrefix": "lib@",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"includeMergedTags": true,
"command": {
"version": {

View File

@ -16,9 +16,9 @@
"lint:markdown": "markdownlint-cli2 \"**/*.md\" \"#**/node_modules\"",
"lint:fix": "lerna run lint:fix --stream --no-bail",
"bootstrap": "npm install && lerna bootstrap && lerna run --stream bootstrap",
"version": "lerna version --exact --preid beta",
"version": "lerna version --exact --preid alpha",
"version:dry": "npm run version -- --no-git-tag-version",
"release": "lerna publish from-git --pre-dist-tag beta --no-verify-access --yes",
"release": "lerna publish from-git --pre-dist-tag alpha --no-verify-access --yes",
"clean": "lerna run clean --parallel --stream && lerna clean --yes && rimraf node_modules",
"test": "lerna run --stream --parallel test",
"inso-start": "npm start --prefix packages/insomnia-inso",

View File

@ -1,5 +1,5 @@
{
"version": "2021.5.3",
"version": "2021.6.0-alpha.4",
"name": "insomnia",
"executableName": "insomnia",
"appId": "com.insomnia.app",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-app",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"private": true,
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"name": "insomnia-app",
"homepage": "https://konghq.com",
"description": "The Collaborative API Design Tool",
@ -100,30 +100,30 @@
"html-entities": "^1.2.0",
"httpsnippet": "^1.23.0",
"iconv-lite": "^0.4.15",
"insomnia-components": "2.3.2",
"insomnia-common": "2.3.2",
"insomnia-config": "2.3.2",
"insomnia-cookies": "2.3.2",
"insomnia-importers": "2.3.2",
"insomnia-plugin-base64": "2.3.2",
"insomnia-plugin-cookie-jar": "2.3.2",
"insomnia-plugin-core-themes": "2.3.2",
"insomnia-plugin-file": "2.3.2",
"insomnia-plugin-hash": "2.3.2",
"insomnia-plugin-jsonpath": "2.3.2",
"insomnia-plugin-kong-declarative-config": "2.3.2",
"insomnia-plugin-kong-kubernetes-config": "2.3.2",
"insomnia-plugin-kong-portal": "2.3.2",
"insomnia-plugin-now": "2.3.2",
"insomnia-plugin-os": "2.3.2",
"insomnia-common": "2.3.3-alpha.4",
"insomnia-components": "2.3.3-alpha.4",
"insomnia-config": "2.3.3-alpha.4",
"insomnia-cookies": "2.3.3-alpha.4",
"insomnia-importers": "2.3.3-alpha.4",
"insomnia-plugin-base64": "2.3.3-alpha.4",
"insomnia-plugin-cookie-jar": "2.3.3-alpha.4",
"insomnia-plugin-core-themes": "2.3.3-alpha.4",
"insomnia-plugin-file": "2.3.3-alpha.4",
"insomnia-plugin-hash": "2.3.3-alpha.4",
"insomnia-plugin-jsonpath": "2.3.3-alpha.4",
"insomnia-plugin-kong-declarative-config": "2.3.3-alpha.4",
"insomnia-plugin-kong-kubernetes-config": "2.3.3-alpha.4",
"insomnia-plugin-kong-portal": "2.3.3-alpha.4",
"insomnia-plugin-now": "2.3.3-alpha.4",
"insomnia-plugin-os": "2.3.3-alpha.4",
"insomnia-plugin-prompt": "2.3.2",
"insomnia-plugin-request": "2.3.2",
"insomnia-plugin-response": "2.3.2",
"insomnia-plugin-uuid": "2.3.2",
"insomnia-plugin-request": "2.3.3-alpha.4",
"insomnia-plugin-response": "2.3.3-alpha.4",
"insomnia-plugin-uuid": "2.3.3-alpha.4",
"insomnia-prettify": "2.3.2",
"insomnia-testing": "2.3.2",
"insomnia-testing": "2.3.3-alpha.4",
"insomnia-url": "2.3.2",
"insomnia-xpath": "2.3.2",
"insomnia-xpath": "2.3.3-alpha.4",
"isomorphic-git": "^1.8.1",
"js-yaml": "^3.14.1",
"jshint": "^2.11.1",
@ -142,7 +142,7 @@
"nunjucks": "^3.2.0",
"oauth-1.0a": "^2.2.2",
"objectpath": "^2.0.0",
"openapi-2-kong": "2.3.2",
"openapi-2-kong": "2.3.3-alpha.4",
"papaparse": "^5.2.0",
"pdfjs-dist": "^2.5.207",
"prettier": "2.4.1",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-common",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-common",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"homepage": "https://insomnia.rest",
"description": "Top-level entities and utilities for Insomnia",
"author": "Kong <office@konghq.com>",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-components",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-components",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Insomnia UI component library",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-config",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-config",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"homepage": "https://insomnia.rest",
"description": "Configuration for Insomnia",
"author": "Kong <office@konghq.com>",
@ -27,7 +27,7 @@
"build": "tsc --build tsconfig.build.json"
},
"dependencies": {
"insomnia-common": "2.3.2"
"insomnia-common": "2.3.3-alpha.4"
},
"devDependencies": {
"ajv": "^8.6.2",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-cookies",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-cookies",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Cookie utilities",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-importers",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-importers",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Various data importers for Insomnia",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-inso",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-inso",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"homepage": "https://insomnia.rest",
"description": "A CLI for Insomnia - The Collaborative API Design Tool",
"author": "Kong <office@konghq.com>",
@ -73,24 +73,24 @@
"consola": "^2.15.0",
"cosmiconfig": "^6.0.0",
"enquirer": "^2.3.6",
"insomnia-plugin-base64": "2.3.2",
"insomnia-plugin-cookie-jar": "2.3.2",
"insomnia-plugin-core-themes": "2.3.2",
"insomnia-plugin-file": "2.3.2",
"insomnia-plugin-hash": "2.3.2",
"insomnia-plugin-jsonpath": "2.3.2",
"insomnia-plugin-now": "2.3.2",
"insomnia-plugin-os": "2.3.2",
"insomnia-plugin-base64": "2.3.3-alpha.4",
"insomnia-plugin-cookie-jar": "2.3.3-alpha.4",
"insomnia-plugin-core-themes": "2.3.3-alpha.4",
"insomnia-plugin-file": "2.3.3-alpha.4",
"insomnia-plugin-hash": "2.3.3-alpha.4",
"insomnia-plugin-jsonpath": "2.3.3-alpha.4",
"insomnia-plugin-now": "2.3.3-alpha.4",
"insomnia-plugin-os": "2.3.3-alpha.4",
"insomnia-plugin-prompt": "2.3.2",
"insomnia-plugin-request": "2.3.2",
"insomnia-plugin-response": "2.3.2",
"insomnia-plugin-uuid": "2.3.2",
"insomnia-send-request": "2.3.2",
"insomnia-testing": "2.3.2",
"insomnia-plugin-request": "2.3.3-alpha.4",
"insomnia-plugin-response": "2.3.3-alpha.4",
"insomnia-plugin-uuid": "2.3.3-alpha.4",
"insomnia-send-request": "2.3.3-alpha.4",
"insomnia-testing": "2.3.3-alpha.4",
"lodash.flattendeep": "^4.4.0",
"mkdirp": "^1.0.4",
"nedb": "^1.8.0",
"openapi-2-kong": "2.3.2",
"openapi-2-kong": "2.3.3-alpha.4",
"ramda": "^0.27.1",
"ramda-adjunct": "^2.33.0",
"string-argv": "^0.3.1",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-send-request",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "insomnia-send-request",
"license": "Apache-2.0",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"main": "dist/index.js",
"types": "dist/send-request/index.d.ts",
@ -18,8 +18,10 @@
"hkdf": "0.0.2",
"html-entities": "^1.3.1",
"httpsnippet": "^1.22.0",
"insomnia-importers": "2.3.2",
"insomnia-testing": "2.3.2",
"insomnia-common": "2.3.3-alpha.4",
"insomnia-config": "2.3.3-alpha.4",
"insomnia-importers": "2.3.3-alpha.4",
"insomnia-testing": "2.3.3-alpha.4",
"isomorphic-git": "^1.5.0",
"jshint": "^2.11.1",
"jsonlint": "^1.6.3",
@ -33,7 +35,7 @@
"node-libcurl": "2.3.3",
"nunjucks": "^3.2.1",
"oauth-1.0a": "^2.2.6",
"openapi-2-kong": "2.3.2",
"openapi-2-kong": "2.3.3-alpha.4",
"ramda": "^0.27.1",
"ramda-adjunct": "^2.33.0",
"tough-cookie": "^4.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-smoke-test",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/kong/insomnia/issues"
},
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"scripts": {
"bootstrap": "npm run build",
"lint": "eslint . --ext .js,.ts,.tsx",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-testing",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "insomnia-testing",
"license": "Apache-2.0",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-xpath",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-xpath",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Query XML using XPath",
"license": "MIT",
@ -32,7 +32,7 @@
"@types/xmldom": "0.1.30"
},
"dependencies": {
"insomnia-cookies": "2.3.2",
"insomnia-cookies": "2.3.3-alpha.4",
"xmldom": "^0.5.0",
"xpath": "0.0.27"
},

View File

@ -1,6 +1,6 @@
{
"name": "openapi-2-kong",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "openapi-2-kong",
"license": "Apache-2.0",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -1,5 +1,5 @@
{
"name": "insomnia-plugin-base64",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-base64",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Insomnia base64 template tag",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-cookie-jar",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-cookie-jar",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"contributors": [
{
@ -28,7 +28,7 @@
"test": "jest --silent"
},
"dependencies": {
"insomnia-cookies": "2.3.2"
"insomnia-cookies": "2.3.3-alpha.4"
},
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
}

View File

@ -1,5 +1,5 @@
{
"name": "insomnia-plugin-core-themes",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-core-themes",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Insomnia core themes",
"license": "MIT",

View File

@ -1,5 +1,5 @@
{
"name": "insomnia-plugin-default-headers",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-default-headers",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Various data importers for Insomnia",
"license": "MIT",

View File

@ -1,5 +1,5 @@
{
"name": "insomnia-plugin-file",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-file",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Insomnia file templte tag",
"license": "MIT",

View File

@ -1,5 +1,5 @@
{
"name": "insomnia-plugin-hash",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-hash",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Insomnia hash template tag",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-jsonpath",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-jsonpath",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Template tag to pull data from JSON strings",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-kong-declarative-config",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-kong-declarative-config",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"main": "index.js",
"author": "Kong <office@konghq.com>",
"license": "Apache-2.0",
@ -17,7 +17,7 @@
"description": "Generate Kong Declarative Config"
},
"dependencies": {
"openapi-2-kong": "2.3.2",
"openapi-2-kong": "2.3.3-alpha.4",
"yaml": "^1.8.3"
},
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-kong-kubernetes-config",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-kong-kubernetes-config",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"main": "index.js",
"author": "Kong <office@konghq.com>",
"license": "Apache-2.0",
@ -17,7 +17,7 @@
"description": "Generate Kong For Kubernetes configuration"
},
"dependencies": {
"openapi-2-kong": "2.3.2",
"openapi-2-kong": "2.3.3-alpha.4",
"yaml": "^1.8.3"
},
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-kong-portal",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-kong-portal",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"main": "dist/index.js",
"author": "Kong <office@konghq.com>",
"license": "Apache-2.0",
@ -30,7 +30,7 @@
"@babel/preset-flow": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"autobind-decorator": "^2.4.0",
"insomnia-components": "2.3.2",
"insomnia-components": "2.3.3-alpha.4",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"styled-components": "^4.4.1",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-now",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-now",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Insomnia now template tag",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-os",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-os",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Template tag to get information about the OS",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-request",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-request",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Insomnia request template tag",
"license": "MIT",
@ -22,7 +22,7 @@
"test": "jest --silent"
},
"dependencies": {
"insomnia-cookies": "2.3.2",
"insomnia-cookies": "2.3.3-alpha.4",
"insomnia-url": "2.3.2"
},
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-response",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-response",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Insomnia response template tag",
"license": "MIT",
@ -23,7 +23,7 @@
},
"dependencies": {
"iconv-lite": "^0.4.19",
"insomnia-xpath": "2.3.2",
"insomnia-xpath": "2.3.3-alpha.4",
"jsonpath-plus": "^6.0.1"
},
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-uuid",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "insomnia-plugin-uuid",
"version": "2.3.2",
"version": "2.3.3-alpha.4",
"author": "Kong <office@konghq.com>",
"description": "Insomnia uuid template tag",
"license": "MIT",