arcgis-mapping-widgets
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -8,3 +8,3 @@ // Entry point for the unpkg bundle containing custom model definitions. | ||
// Export widget models and views, and the npm package version number. | ||
module.exports = require('./example.js'); | ||
module.exports = require('./arcgis-widgets.js'); | ||
module.exports['version'] = require('../package.json').version; |
@@ -11,3 +11,3 @@ // Entry point for the notebook bundle containing custom model definitions. | ||
// Export widget models and views, and the npm package version number. | ||
module.exports = require('./example.js'); | ||
module.exports = require('./arcgis-widgets.js'); | ||
module.exports['version'] = require('../package.json').version; |
{ | ||
"name": "arcgis-mapping-widgets", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "ArcGIS Mapping widgets for Jupyter Notebook", | ||
@@ -28,2 +28,3 @@ "author": "Esri", | ||
"webpack": "^3.5.5", | ||
"arcgis-js-api": "4.5.0", | ||
"rimraf": "^2.6.1" | ||
@@ -33,4 +34,5 @@ }, | ||
"@jupyter-widgets/base": "^1.0.0", | ||
"arcgis-js-api": "4.5.0", | ||
"lodash": "^4.17.4" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
554163
16388
3
3
+ Addedarcgis-js-api@4.5.0
+ Added@types/dojo@1.9.48(transitive)
+ Addedarcgis-js-api@4.5.0(transitive)
+ Addeddojo@1.17.3(transitive)
+ Addeddojo-dstore@1.2.1(transitive)
+ Addeddojo-util@1.17.3(transitive)
+ Addedmoment@2.18.1(transitive)