typescript-virtual-container 1.4.5 → 1.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/README.md +1 -1
  2. package/builds/self-standalone.js +2 -2
  3. package/builds/self-standalone.js.map +2 -2
  4. package/builds/standalone-wo-sftp.js +38 -37
  5. package/builds/standalone-wo-sftp.js.map +3 -3
  6. package/builds/standalone.cjs +491 -0
  7. package/builds/standalone.cjs.map +7 -0
  8. package/builds/standalone.js +2 -1
  9. package/builds/standalone.js.map +3 -3
  10. package/dist/commands/man.js +1 -1
  11. package/dist/commands/man.js.map +1 -1
  12. package/dist/self-standalone.js +1 -0
  13. package/dist/self-standalone.js.map +1 -1
  14. package/dist/standalone.js +7 -3
  15. package/dist/standalone.js.map +1 -1
  16. package/docs/classes/HoneyPot.html +8 -8
  17. package/docs/classes/SshClient.html +18 -18
  18. package/docs/classes/VirtualFileSystem.html +29 -29
  19. package/docs/classes/VirtualPackageManager.html +12 -12
  20. package/docs/classes/VirtualSftpServer.html +3 -3
  21. package/docs/classes/VirtualShell.html +22 -22
  22. package/docs/classes/VirtualSshServer.html +5 -5
  23. package/docs/classes/VirtualUserManager.html +26 -26
  24. package/docs/functions/assertDiff.html +1 -1
  25. package/docs/functions/diffSnapshots.html +1 -1
  26. package/docs/functions/formatDiff.html +1 -1
  27. package/docs/functions/getArg.html +1 -1
  28. package/docs/functions/getFlag.html +1 -1
  29. package/docs/functions/ifFlag.html +1 -1
  30. package/docs/index.html +1 -1
  31. package/docs/interfaces/AuditLogEntry.html +2 -2
  32. package/docs/interfaces/CommandContext.html +11 -11
  33. package/docs/interfaces/CommandResult.html +12 -12
  34. package/docs/interfaces/ExecStream.html +5 -5
  35. package/docs/interfaces/HoneyPotStats.html +2 -2
  36. package/docs/interfaces/InstalledPackage.html +10 -10
  37. package/docs/interfaces/NanoEditorSession.html +4 -4
  38. package/docs/interfaces/PackageDefinition.html +13 -13
  39. package/docs/interfaces/PackageFile.html +4 -4
  40. package/docs/interfaces/RemoveOptions.html +2 -2
  41. package/docs/interfaces/ShellEnv.html +3 -3
  42. package/docs/interfaces/ShellModule.html +7 -7
  43. package/docs/interfaces/ShellProperties.html +4 -4
  44. package/docs/interfaces/ShellStream.html +6 -6
  45. package/docs/interfaces/SudoChallenge.html +8 -8
  46. package/docs/interfaces/VfsBaseNode.html +6 -6
  47. package/docs/interfaces/VfsDiff.html +5 -5
  48. package/docs/interfaces/VfsDiffEntry.html +3 -3
  49. package/docs/interfaces/VfsDiffModified.html +5 -5
  50. package/docs/interfaces/VfsDirectoryNode.html +7 -7
  51. package/docs/interfaces/VfsFileNode.html +8 -8
  52. package/docs/interfaces/VfsOptions.html +3 -3
  53. package/docs/interfaces/VfsSnapshot.html +2 -2
  54. package/docs/interfaces/VfsSnapshotBaseNode.html +3 -3
  55. package/docs/interfaces/VfsSnapshotDirectoryNode.html +4 -4
  56. package/docs/interfaces/VfsSnapshotFileNode.html +5 -5
  57. package/docs/interfaces/WriteFileOptions.html +3 -3
  58. package/docs/types/CommandMode.html +1 -1
  59. package/docs/types/CommandOutcome.html +1 -1
  60. package/docs/types/VfsNodeStats.html +1 -1
  61. package/docs/types/VfsNodeType.html +1 -1
  62. package/docs/types/VfsPersistenceMode.html +1 -1
  63. package/docs/types/VfsSnapshotNode.html +1 -1
  64. package/package.json +4 -4
  65. package/src/commands/man.ts +1 -1
  66. package/src/self-standalone.ts +1 -1
  67. package/src/standalone.ts +8 -3
  68. package/docs/docs/.nojekyll +0 -1
  69. package/docs/docs/assets/hierarchy.js +0 -1
  70. package/docs/docs/assets/highlight.css +0 -162
  71. package/docs/docs/assets/icons.js +0 -18
  72. package/docs/docs/assets/icons.svg +0 -1
  73. package/docs/docs/assets/main.js +0 -60
  74. package/docs/docs/assets/navigation.js +0 -1
  75. package/docs/docs/assets/search.js +0 -1
  76. package/docs/docs/assets/style.css +0 -1633
  77. package/docs/docs/hierarchy.html +0 -1
  78. package/docs/docs/index.html +0 -1842
  79. package/docs/docs/media/LICENSE +0 -21
  80. package/docs/docs/modules.html +0 -1
  81. package/typedoc.json +0 -8
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 itsrealfortune
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1 +0,0 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="./"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>typescript-virtual-container</title><meta name="description" content="Documentation for typescript-virtual-container"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/icons.js" id="tsd-icons-script"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="index.html" class="title">typescript-virtual-container</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"></ul><h1>typescript-virtual-container</h1></div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="modules.html" class="current">typescript-virtual-container</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
package/typedoc.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "entryPoints": ["src/index.ts"],
3
- "out": "docs",
4
- "tsconfig": "tsconfig.json",
5
- "excludePrivate": true,
6
- "excludeProtected": true,
7
- "includeVersion": true
8
- }