mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Merge branch 'release/2022.3.0-beta.0' into develop
This commit is contained in:
commit
2877b3dfe9
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"includeMergedTags": true,
|
||||
"packages": [
|
||||
"packages/*",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2022.2.1",
|
||||
"version": "2022.3.0-beta.0",
|
||||
"name": "insomnia",
|
||||
"executableName": "insomnia",
|
||||
"appId": "com.insomnia.app",
|
||||
|
128
packages/insomnia-app/package-lock.json
generated
128
packages/insomnia-app/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-app",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-app",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@getinsomnia/node-libcurl": "2.3.4-3",
|
||||
@ -44,7 +44,7 @@
|
||||
"marked": "^4.0.10",
|
||||
"mime-types": "^2.1.35",
|
||||
"mkdirp": "^0.5.1",
|
||||
"multiparty": "^4.2.1",
|
||||
"multiparty": "^4.2.3",
|
||||
"nedb": "^1.8.0",
|
||||
"node-forge": "^1.0.0",
|
||||
"nunjucks": "^3.2.0",
|
||||
@ -67,7 +67,7 @@
|
||||
"react-use": "^17.2.4",
|
||||
"redux": "^4.1.2",
|
||||
"redux-thunk": "^2.4.1",
|
||||
"reselect": "^4.0.0",
|
||||
"reselect": "^4.1.5",
|
||||
"srp-js": "^0.2.1",
|
||||
"styled-components": "^4.4.1",
|
||||
"swagger-ui-react": "^4.5.2",
|
||||
@ -107,7 +107,7 @@
|
||||
"@types/marked": "^4.0.2",
|
||||
"@types/mime-types": "^2.1.1",
|
||||
"@types/mkdirp": "^0.5.2",
|
||||
"@types/multiparty": "^0.0.32",
|
||||
"@types/multiparty": "^0.0.33",
|
||||
"@types/ncp": "^2.0.4",
|
||||
"@types/nedb": "^1.8.11",
|
||||
"@types/node-forge": "^0.9.7",
|
||||
@ -7134,9 +7134,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/multiparty": {
|
||||
"version": "0.0.32",
|
||||
"resolved": "https://registry.npmjs.org/@types/multiparty/-/multiparty-0.0.32.tgz",
|
||||
"integrity": "sha512-zuQEcL9pHiW3u1fgkOWE6T/RwskrFZ3W63aKQPDs7EokIjtbsGL7aVlI4tI86qjL4B3hcFxDRtIGxwRwMTS2Dw==",
|
||||
"version": "0.0.33",
|
||||
"resolved": "https://registry.npmjs.org/@types/multiparty/-/multiparty-0.0.33.tgz",
|
||||
"integrity": "sha512-Il6cJUpSqgojT7NxbVJUvXkCblm50/yEJYtblISDsNIeNYf4yMAhdizzidUk6h8pJ8yhwK/3Fkb+3Dwcgtwl8w==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/node": "*"
|
||||
@ -14781,6 +14781,7 @@
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
|
||||
"integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"pend": "~1.2.0"
|
||||
}
|
||||
@ -21691,19 +21692,65 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/multiparty": {
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.2.1.tgz",
|
||||
"integrity": "sha512-AvESCnNoQlZiOfP9R4mxN8M9csy2L16EIbWIkt3l4FuGti9kXBS8QVzlfyg4HEnarJhrzZilgNFlZtqmoiAIIA==",
|
||||
"version": "4.2.3",
|
||||
"resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.2.3.tgz",
|
||||
"integrity": "sha512-Ak6EUJZuhGS8hJ3c2fY6UW5MbkGUPMBEGd13djUzoY/BHqV/gTuFWtC6IuVA7A2+v3yjBS6c4or50xhzTQZImQ==",
|
||||
"dependencies": {
|
||||
"fd-slicer": "1.1.0",
|
||||
"http-errors": "~1.7.0",
|
||||
"safe-buffer": "5.1.2",
|
||||
"http-errors": "~1.8.1",
|
||||
"safe-buffer": "5.2.1",
|
||||
"uid-safe": "2.1.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
}
|
||||
},
|
||||
"node_modules/multiparty/node_modules/http-errors": {
|
||||
"version": "1.8.1",
|
||||
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
|
||||
"integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
|
||||
"dependencies": {
|
||||
"depd": "~1.1.2",
|
||||
"inherits": "2.0.4",
|
||||
"setprototypeof": "1.2.0",
|
||||
"statuses": ">= 1.5.0 < 2",
|
||||
"toidentifier": "1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/multiparty/node_modules/safe-buffer": {
|
||||
"version": "5.2.1",
|
||||
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
||||
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/feross"
|
||||
},
|
||||
{
|
||||
"type": "patreon",
|
||||
"url": "https://www.patreon.com/feross"
|
||||
},
|
||||
{
|
||||
"type": "consulting",
|
||||
"url": "https://feross.org/support"
|
||||
}
|
||||
]
|
||||
},
|
||||
"node_modules/multiparty/node_modules/setprototypeof": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
||||
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
|
||||
},
|
||||
"node_modules/multiparty/node_modules/toidentifier": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
||||
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
|
||||
"engines": {
|
||||
"node": ">=0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/nan": {
|
||||
"version": "2.14.1",
|
||||
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz",
|
||||
@ -22929,7 +22976,8 @@
|
||||
"node_modules/pend": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
|
||||
"integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
|
||||
"integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/performance-now": {
|
||||
"version": "2.1.0",
|
||||
@ -36542,9 +36590,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"@types/multiparty": {
|
||||
"version": "0.0.32",
|
||||
"resolved": "https://registry.npmjs.org/@types/multiparty/-/multiparty-0.0.32.tgz",
|
||||
"integrity": "sha512-zuQEcL9pHiW3u1fgkOWE6T/RwskrFZ3W63aKQPDs7EokIjtbsGL7aVlI4tI86qjL4B3hcFxDRtIGxwRwMTS2Dw==",
|
||||
"version": "0.0.33",
|
||||
"resolved": "https://registry.npmjs.org/@types/multiparty/-/multiparty-0.0.33.tgz",
|
||||
"integrity": "sha512-Il6cJUpSqgojT7NxbVJUvXkCblm50/yEJYtblISDsNIeNYf4yMAhdizzidUk6h8pJ8yhwK/3Fkb+3Dwcgtwl8w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/node": "*"
|
||||
@ -42776,6 +42824,7 @@
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
|
||||
"integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"pend": "~1.2.0"
|
||||
}
|
||||
@ -48163,14 +48212,42 @@
|
||||
"dev": true
|
||||
},
|
||||
"multiparty": {
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.2.1.tgz",
|
||||
"integrity": "sha512-AvESCnNoQlZiOfP9R4mxN8M9csy2L16EIbWIkt3l4FuGti9kXBS8QVzlfyg4HEnarJhrzZilgNFlZtqmoiAIIA==",
|
||||
"version": "4.2.3",
|
||||
"resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.2.3.tgz",
|
||||
"integrity": "sha512-Ak6EUJZuhGS8hJ3c2fY6UW5MbkGUPMBEGd13djUzoY/BHqV/gTuFWtC6IuVA7A2+v3yjBS6c4or50xhzTQZImQ==",
|
||||
"requires": {
|
||||
"fd-slicer": "1.1.0",
|
||||
"http-errors": "~1.7.0",
|
||||
"safe-buffer": "5.1.2",
|
||||
"http-errors": "~1.8.1",
|
||||
"safe-buffer": "5.2.1",
|
||||
"uid-safe": "2.1.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"http-errors": {
|
||||
"version": "1.8.1",
|
||||
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
|
||||
"integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
|
||||
"requires": {
|
||||
"depd": "~1.1.2",
|
||||
"inherits": "2.0.4",
|
||||
"setprototypeof": "1.2.0",
|
||||
"statuses": ">= 1.5.0 < 2",
|
||||
"toidentifier": "1.0.1"
|
||||
}
|
||||
},
|
||||
"safe-buffer": {
|
||||
"version": "5.2.1",
|
||||
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
||||
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
|
||||
},
|
||||
"setprototypeof": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
||||
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
|
||||
},
|
||||
"toidentifier": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
||||
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"nan": {
|
||||
@ -49159,7 +49236,8 @@
|
||||
"pend": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
|
||||
"integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
|
||||
"integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=",
|
||||
"dev": true
|
||||
},
|
||||
"performance-now": {
|
||||
"version": "2.1.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"name": "insomnia-app",
|
||||
"homepage": "https://konghq.com",
|
||||
"description": "The Collaborative API Design Tool",
|
||||
@ -101,30 +101,30 @@
|
||||
"html-entities": "^1.2.0",
|
||||
"httpsnippet": "^1.23.0",
|
||||
"iconv-lite": "^0.6.3",
|
||||
"insomnia-common": "2.8.0",
|
||||
"insomnia-components": "2.8.0",
|
||||
"insomnia-config": "2.8.0",
|
||||
"insomnia-cookies": "2.8.0",
|
||||
"insomnia-importers": "2.8.0",
|
||||
"insomnia-plugin-base64": "2.8.0",
|
||||
"insomnia-plugin-cookie-jar": "2.8.0",
|
||||
"insomnia-plugin-core-themes": "2.8.0",
|
||||
"insomnia-plugin-file": "2.8.0",
|
||||
"insomnia-plugin-hash": "2.8.0",
|
||||
"insomnia-plugin-jsonpath": "2.8.0",
|
||||
"insomnia-plugin-kong-declarative-config": "2.8.0",
|
||||
"insomnia-plugin-kong-kubernetes-config": "2.8.0",
|
||||
"insomnia-plugin-kong-portal": "2.8.0",
|
||||
"insomnia-plugin-now": "2.8.0",
|
||||
"insomnia-plugin-os": "2.8.0",
|
||||
"insomnia-plugin-prompt": "2.8.0",
|
||||
"insomnia-plugin-request": "2.8.0",
|
||||
"insomnia-plugin-response": "2.8.0",
|
||||
"insomnia-plugin-uuid": "2.8.0",
|
||||
"insomnia-prettify": "2.8.0",
|
||||
"insomnia-testing": "2.8.0",
|
||||
"insomnia-url": "2.8.0",
|
||||
"insomnia-xpath": "2.8.0",
|
||||
"insomnia-common": "2.9.0-beta.0",
|
||||
"insomnia-components": "2.9.0-beta.0",
|
||||
"insomnia-config": "2.9.0-beta.0",
|
||||
"insomnia-cookies": "2.9.0-beta.0",
|
||||
"insomnia-importers": "2.9.0-beta.0",
|
||||
"insomnia-plugin-base64": "2.9.0-beta.0",
|
||||
"insomnia-plugin-cookie-jar": "2.9.0-beta.0",
|
||||
"insomnia-plugin-core-themes": "2.9.0-beta.0",
|
||||
"insomnia-plugin-file": "2.9.0-beta.0",
|
||||
"insomnia-plugin-hash": "2.9.0-beta.0",
|
||||
"insomnia-plugin-jsonpath": "2.9.0-beta.0",
|
||||
"insomnia-plugin-kong-declarative-config": "2.9.0-beta.0",
|
||||
"insomnia-plugin-kong-kubernetes-config": "2.9.0-beta.0",
|
||||
"insomnia-plugin-kong-portal": "2.9.0-beta.0",
|
||||
"insomnia-plugin-now": "2.9.0-beta.0",
|
||||
"insomnia-plugin-os": "2.9.0-beta.0",
|
||||
"insomnia-plugin-prompt": "2.9.0-beta.0",
|
||||
"insomnia-plugin-request": "2.9.0-beta.0",
|
||||
"insomnia-plugin-response": "2.9.0-beta.0",
|
||||
"insomnia-plugin-uuid": "2.9.0-beta.0",
|
||||
"insomnia-prettify": "2.9.0-beta.0",
|
||||
"insomnia-testing": "2.9.0-beta.0",
|
||||
"insomnia-url": "2.9.0-beta.0",
|
||||
"insomnia-xpath": "2.9.0-beta.0",
|
||||
"isomorphic-git": "^1.10.4",
|
||||
"js-yaml": "^3.14.1",
|
||||
"jshint": "^2.11.1",
|
||||
@ -141,7 +141,7 @@
|
||||
"nunjucks": "^3.2.0",
|
||||
"oauth-1.0a": "^2.2.2",
|
||||
"objectpath": "^2.0.0",
|
||||
"openapi-2-kong": "2.8.0",
|
||||
"openapi-2-kong": "2.9.0-beta.0",
|
||||
"papaparse": "^5.2.0",
|
||||
"pdfjs-dist": "^2.5.207",
|
||||
"prettier": "2.4.1",
|
||||
@ -196,8 +196,8 @@
|
||||
"@types/js-yaml": "^4.0.1",
|
||||
"@types/less": "^3.0.2",
|
||||
"@types/license-checker": "^25.0.1",
|
||||
"@types/mime-types": "^2.1.1",
|
||||
"@types/marked": "^4.0.2",
|
||||
"@types/mime-types": "^2.1.1",
|
||||
"@types/mkdirp": "^0.5.2",
|
||||
"@types/multiparty": "^0.0.33",
|
||||
"@types/ncp": "^2.0.4",
|
||||
@ -209,8 +209,8 @@
|
||||
"@types/ramda": "^0.27.44",
|
||||
"@types/react": "^17.0.39",
|
||||
"@types/react-dom": "^17.0.11",
|
||||
"@types/react-tabs": "^2.3.4",
|
||||
"@types/react-redux": "^7.1.22",
|
||||
"@types/react-tabs": "^2.3.4",
|
||||
"@types/redux-mock-store": "^1.0.2",
|
||||
"@types/styled-components": "^4.4.3",
|
||||
"@types/swagger-ui-react": "^4.1.1",
|
||||
|
4
packages/insomnia-common/package-lock.json
generated
4
packages/insomnia-common/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-common",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-common",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"ajv": "^8.6.2",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-common",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"homepage": "https://insomnia.rest",
|
||||
"description": "Top-level entities and utilities for Insomnia",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
|
4
packages/insomnia-components/package-lock.json
generated
4
packages/insomnia-components/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-components",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-components",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"class-autobind-decorator": "^3.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "insomnia-components",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia UI component library",
|
||||
"license": "MIT",
|
||||
|
4
packages/insomnia-config/package-lock.json
generated
4
packages/insomnia-config/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-config",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-config",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@apideck/better-ajv-errors": "^0.2.6",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-config",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"homepage": "https://insomnia.rest",
|
||||
"description": "Configuration for Insomnia",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
@ -30,7 +30,7 @@
|
||||
"dependencies": {
|
||||
"@apideck/better-ajv-errors": "^0.2.6",
|
||||
"ajv": "^8.6.2",
|
||||
"insomnia-common": "2.8.0"
|
||||
"insomnia-common": "2.9.0-beta.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^26.6.3",
|
||||
|
4
packages/insomnia-cookies/package-lock.json
generated
4
packages/insomnia-cookies/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-cookies",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-cookies",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tough-cookie": "^2.3.3"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-cookies",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Cookie utilities",
|
||||
"license": "MIT",
|
||||
|
4
packages/insomnia-importers/package-lock.json
generated
4
packages/insomnia-importers/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-importers",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-importers",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@apidevtools/swagger-parser": "10.0.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "insomnia-importers",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Various data importers for Insomnia",
|
||||
"license": "MIT",
|
||||
|
4
packages/insomnia-inso/package-lock.json
generated
4
packages/insomnia-inso/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-inso",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-inso",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@stoplight/spectral": "^5.9.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "insomnia-inso",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"homepage": "https://insomnia.rest",
|
||||
"description": "A CLI for Insomnia - The Collaborative API Design Tool",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
@ -73,23 +73,23 @@
|
||||
"consola": "^2.15.0",
|
||||
"cosmiconfig": "^6.0.0",
|
||||
"enquirer": "^2.3.6",
|
||||
"insomnia-plugin-base64": "2.8.0",
|
||||
"insomnia-plugin-cookie-jar": "2.8.0",
|
||||
"insomnia-plugin-core-themes": "2.8.0",
|
||||
"insomnia-plugin-file": "2.8.0",
|
||||
"insomnia-plugin-hash": "2.8.0",
|
||||
"insomnia-plugin-jsonpath": "2.8.0",
|
||||
"insomnia-plugin-now": "2.8.0",
|
||||
"insomnia-plugin-os": "2.8.0",
|
||||
"insomnia-plugin-prompt": "2.8.0",
|
||||
"insomnia-plugin-request": "2.8.0",
|
||||
"insomnia-plugin-response": "2.8.0",
|
||||
"insomnia-plugin-uuid": "2.8.0",
|
||||
"insomnia-send-request": "2.8.0",
|
||||
"insomnia-testing": "2.8.0",
|
||||
"insomnia-plugin-base64": "2.9.0-beta.0",
|
||||
"insomnia-plugin-cookie-jar": "2.9.0-beta.0",
|
||||
"insomnia-plugin-core-themes": "2.9.0-beta.0",
|
||||
"insomnia-plugin-file": "2.9.0-beta.0",
|
||||
"insomnia-plugin-hash": "2.9.0-beta.0",
|
||||
"insomnia-plugin-jsonpath": "2.9.0-beta.0",
|
||||
"insomnia-plugin-now": "2.9.0-beta.0",
|
||||
"insomnia-plugin-os": "2.9.0-beta.0",
|
||||
"insomnia-plugin-prompt": "2.9.0-beta.0",
|
||||
"insomnia-plugin-request": "2.9.0-beta.0",
|
||||
"insomnia-plugin-response": "2.9.0-beta.0",
|
||||
"insomnia-plugin-uuid": "2.9.0-beta.0",
|
||||
"insomnia-send-request": "2.9.0-beta.0",
|
||||
"insomnia-testing": "2.9.0-beta.0",
|
||||
"mkdirp": "^1.0.4",
|
||||
"nedb": "^1.8.0",
|
||||
"openapi-2-kong": "2.8.0",
|
||||
"openapi-2-kong": "2.9.0-beta.0",
|
||||
"ramda": "^0.27.1",
|
||||
"ramda-adjunct": "^2.33.0",
|
||||
"string-argv": "^0.3.1",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-prettify",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Prettification utilities for Insomnia",
|
||||
"license": "MIT",
|
||||
|
130
packages/insomnia-send-request/package-lock.json
generated
130
packages/insomnia-send-request/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-send-request",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-send-request",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@getinsomnia/node-libcurl": "2.3.4-3",
|
||||
@ -29,7 +29,7 @@
|
||||
"marked": "^4.0.12",
|
||||
"mime-types": "^2.1.35",
|
||||
"mkdirp": "^1.0.4",
|
||||
"multiparty": "^4.2.1",
|
||||
"multiparty": "^4.2.3",
|
||||
"nedb": "^1.8.0",
|
||||
"node-forge": "^1.0.0",
|
||||
"nunjucks": "^3.2.1",
|
||||
@ -1305,14 +1305,6 @@
|
||||
"reusify": "^1.0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/fd-slicer": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
|
||||
"integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
|
||||
"dependencies": {
|
||||
"pend": "~1.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/file-uri-to-path": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz",
|
||||
@ -2527,19 +2519,65 @@
|
||||
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
||||
},
|
||||
"node_modules/multiparty": {
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.2.1.tgz",
|
||||
"integrity": "sha512-AvESCnNoQlZiOfP9R4mxN8M9csy2L16EIbWIkt3l4FuGti9kXBS8QVzlfyg4HEnarJhrzZilgNFlZtqmoiAIIA==",
|
||||
"version": "4.2.3",
|
||||
"resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.2.3.tgz",
|
||||
"integrity": "sha512-Ak6EUJZuhGS8hJ3c2fY6UW5MbkGUPMBEGd13djUzoY/BHqV/gTuFWtC6IuVA7A2+v3yjBS6c4or50xhzTQZImQ==",
|
||||
"dependencies": {
|
||||
"fd-slicer": "1.1.0",
|
||||
"http-errors": "~1.7.0",
|
||||
"safe-buffer": "5.1.2",
|
||||
"http-errors": "~1.8.1",
|
||||
"safe-buffer": "5.2.1",
|
||||
"uid-safe": "2.1.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
}
|
||||
},
|
||||
"node_modules/multiparty/node_modules/http-errors": {
|
||||
"version": "1.8.1",
|
||||
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
|
||||
"integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
|
||||
"dependencies": {
|
||||
"depd": "~1.1.2",
|
||||
"inherits": "2.0.4",
|
||||
"setprototypeof": "1.2.0",
|
||||
"statuses": ">= 1.5.0 < 2",
|
||||
"toidentifier": "1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/multiparty/node_modules/safe-buffer": {
|
||||
"version": "5.2.1",
|
||||
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
||||
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/feross"
|
||||
},
|
||||
{
|
||||
"type": "patreon",
|
||||
"url": "https://www.patreon.com/feross"
|
||||
},
|
||||
{
|
||||
"type": "consulting",
|
||||
"url": "https://feross.org/support"
|
||||
}
|
||||
]
|
||||
},
|
||||
"node_modules/multiparty/node_modules/setprototypeof": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
||||
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
|
||||
},
|
||||
"node_modules/multiparty/node_modules/toidentifier": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
||||
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
|
||||
"engines": {
|
||||
"node": ">=0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/nan": {
|
||||
"version": "2.15.0",
|
||||
"resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz",
|
||||
@ -2845,11 +2883,6 @@
|
||||
"through": "~2.3"
|
||||
}
|
||||
},
|
||||
"node_modules/pend": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
|
||||
"integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
|
||||
},
|
||||
"node_modules/performance-now": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
|
||||
@ -4826,14 +4859,6 @@
|
||||
"reusify": "^1.0.4"
|
||||
}
|
||||
},
|
||||
"fd-slicer": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
|
||||
"integrity": "sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=",
|
||||
"requires": {
|
||||
"pend": "~1.2.0"
|
||||
}
|
||||
},
|
||||
"file-uri-to-path": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz",
|
||||
@ -5778,14 +5803,42 @@
|
||||
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
||||
},
|
||||
"multiparty": {
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.2.1.tgz",
|
||||
"integrity": "sha512-AvESCnNoQlZiOfP9R4mxN8M9csy2L16EIbWIkt3l4FuGti9kXBS8QVzlfyg4HEnarJhrzZilgNFlZtqmoiAIIA==",
|
||||
"version": "4.2.3",
|
||||
"resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.2.3.tgz",
|
||||
"integrity": "sha512-Ak6EUJZuhGS8hJ3c2fY6UW5MbkGUPMBEGd13djUzoY/BHqV/gTuFWtC6IuVA7A2+v3yjBS6c4or50xhzTQZImQ==",
|
||||
"requires": {
|
||||
"fd-slicer": "1.1.0",
|
||||
"http-errors": "~1.7.0",
|
||||
"safe-buffer": "5.1.2",
|
||||
"http-errors": "~1.8.1",
|
||||
"safe-buffer": "5.2.1",
|
||||
"uid-safe": "2.1.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"http-errors": {
|
||||
"version": "1.8.1",
|
||||
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
|
||||
"integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
|
||||
"requires": {
|
||||
"depd": "~1.1.2",
|
||||
"inherits": "2.0.4",
|
||||
"setprototypeof": "1.2.0",
|
||||
"statuses": ">= 1.5.0 < 2",
|
||||
"toidentifier": "1.0.1"
|
||||
}
|
||||
},
|
||||
"safe-buffer": {
|
||||
"version": "5.2.1",
|
||||
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
||||
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
|
||||
},
|
||||
"setprototypeof": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
||||
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
|
||||
},
|
||||
"toidentifier": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
||||
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"nan": {
|
||||
@ -6020,11 +6073,6 @@
|
||||
"through": "~2.3"
|
||||
}
|
||||
},
|
||||
"pend": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
|
||||
"integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA="
|
||||
},
|
||||
"performance-now": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"private": false,
|
||||
"name": "insomnia-send-request",
|
||||
"license": "Apache-2.0",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/send-request/index.d.ts",
|
||||
@ -20,10 +20,10 @@
|
||||
"hkdf": "0.0.2",
|
||||
"html-entities": "^1.3.1",
|
||||
"httpsnippet": "^1.22.0",
|
||||
"insomnia-common": "2.8.0",
|
||||
"insomnia-config": "2.8.0",
|
||||
"insomnia-importers": "2.8.0",
|
||||
"insomnia-testing": "2.8.0",
|
||||
"insomnia-common": "2.9.0-beta.0",
|
||||
"insomnia-config": "2.9.0-beta.0",
|
||||
"insomnia-importers": "2.9.0-beta.0",
|
||||
"insomnia-testing": "2.9.0-beta.0",
|
||||
"isomorphic-git": "^1.5.0",
|
||||
"jshint": "^2.11.1",
|
||||
"jsonlint-mod-fixed": "1.7.7",
|
||||
@ -36,7 +36,7 @@
|
||||
"node-forge": "^1.0.0",
|
||||
"nunjucks": "^3.2.1",
|
||||
"oauth-1.0a": "^2.2.6",
|
||||
"openapi-2-kong": "2.8.0",
|
||||
"openapi-2-kong": "2.9.0-beta.0",
|
||||
"ramda": "^0.27.1",
|
||||
"ramda-adjunct": "^2.33.0",
|
||||
"tough-cookie": "^4.0.0",
|
||||
|
4
packages/insomnia-smoke-test/package-lock.json
generated
4
packages/insomnia-smoke-test/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-smoke-test",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-smoke-test",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.19.2",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/kong/insomnia/issues"
|
||||
},
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"scripts": {
|
||||
"bootstrap": "npm run build",
|
||||
"lint": "eslint . --ext .js,.ts,.tsx --cache",
|
||||
|
4
packages/insomnia-testing/package-lock.json
generated
4
packages/insomnia-testing/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-testing",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-testing",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"chai": "^4.3.4",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"private": false,
|
||||
"name": "insomnia-testing",
|
||||
"license": "Apache-2.0",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-url",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "URL Utilities",
|
||||
"license": "MIT",
|
||||
|
4
packages/insomnia-xpath/package-lock.json
generated
4
packages/insomnia-xpath/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-xpath",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-xpath",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"xmldom": "^0.5.0",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-xpath",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Query XML using XPath",
|
||||
"license": "MIT",
|
||||
@ -33,7 +33,7 @@
|
||||
"@types/xmldom": "0.1.30"
|
||||
},
|
||||
"dependencies": {
|
||||
"insomnia-cookies": "2.8.0",
|
||||
"insomnia-cookies": "2.9.0-beta.0",
|
||||
"xmldom": "^0.5.0",
|
||||
"xpath": "0.0.32"
|
||||
}
|
||||
|
4
packages/openapi-2-kong/package-lock.json
generated
4
packages/openapi-2-kong/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "openapi-2-kong",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "openapi-2-kong",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"openapi-types": "^8.0.0",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "openapi-2-kong",
|
||||
"license": "Apache-2.0",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
2
plugins/insomnia-plugin-base64/package-lock.json
generated
2
plugins/insomnia-plugin-base64/package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "insomnia-plugin-base64",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 1
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-plugin-base64",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia base64 template tag",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "insomnia-plugin-cookie-jar",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-plugin-cookie-jar",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"contributors": [
|
||||
{
|
||||
@ -28,6 +28,6 @@
|
||||
"test": "jest --silent"
|
||||
},
|
||||
"dependencies": {
|
||||
"insomnia-cookies": "2.8.0"
|
||||
"insomnia-cookies": "2.9.0-beta.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "insomnia-plugin-core-themes",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 1
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-plugin-core-themes",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia core themes",
|
||||
"license": "MIT",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "insomnia-plugin-default-headers",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 1
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "insomnia-plugin-default-headers",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Various data importers for Insomnia",
|
||||
"license": "MIT",
|
||||
|
2
plugins/insomnia-plugin-file/package-lock.json
generated
2
plugins/insomnia-plugin-file/package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "insomnia-plugin-file",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 1
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-plugin-file",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia file templte tag",
|
||||
"license": "MIT",
|
||||
|
2
plugins/insomnia-plugin-hash/package-lock.json
generated
2
plugins/insomnia-plugin-hash/package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "insomnia-plugin-hash",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 1
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-plugin-hash",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia hash template tag",
|
||||
"license": "MIT",
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-plugin-jsonpath",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-plugin-jsonpath",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"jsonpath-plus": "^6.0.1"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-plugin-jsonpath",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Template tag to pull data from JSON strings",
|
||||
"license": "MIT",
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-plugin-kong-declarative-config",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-plugin-kong-declarative-config",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"yaml": "^1.8.3"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "insomnia-plugin-kong-declarative-config",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"main": "index.js",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"license": "Apache-2.0",
|
||||
@ -19,7 +19,7 @@
|
||||
"unlisted": true
|
||||
},
|
||||
"dependencies": {
|
||||
"openapi-2-kong": "2.8.0",
|
||||
"openapi-2-kong": "2.9.0-beta.0",
|
||||
"yaml": "^1.8.3"
|
||||
}
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-plugin-kong-kubernetes-config",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-plugin-kong-kubernetes-config",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"yaml": "^1.8.3"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "insomnia-plugin-kong-kubernetes-config",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"main": "index.js",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"license": "Apache-2.0",
|
||||
@ -19,7 +19,7 @@
|
||||
"unlisted": true
|
||||
},
|
||||
"dependencies": {
|
||||
"openapi-2-kong": "2.8.0",
|
||||
"openapi-2-kong": "2.9.0-beta.0",
|
||||
"yaml": "^1.8.3"
|
||||
}
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-plugin-kong-portal",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-plugin-kong-portal",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.9.0",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "insomnia-plugin-kong-portal",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"main": "dist/index.js",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"license": "Apache-2.0",
|
||||
@ -32,7 +32,7 @@
|
||||
"@babel/preset-flow": "^7.9.0",
|
||||
"@babel/preset-react": "^7.9.4",
|
||||
"autobind-decorator": "^2.4.0",
|
||||
"insomnia-components": "2.8.0",
|
||||
"insomnia-components": "2.9.0-beta.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"styled-components": "^4.4.1",
|
||||
|
4
plugins/insomnia-plugin-now/package-lock.json
generated
4
plugins/insomnia-plugin-now/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-plugin-now",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-plugin-now",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"moment": "^2.21.0"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-plugin-now",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia now template tag",
|
||||
"license": "MIT",
|
||||
|
4
plugins/insomnia-plugin-os/package-lock.json
generated
4
plugins/insomnia-plugin-os/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-plugin-os",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-plugin-os",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"jsonpath-plus": "^6.0.1"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "insomnia-plugin-os",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Template tag to get information about the OS",
|
||||
"license": "MIT",
|
||||
|
2
plugins/insomnia-plugin-prompt/package-lock.json
generated
2
plugins/insomnia-plugin-prompt/package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "insomnia-plugin-prompt",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 1
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-plugin-prompt",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia prompt template tag",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "insomnia-plugin-request",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-plugin-request",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia request template tag",
|
||||
"license": "MIT",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "jest --silent"
|
||||
},
|
||||
"dependencies": {
|
||||
"insomnia-cookies": "2.8.0",
|
||||
"insomnia-url": "2.8.0"
|
||||
"insomnia-cookies": "2.9.0-beta.0",
|
||||
"insomnia-url": "2.9.0-beta.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-plugin-response",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-plugin-response",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"iconv-lite": "^0.6.3",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-plugin-response",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia response template tag",
|
||||
"license": "MIT",
|
||||
@ -23,7 +23,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"iconv-lite": "^0.6.3",
|
||||
"insomnia-xpath": "2.8.0",
|
||||
"insomnia-xpath": "2.9.0-beta.0",
|
||||
"jsonpath-plus": "^6.0.1"
|
||||
}
|
||||
}
|
||||
|
4
plugins/insomnia-plugin-uuid/package-lock.json
generated
4
plugins/insomnia-plugin-uuid/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "insomnia-plugin-uuid",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "insomnia-plugin-uuid",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"uuid": "^8.3.2"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "insomnia-plugin-uuid",
|
||||
"version": "2.8.0",
|
||||
"version": "2.9.0-beta.0",
|
||||
"author": "Kong <office@konghq.com>",
|
||||
"description": "Insomnia uuid template tag",
|
||||
"license": "MIT",
|
||||
|
Loading…
Reference in New Issue
Block a user