insomnia-plugin-request
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -147,5 +147,4 @@ const { | ||
throw new Error( | ||
`Could not get folder by index ${folderIndex}. Must be between 0-${ | ||
ancestors.length | ||
}` | ||
`Could not get folder by index ${folderIndex}. Must be between 0-${ancestors.length - | ||
1}` | ||
); | ||
@@ -152,0 +151,0 @@ } |
{ | ||
"name": "insomnia-plugin-request", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"author": "Gregory Schier <gschier1990@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Insomnia request template tag", |
9527
281