diff --git a/package-lock.json b/package-lock.json index dc639ccd..b6fc95ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@next2d/player", - "version": "3.9.1", + "version": "3.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@next2d/player", - "version": "3.9.1", + "version": "3.9.2", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 9b894ac6..bb932241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@next2d/player", - "version": "3.9.1", + "version": "3.9.2", "description": "Experience the fast and beautiful anti-aliased rendering of WebGL/WebGPU. You can create rich, interactive graphics, cross-platform applications and games without worrying about browser or device compatibility.", "author": "Toshiyuki Ienaga (https://github.com/ienaga/)", "license": "MIT", diff --git a/packages/cache/package.json b/packages/cache/package.json index 8a38dacd..9fdcba80 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -22,6 +22,5 @@ "repository": { "type": "git", "url": "git+https://github.com/Next2D/Player.git" - }, - "sideEffects": false + } } diff --git a/packages/display/package.json b/packages/display/package.json index b0c7e32c..4b4ae78b 100644 --- a/packages/display/package.json +++ b/packages/display/package.json @@ -32,6 +32,5 @@ "@next2d/events": "file:../events", "@next2d/filters": "file:../filters", "@next2d/render-queue": "file:../render-queue" - }, - "sideEffects": false + } } diff --git a/packages/events/package.json b/packages/events/package.json index cadd42ec..277817d3 100644 --- a/packages/events/package.json +++ b/packages/events/package.json @@ -22,6 +22,5 @@ "repository": { "type": "git", "url": "git+https://github.com/Next2D/Player.git" - }, - "sideEffects": false + } } diff --git a/packages/filters/package.json b/packages/filters/package.json index 099b8759..93f354d4 100644 --- a/packages/filters/package.json +++ b/packages/filters/package.json @@ -22,6 +22,5 @@ "repository": { "type": "git", "url": "git+https://github.com/Next2D/Player.git" - }, - "sideEffects": false + } } diff --git a/packages/geom/package.json b/packages/geom/package.json index 702ac5fe..a3707893 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -22,6 +22,5 @@ "repository": { "type": "git", "url": "git+https://github.com/Next2D/Player.git" - }, - "sideEffects": false + } } diff --git a/packages/media/package.json b/packages/media/package.json index ac96cc39..cf25bd48 100644 --- a/packages/media/package.json +++ b/packages/media/package.json @@ -28,6 +28,5 @@ "@next2d/net": "file:../net", "@next2d/display": "file:../display", "@next2d/geom": "file:../geom" - }, - "sideEffects": false + } } diff --git a/packages/net/package.json b/packages/net/package.json index e0ca81fb..340d5c46 100644 --- a/packages/net/package.json +++ b/packages/net/package.json @@ -22,6 +22,5 @@ "repository": { "type": "git", "url": "git+https://github.com/Next2D/Player.git" - }, - "sideEffects": false + } } diff --git a/packages/render-queue/package.json b/packages/render-queue/package.json index 59b5d87b..a5871b22 100644 --- a/packages/render-queue/package.json +++ b/packages/render-queue/package.json @@ -22,6 +22,5 @@ "repository": { "type": "git", "url": "git+https://github.com/Next2D/Player.git" - }, - "sideEffects": false + } } diff --git a/packages/renderer/package.json b/packages/renderer/package.json index b966bb28..9d18319f 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -28,6 +28,5 @@ "@next2d/webgpu": "file:../webgpu", "@next2d/cache": "file:../cache", "@next2d/texture-packer": "file:../texture-packer" - }, - "sideEffects": false + } } diff --git a/packages/text/package.json b/packages/text/package.json index 26f6bcc4..d0a706b1 100644 --- a/packages/text/package.json +++ b/packages/text/package.json @@ -29,6 +29,5 @@ "@next2d/events": "file:../events", "@next2d/ui": "file:../ui", "@next2d/cache": "file:../cache" - }, - "sideEffects": false + } } diff --git a/packages/texture-packer/package.json b/packages/texture-packer/package.json index 98adb16e..de2cbfa3 100644 --- a/packages/texture-packer/package.json +++ b/packages/texture-packer/package.json @@ -22,6 +22,5 @@ "repository": { "type": "git", "url": "git+https://github.com/Next2D/Player.git" - }, - "sideEffects": false + } } diff --git a/packages/ui/package.json b/packages/ui/package.json index dd82ddf2..3d59e0c5 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -25,6 +25,5 @@ }, "peerDependencies": { "@next2d/events": "file:../events" - }, - "sideEffects": false + } } diff --git a/packages/webgl/package.json b/packages/webgl/package.json index 46fd6ff9..842e138e 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -26,6 +26,5 @@ "peerDependencies": { "@next2d/texture-packer": "file:../texture-packer", "@next2d/render-queue": "file:../render-queue" - }, - "sideEffects": false + } } diff --git a/packages/webgpu/package.json b/packages/webgpu/package.json index 9eb73708..085e8927 100644 --- a/packages/webgpu/package.json +++ b/packages/webgpu/package.json @@ -26,6 +26,5 @@ "peerDependencies": { "@next2d/texture-packer": "file:../texture-packer", "@next2d/render-queue": "file:../render-queue" - }, - "sideEffects": false + } } diff --git a/src/index.ts b/src/index.ts index b920c738..b762f66e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,7 +3,7 @@ import { Next2D } from "@next2d/core"; if (!("next2d" in window)) { - console.log("%c Next2D Player %c 3.9.1 %c https://next2d.app", + console.log("%c Next2D Player %c 3.9.2 %c https://next2d.app", "color: #fff; background: #5f5f5f", "color: #fff; background: #4bc729", "");