microfiber
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,4 @@ | ||
#### 2.0.2 | ||
- Update dependencies | ||
#### 2.0.1 | ||
@@ -2,0 +5,0 @@ - Update dependencies |
@@ -19,3 +19,2 @@ "use strict"; | ||
// optimize to only clean if "dirty" and when pulling schema out | ||
const defaultOpts = Object.freeze({ | ||
@@ -22,0 +21,0 @@ // Perform an analysis of the schema right away. |
{ | ||
"name": "microfiber", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A library to query and manipulate GraphQL Introspection Query results in some useful ways.", | ||
@@ -66,4 +66,4 @@ "author": "Chris Newhouse", | ||
"nodemon": "^2.0.20", | ||
"rimraf": "^4.0.7" | ||
"rimraf": "^5.0.0" | ||
} | ||
} |
47052