Skip to content

Commit 4494654

Browse files
authored
Merge pull request #7 from Next2D/develop
インターフェースのimportを調整
2 parents 80feb4c + 2bb5a16 commit 4494654

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next2d/framework-typescript-template",
33
"description": "Next2D Framework default TypeScript template.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"homepage": "https://next2d.app",
66
"bugs": "https://github.com/Next2D/framework-typescript-template/issues/new",
77
"author": "Toshiyuki Ienaga<ienaga@tvon.jp>",

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@capacitor/ios": "^5.1.0",
2626
"@next2d/env": "^1.1.1",
2727
"@next2d/framework": "^1.6.0",
28-
"@next2d/webpack-typescript-auto-loader-plugin": "^1.0.0",
28+
"@next2d/webpack-typescript-auto-loader-plugin": "^1.0.1",
2929
"@types/jest": "^29.5.2",
3030
"@typescript-eslint/eslint-plugin": "^5.61.0",
3131
"@typescript-eslint/parser": "^5.61.0",

template/src/App.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Application } from "@next2d/framework";
2-
import { ConfigImpl } from "@next2d/framework/dist/interface/ConfigImpl";
2+
import type { ConfigImpl } from "@next2d/framework";
33

44
/**
55
* @class

0 commit comments

Comments
 (0)