File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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>" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11import { Application } from "@next2d/framework" ;
2- import { ConfigImpl } from "@next2d/framework/dist/interface/ConfigImpl " ;
2+ import type { ConfigImpl } from "@next2d/framework" ;
33
44/**
55 * @class
You can’t perform that action at this time.
0 commit comments