-
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
3ac2438
commit f99181d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule AMX-CE-Series-Interface
updated
5 files
+6 −6 | .changelogrc.json | |
+46 −3 | .github/workflows/main.yml | |
+8 −7 | .releaserc.json | |
+7 −2 | SymLink.ps1 | |
+4 −2 | archive.ps1 |
Submodule PanasonicCamera
updated
17 files
+46 −8 | .changelogrc.json | |
+56 −61 | .github/workflows/main.yml | |
+1 −4 | .husky/commit-msg | |
+0 −3 | .husky/pre-commit | |
+1 −0 | .npmrc | |
+1 −1 | .nvmrc | |
+125 −0 | .releaserc.json | |
+3 −2 | .vscode/settings.json | |
+24 −0 | CHANGELOG.md | |
+48 −2 | README.md | |
+65 −31 | SymLink.ps1 | |
+80 −0 | archive.ps1 | |
+1 −1 | build.ps1 | |
+17 −0 | manifest.json | |
+18 −17 | package.json | |
+5,378 −3,217 | pnpm-lock.yaml | |
+115 −56 | src/mPanasonicCamera.axs |