henrybuilt-js-library
Advanced tools
Comparing version 1.8.249 to 1.8.250
{ | ||
"name": "henrybuilt-js-library", | ||
"version": "1.8.249", | ||
"version": "1.8.250", | ||
"description": "", | ||
@@ -41,2 +41,3 @@ "main": "index.js", | ||
"polygon-clipping": "^0.14.2", | ||
"regenerator-runtime": "^0.13.11", | ||
"robust-point-in-polygon": "^1.0.3", | ||
@@ -43,0 +44,0 @@ "whatwg-fetch": "^3.0.0" |
var _ = require('lodash'); | ||
var Cookies = require('js-cookie'); | ||
require('regenerator-runtime/runtime'); | ||
var showErrorAlert = _.debounce(({errorMessage}) => { | ||
@@ -5,0 +7,0 @@ //istanbul ignore if |
@@ -8,3 +8,3 @@ var path = require('path'); | ||
}, | ||
entry: {index: ['./src/index.js']}, | ||
entry: {index: ["regenerator-runtime/runtime.js", './src/index.js']}, | ||
target: 'web', | ||
@@ -11,0 +11,0 @@ devServer: {inline: false}, |
Sorry, the diff of this file is too big to display
844165
8006
14
+ Addedregenerator-runtime@^0.13.11
+ Addedregenerator-runtime@0.13.11(transitive)