-
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
9b2f5f3
commit ec554f2
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule PanasonicCamera
updated
11 files
+23 −17 | .github/workflows/main.yml | |
+1 −0 | .gitignore | |
+1 −1 | .nvmrc | |
+61 −9 | CHANGELOG.md | |
+2 −2 | build.ps1 | |
+440 −0 | install.ps1 | |
+131 −0 | lib/LibPanasonicCamera.axi | |
+8 −5 | manifest.json | |
+8 −8 | package.json | |
+512 −435 | pnpm-lock.yaml | |
+456 −181 | src/mPanasonicCamera.axs |
Submodule PanasonicDisplay
updated
19 files
+46 −8 | .changelogrc.json | |
+62 −61 | .github/workflows/main.yml | |
+1 −0 | .gitignore | |
+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 | |
+35 −0 | CHANGELOG.md | |
+91 −2 | README.md | |
+65 −31 | SymLink.ps1 | |
+80 −0 | archive.ps1 | |
+3 −3 | build.ps1 | |
+440 −0 | install.ps1 | |
+20 −0 | manifest.json | |
+19 −18 | package.json | |
+5,505 −3,210 | pnpm-lock.yaml | |
+196 −217 | src/mPanasonicDisplay.axs |
Submodule PanasonicProjector
updated
12 files
+25 −19 | .github/workflows/main.yml | |
+1 −0 | .gitignore | |
+1 −1 | .nvmrc | |
+1 −0 | .releaserc.json | |
+26 −0 | 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 | |
+549 −433 | pnpm-lock.yaml |