-
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
4ec7674
commit 59c372b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule SessionManager
updated
19 files
+46 −8 | .changelogrc.json | |
+68 −60 | .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 | |
+1 −1 | .vscode/settings.json | |
+13 −0 | CHANGELOG.md | |
+65 −31 | SymLink.ps1 | |
+80 −0 | archive.ps1 | |
+3 −3 | build.ps1 | |
+442 −0 | install.ps1 | |
+20 −0 | manifest.json | |
+18 −17 | package.json | |
+5,674 −3,213 | pnpm-lock.yaml | |
+149 −127 | src/mSessionManager.axs | |
+250 −39 | src/mSessionManagerUIArray.axs |
Submodule PJLink
updated
14 files
+32 −19 | .github/workflows/main.yml | |
+1 −0 | .gitignore | |
+1 −0 | .npmrc | |
+1 −1 | .nvmrc | |
+2 −1 | .releaserc.json | |
+11 −0 | CHANGELOG.md | |
+7 −2 | SymLink.ps1 | |
+80 −0 | archive.ps1 | |
+3 −3 | build.ps1 | |
+442 −0 | install.ps1 | |
+0 −1 | lib/LibPJLink.axi | |
+20 −0 | manifest.json | |
+8 −8 | package.json | |
+334 −214 | pnpm-lock.yaml |