Skip to content

Commit 3c8b10b

Browse files
author
mlight lee
committed
feat: upgrade to cad-simple-viewer v1.5.0
1 parent 003452b commit 3c8b10b

3 files changed

Lines changed: 48 additions & 48 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"vue-tsc": "^2.1.6"
2020
},
2121
"dependencies": {
22-
"@mlightcad/cad-simple-viewer": "1.4.12",
23-
"@mlightcad/data-model": "1.7.16"
22+
"@mlightcad/cad-simple-viewer": "1.5.0",
23+
"@mlightcad/data-model": "1.7.33"
2424
}
2525
}

pnpm-lock.yaml

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ class CadViewerApp {
4545
const register = AcApDocManager.instance.commandManager
4646
register.addCommand(
4747
AcEdCommandStack.SYSTEMT_COMMAND_GROUP_NAME,
48-
'ellipse',
49-
'ellipse',
48+
'ellipsedemo',
49+
'ellipsedemo',
5050
new AcApEllipseCmd()
5151
)
5252
}

0 commit comments

Comments
 (0)