netlify-onegraph-internal
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -96,2 +96,5 @@ "use strict"; | ||
}; | ||
var atob = globalThis.Buffer != null | ||
? function (x) { return globalThis.Buffer.from(x, "base64").toString(); } | ||
: globalThis.atob; | ||
function getGraphJwtForSite(_a) { | ||
@@ -98,0 +101,0 @@ var siteId = _a.siteId, nfToken = _a.nfToken; |
{ | ||
"name": "netlify-onegraph-internal", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Internal tools for use by Netlify", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
14
466269
53
6063