@next2d/core 1.18.11 → 1.18.12

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/Next2D.js +2 -2
  2. package/package.json +12 -12
package/dist/Next2D.js CHANGED
@@ -177,8 +177,8 @@ export class Next2D {
177
177
  * @method
178
178
  * @public
179
179
  */
180
- createRootMovieClip(width = 240, height = 240, fps = 24, options = null) {
181
- return __awaiter(this, void 0, void 0, function* () {
180
+ createRootMovieClip() {
181
+ return __awaiter(this, arguments, void 0, function* (width = 240, height = 240, fps = 24, options = null) {
182
182
  yield Promise.all(this._$promises);
183
183
  $poolArray(this._$promises);
184
184
  const player = this._$player;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next2d/core",
3
- "version": "1.18.11",
3
+ "version": "1.18.12",
4
4
  "description": "Next2D Core Packages",
5
5
  "author": "Toshiyuki Ienaga<ienaga@tvon.jp> (https://github.com/ienaga/)",
6
6
  "license": "MIT",
@@ -32,16 +32,16 @@
32
32
  "url": "git+https://github.com/Next2D/Player.git"
33
33
  },
34
34
  "peerDependencies": {
35
- "@next2d/interface": "1.18.11",
36
- "@next2d/webgl": "1.18.11",
37
- "@next2d/display": "1.18.11",
38
- "@next2d/core": "1.18.11",
39
- "@next2d/net": "1.18.11",
40
- "@next2d/share": "1.18.11",
41
- "@next2d/events": "1.18.11",
42
- "@next2d/media": "1.18.11",
43
- "@next2d/text": "1.18.11",
44
- "@next2d/geom": "1.18.11",
45
- "@next2d/util": "1.18.11"
35
+ "@next2d/interface": "1.18.12",
36
+ "@next2d/webgl": "1.18.12",
37
+ "@next2d/display": "1.18.12",
38
+ "@next2d/core": "1.18.12",
39
+ "@next2d/net": "1.18.12",
40
+ "@next2d/share": "1.18.12",
41
+ "@next2d/events": "1.18.12",
42
+ "@next2d/media": "1.18.12",
43
+ "@next2d/text": "1.18.12",
44
+ "@next2d/geom": "1.18.12",
45
+ "@next2d/util": "1.18.12"
46
46
  }
47
47
  }