-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51b8766
commit fa63cad
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule EnovaDVX
updated
19 files
+6 −6 | .changelogrc.json | |
+25 −19 | .github/workflows/main.yml | |
+1 −0 | .gitignore | |
+0 −3 | .husky/commit-msg | |
+0 −3 | .husky/pre-commit | |
+1 −1 | .nvmrc | |
+8 −7 | .releaserc.json | |
+4 −1 | .vscode/settings.json | |
+14 −7 | CHANGELOG.md | |
+7 −2 | SymLink.ps1 | |
+4 −2 | archive.ps1 | |
+2 −2 | build.ps1 | |
+440 −0 | install.ps1 | |
+8 −5 | manifest.json | |
+8 −8 | package.json | |
+496 −428 | pnpm-lock.yaml | |
+148 −34 | src/mEnovaDVX.axs | |
+416 −0 | src/mEnovaXPointLevel.axs | |
+291 −0 | src/mEnovaXPointLevelUIArray.axs |