-
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
fa63cad
commit 9b2f5f3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ShureMXA
updated
20 files
+46 −8 | .changelogrc.json | |
+62 −61 | .github/workflows/main.yml | |
+1 −0 | .gitignore | |
+0 −3 | .husky/commit-msg | |
+0 −3 | .husky/pre-commit | |
+1 −0 | .npmrc | |
+1 −1 | .nvmrc | |
+125 −0 | .releaserc.json | |
+3 −2 | .vscode/settings.json | |
+27 −0 | CHANGELOG.md | |
+77 −2 | README.md | |
+65 −31 | SymLink.ps1 | |
+80 −0 | archive.ps1 | |
+3 −3 | build.ps1 | |
+440 −0 | install.ps1 | |
+77 −0 | lib/LibShureMXA.axi | |
+20 −0 | manifest.json | |
+19 −18 | package.json | |
+5,515 −3,155 | pnpm-lock.yaml | |
+34 −45 | src/mShureMXA.axs |