@pixi/mesh-extras
Advanced tools
Comparing version 5.1.1 to 5.1.2
/*! | ||
* @pixi/mesh-extras - v5.1.1 | ||
* Compiled Fri, 02 Aug 2019 23:20:23 UTC | ||
* @pixi/mesh-extras - v5.1.2 | ||
* Compiled Sat, 24 Aug 2019 01:06:18 UTC | ||
* | ||
@@ -290,3 +290,3 @@ * @pixi/mesh-extras is licensed under the MIT License. | ||
* }; | ||
* let rope = new PIXI.Rope(PIXI.Texture.from("snake.png"), points); | ||
* let rope = new PIXI.SimpleRope(PIXI.Texture.from("snake.png"), points); | ||
* ``` | ||
@@ -293,0 +293,0 @@ * |
/*! | ||
* @pixi/mesh-extras - v5.1.1 | ||
* Compiled Fri, 02 Aug 2019 23:20:23 UTC | ||
* @pixi/mesh-extras - v5.1.2 | ||
* Compiled Sat, 24 Aug 2019 01:06:18 UTC | ||
* | ||
@@ -5,0 +5,0 @@ * @pixi/mesh-extras is licensed under the MIT License. |
/*! | ||
* @pixi/mesh-extras - v5.1.1 | ||
* Compiled Fri, 02 Aug 2019 23:20:23 UTC | ||
* @pixi/mesh-extras - v5.1.2 | ||
* Compiled Sat, 24 Aug 2019 01:06:18 UTC | ||
* | ||
@@ -282,3 +282,3 @@ * @pixi/mesh-extras is licensed under the MIT License. | ||
* }; | ||
* let rope = new PIXI.Rope(PIXI.Texture.from("snake.png"), points); | ||
* let rope = new PIXI.SimpleRope(PIXI.Texture.from("snake.png"), points); | ||
* ``` | ||
@@ -285,0 +285,0 @@ * |
/*! | ||
* @pixi/mesh-extras - v5.1.1 | ||
* Compiled Fri, 02 Aug 2019 23:20:23 UTC | ||
* @pixi/mesh-extras - v5.1.2 | ||
* Compiled Sat, 24 Aug 2019 01:06:18 UTC | ||
* | ||
@@ -286,3 +286,3 @@ * @pixi/mesh-extras is licensed under the MIT License. | ||
* }; | ||
* let rope = new PIXI.Rope(PIXI.Texture.from("snake.png"), points); | ||
* let rope = new PIXI.SimpleRope(PIXI.Texture.from("snake.png"), points); | ||
* ``` | ||
@@ -289,0 +289,0 @@ * |
{ | ||
"name": "@pixi/mesh-extras", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"main": "lib/mesh-extras.js", | ||
@@ -28,11 +28,11 @@ "module": "lib/mesh-extras.es.js", | ||
"@pixi/constants": "^5.1.0", | ||
"@pixi/core": "^5.1.1", | ||
"@pixi/core": "^5.1.2", | ||
"@pixi/math": "^5.1.0", | ||
"@pixi/mesh": "^5.1.1", | ||
"@pixi/utils": "^5.1.1" | ||
"@pixi/mesh": "^5.1.2", | ||
"@pixi/utils": "^5.1.2" | ||
}, | ||
"devDependencies": { | ||
"@pixi/loaders": "^5.1.1" | ||
"@pixi/loaders": "^5.1.2" | ||
}, | ||
"gitHead": "40e1e4a12518ee067c6871dcdd930602346197de" | ||
"gitHead": "9d8381bfb348e8ba570e1cab26bf2f699446f0ca" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
209963
Updated@pixi/core@^5.1.2
Updated@pixi/mesh@^5.1.2
Updated@pixi/utils@^5.1.2