@next2d/media 1.16.0 → 1.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/Video.js +1 -0
  2. package/package.json +10 -10
package/dist/Video.js CHANGED
@@ -841,6 +841,7 @@ export class Video extends DisplayObject {
841
841
  this._$created = true;
842
842
  const message = {
843
843
  "command": "createVideo",
844
+ "buffer": new Float32Array(),
844
845
  "instanceId": this._$instanceId,
845
846
  "parentId": this._$parent ? this._$parent._$instanceId : -1,
846
847
  "smoothing": this._$smoothing,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next2d/media",
3
- "version": "1.16.0",
3
+ "version": "1.17.1",
4
4
  "description": "Next2D Media Packages",
5
5
  "author": "Toshiyuki Ienaga<ienaga@tvon.jp> (https://github.com/ienaga/)",
6
6
  "license": "MIT",
@@ -32,14 +32,14 @@
32
32
  "url": "git+https://github.com/Next2D/Player.git"
33
33
  },
34
34
  "peerDependencies": {
35
- "@next2d/events": "1.16.0",
36
- "@next2d/net": "1.16.0",
37
- "@next2d/display": "1.16.0",
38
- "@next2d/interface": "1.16.0",
39
- "@next2d/core": "1.16.0",
40
- "@next2d/share": "1.16.0",
41
- "@next2d/util": "1.16.0",
42
- "@next2d/geom": "1.16.0",
43
- "@next2d/webgl": "1.16.0"
35
+ "@next2d/events": "1.17.1",
36
+ "@next2d/net": "1.17.1",
37
+ "@next2d/display": "1.17.1",
38
+ "@next2d/interface": "1.17.1",
39
+ "@next2d/core": "1.17.1",
40
+ "@next2d/share": "1.17.1",
41
+ "@next2d/util": "1.17.1",
42
+ "@next2d/geom": "1.17.1",
43
+ "@next2d/webgl": "1.17.1"
44
44
  }
45
45
  }