@behance/helicropter
Advanced tools
Comparing version 12.1.1 to 12.1.2
{ | ||
"name": "@behance/helicropter", | ||
"version": "12.1.1", | ||
"version": "12.1.2", | ||
"description": "My helicropter goes \"whosh whosh whosh\"", | ||
@@ -23,6 +23,6 @@ "main": "src/js/index.js", | ||
"dependencies": { | ||
"@behance/beff": "^8.0.4", | ||
"@behance/beff": "^8.0.5", | ||
"@behance/fabric": "1.6.1-nodeless", | ||
"@behance/nbd": "^1.1.8", | ||
"jquery": "^2.1.4", | ||
"nbd": "^1.1.2", | ||
"spin.js": "^2.3.1" | ||
@@ -29,0 +29,0 @@ }, |
@@ -1,3 +0,1 @@ | ||
import Promise from 'nbd/Promise'; | ||
import extend from 'nbd/util/extend'; | ||
import View from '@behance/beff/View'; | ||
@@ -254,3 +252,3 @@ import { fabric } from '@behance/fabric'; | ||
this.trigger('image-loaded', extend(this._getImageInfo(), { | ||
this.trigger('image-loaded', Object.assign(this._getImageInfo(), { | ||
width: this._image.get('width'), | ||
@@ -278,3 +276,3 @@ height: this._image.get('height'), | ||
coordinates = extend({ | ||
coordinates = Object.assign({ | ||
x: null, | ||
@@ -561,3 +559,3 @@ y: null, | ||
].map((box) => { | ||
const data = extend(box, { | ||
const data = Object.assign(box, { | ||
fill: 'rgba(37, 38, 42, 0.6)', | ||
@@ -564,0 +562,0 @@ selectable: false, |
@@ -1,2 +0,2 @@ | ||
import extend from 'nbd/util/extend'; | ||
import extend from '@behance/nbd/util/extend'; | ||
import Controller from '@behance/beff/Controller'; | ||
@@ -3,0 +3,0 @@ import View from '@behance/beff/View'; |
@@ -1,2 +0,2 @@ | ||
import extend from 'nbd/util/extend'; | ||
import extend from '@behance/nbd/util/extend'; | ||
import View from '@behance/beff/View'; | ||
@@ -3,0 +3,0 @@ |
8203180
1479
+ Added@behance/nbd@^1.1.8
- Removednbd@^1.1.2
- Removednbd@1.1.6(transitive)
Updated@behance/beff@^8.0.5