-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "insomnia-components", | ||
"version": "2.2.23", | ||
"version": "2.2.24", | ||
"author": "Gregory Schier <[email protected]>", | ||
"description": "Insomnia UI component library", | ||
"license": "MIT", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "insomnia-cookies", | ||
"version": "2.2.22", | ||
"version": "2.2.24", | ||
"author": "Gregory Schier <[email protected]>", | ||
"description": "Cookie utilities", | ||
"license": "MIT", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "insomnia-importers", | ||
"version": "2.2.22", | ||
"version": "2.2.24", | ||
"author": "Gregory Schier <[email protected]>", | ||
"description": "Various data importers for Insomnia", | ||
"license": "MIT", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "insomnia-inso", | ||
"version": "2.2.22", | ||
"version": "2.2.25", | ||
"homepage": "https://insomnia.rest", | ||
"description": "A CLI for Insomnia Designer - the collaborative API design tool.", | ||
"author": "Kong <[email protected]>", | ||
|
@@ -68,24 +68,24 @@ | |
"cosmiconfig": "^6.0.0", | ||
"enquirer": "^2.3.5", | ||
"env-paths": "^2.2.0", | ||
"insomnia-plugin-base64": "^2.2.22", | ||
"insomnia-plugin-cookie-jar": "^2.2.22", | ||
"insomnia-plugin-core-themes": "^2.2.22", | ||
"insomnia-plugin-file": "^2.2.22", | ||
"insomnia-plugin-hash": "^2.2.22", | ||
"insomnia-plugin-jsonpath": "^2.2.22", | ||
"insomnia-plugin-now": "^2.2.22", | ||
"insomnia-plugin-os": "^2.2.22", | ||
"insomnia-plugin-prompt": "^2.2.22", | ||
"insomnia-plugin-request": "^2.2.22", | ||
"insomnia-plugin-response": "^2.2.22", | ||
"insomnia-plugin-uuid": "^2.2.22", | ||
"insomnia-send-request": "^2.2.22", | ||
"insomnia-testing": "^2.2.22", | ||
"insomnia-plugin-base64": "^2.2.24", | ||
"insomnia-plugin-cookie-jar": "^2.2.24", | ||
"insomnia-plugin-core-themes": "^2.2.24", | ||
"insomnia-plugin-file": "^2.2.24", | ||
"insomnia-plugin-hash": "^2.2.24", | ||
"insomnia-plugin-jsonpath": "^2.2.24", | ||
"insomnia-plugin-now": "^2.2.24", | ||
"insomnia-plugin-os": "^2.2.24", | ||
"insomnia-plugin-prompt": "^2.2.24", | ||
"insomnia-plugin-request": "^2.2.24", | ||
"insomnia-plugin-response": "^2.2.25", | ||
"insomnia-plugin-uuid": "^2.2.24", | ||
"insomnia-send-request": "^2.2.24", | ||
"insomnia-testing": "^2.2.24", | ||
"lodash.flattendeep": "^4.4.0", | ||
"mkdirp": "^1.0.4", | ||
"nedb": "^1.8.0", | ||
"openapi-2-kong": "^2.2.22", | ||
"openapi-2-kong": "^2.2.24", | ||
"string-argv": "^0.3.1", | ||
"yaml": "^1.10.0" | ||
} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "insomnia-prettify", | ||
"version": "2.2.22", | ||
"version": "2.2.24", | ||
"author": "Gregory Schier <[email protected]>", | ||
"description": "Prettification utilities for Insomnia", | ||
"license": "MIT", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "insomnia-url", | ||
"version": "2.2.22", | ||
"version": "2.2.24", | ||
"author": "Gregory Schier <[email protected]>", | ||
"description": "URL Utilities", | ||
"license": "MIT", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "insomnia-xpath", | ||
"version": "2.2.22", | ||
"version": "2.2.24", | ||
"author": "Gregory Schier <[email protected]>", | ||
"description": "Query XML using XPath", | ||
"license": "MIT", | ||
|
@@ -9,7 +9,7 @@ | |
"test": "jest --silent" | ||
}, | ||
"dependencies": { | ||
"insomnia-cookies": "^2.2.22", | ||
"insomnia-cookies": "^2.2.24", | ||
"xmldom": "^0.1.27", | ||
"xpath": "0.0.27" | ||
}, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "insomnia-plugin-base64", | ||
"version": "2.2.22", | ||
"version": "2.2.24", | ||
"author": "Gregory Schier <[email protected]>", | ||
"description": "Insomnia base64 template tag", | ||
"license": "MIT", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "insomnia-plugin-cookie-jar", | ||
"version": "2.2.22", | ||
"version": "2.2.24", | ||
"author": "Preston Alvarado <[email protected]>", | ||
"description": "Insomnia cookie jar template tag", | ||
"license": "MIT", | ||
|
@@ -18,7 +18,7 @@ | |
"test": "jest --silent" | ||
}, | ||
"dependencies": { | ||
"insomnia-cookies": "^2.2.22" | ||
"insomnia-cookies": "^2.2.24" | ||
}, | ||
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "insomnia-plugin-core-themes", | ||
"version": "2.2.22", | ||
"version": "2.2.24", | ||
"author": "Gregory Schier <[email protected]>", | ||
"description": "Insomnia core themes", | ||
"license": "MIT", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.