misc sdk changes (#2934)

* misc sdk changes

* delete the store ☠️

* port comments

* fix build

* fix removing

* fix tests

* beta.20

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
Aiden McClelland
2025-05-09 15:10:51 -06:00
committed by GitHub
parent d2c4741f0b
commit 7750e33f82
62 changed files with 1255 additions and 2130 deletions

View File

@@ -340,7 +340,7 @@ export class Mounts&lt;Manifest extends T.Manifest&gt; {
<span class="cstat-no" title="statement not covered" > return new Mounts&lt;Manifest&gt;([], [], [])</span>
}
&nbsp;
<span class="fstat-no" title="function not covered" > addVolume(</span>
<span class="fstat-no" title="function not covered" > mountVolume(</span>
id: Manifest["volumes"][number],
subpath: string | null,
mountpoint: string,
@@ -355,7 +355,7 @@ export class Mounts&lt;Manifest extends T.Manifest&gt; {
<span class="cstat-no" title="statement not covered" > return this</span>
}
&nbsp;
<span class="fstat-no" title="function not covered" > addAssets(</span>
<span class="fstat-no" title="function not covered" > mountAssets(</span>
id: Manifest["assets"][number],
subpath: string | null,
mountpoint: string,
@@ -368,7 +368,7 @@ export class Mounts&lt;Manifest extends T.Manifest&gt; {
<span class="cstat-no" title="statement not covered" > return this</span>
}
&nbsp;
<span class="fstat-no" title="function not covered" > addDependency&lt;</span>DependencyManifest extends T.Manifest&gt;(
<span class="fstat-no" title="function not covered" > mountDependency&lt;</span>DependencyManifest extends T.Manifest&gt;(
dependencyId: keyof Manifest["dependencies"] &amp; string,
volumeId: DependencyManifest["volumes"][number],
subpath: string | null,