lightapp-platform-common
Advanced tools
Comparing version 1.0.13 to 1.0.14
{ | ||
"name": "lightapp-platform-common", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "common utilities for lightapp platform", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var node_fetch_polyfill_1 = require("node-fetch-polyfill"); | ||
exports.fetch = node_fetch_polyfill_1.fetch; |
10727
246