object-to-arguments
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "object-to-arguments", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Transforms object's properties into an array of arguments tailored for a specific function, respecting the expected order and handling destructuring and rest parameters when needed.", | ||
@@ -22,4 +22,3 @@ "main": "./lib/object-to-arguments.js", | ||
"dependencies": { | ||
"inspect-function": "^0.2.2", | ||
"inspect-parameters-declaration": "0.0.6", | ||
"inspect-parameters-declaration": "0.0.7", | ||
"magicli": "0.0.5", | ||
@@ -26,0 +25,0 @@ "split-skip": "0.0.2", |
5
14256
+ Addedinspect-parameters-declaration@0.0.7(transitive)
- Removedinspect-function@^0.2.2
- Removedinspect-parameters-declaration@0.0.6(transitive)