gatsby-teamtailor-users
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -35,3 +35,3 @@ const fetch = require("node-fetch"); | ||
url: "https://api.teamtailor.com/v1/users" | ||
}); | ||
}).filter(({ attributes }) => attributes.visible); | ||
@@ -38,0 +38,0 @@ const transformedUsers = users.map(({ id, attributes }) => ({ |
{ | ||
"name": "gatsby-teamtailor-users", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "A plugin for getting teamtailor users in gatsby", | ||
@@ -5,0 +5,0 @@ "main": "gatsby-node.js", |
11108