@asaidimu/utils-artifacts 2.0.0 → 2.0.1
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.
- package/index.d.mts +1 -2
- package/index.d.ts +1 -2
- package/package.json +1 -1
package/index.d.mts
CHANGED
|
@@ -310,7 +310,6 @@ interface DependencyLink<T> {
|
|
|
310
310
|
/** The `ArtifactContainer` instance that owns the linked artifact. */
|
|
311
311
|
container: T;
|
|
312
312
|
}
|
|
313
|
-
|
|
314
313
|
/**
|
|
315
314
|
* Configuration options for defining an artifact. These options control
|
|
316
315
|
* its lifecycle, instantiation, and error handling behavior.
|
|
@@ -455,4 +454,4 @@ declare class ArtifactContainer<TRegistry extends Record<string, any> = Record<s
|
|
|
455
454
|
dispose(): void;
|
|
456
455
|
}
|
|
457
456
|
|
|
458
|
-
export { type ArtifactCleanup, ArtifactContainer, type ArtifactDebugNode, type ArtifactFactory, type ArtifactFactoryContext, type ArtifactObserver, type ArtifactScope, ArtifactScopes, type ArtifactStreamContext, type DependencyLink, type ResolvedArtifact, type UseDependencyContext };
|
|
457
|
+
export { type ArtifactCleanup, ArtifactContainer, type ArtifactDebugNode, type ArtifactFactory, type ArtifactFactoryContext, type ArtifactObserver, type ArtifactScope, ArtifactScopes, type ArtifactStreamContext, type ArtifactTemplate, type DependencyLink, type ResolvedArtifact, type UseDependencyContext };
|
package/index.d.ts
CHANGED
|
@@ -310,7 +310,6 @@ interface DependencyLink<T> {
|
|
|
310
310
|
/** The `ArtifactContainer` instance that owns the linked artifact. */
|
|
311
311
|
container: T;
|
|
312
312
|
}
|
|
313
|
-
|
|
314
313
|
/**
|
|
315
314
|
* Configuration options for defining an artifact. These options control
|
|
316
315
|
* its lifecycle, instantiation, and error handling behavior.
|
|
@@ -455,4 +454,4 @@ declare class ArtifactContainer<TRegistry extends Record<string, any> = Record<s
|
|
|
455
454
|
dispose(): void;
|
|
456
455
|
}
|
|
457
456
|
|
|
458
|
-
export { type ArtifactCleanup, ArtifactContainer, type ArtifactDebugNode, type ArtifactFactory, type ArtifactFactoryContext, type ArtifactObserver, type ArtifactScope, ArtifactScopes, type ArtifactStreamContext, type DependencyLink, type ResolvedArtifact, type UseDependencyContext };
|
|
457
|
+
export { type ArtifactCleanup, ArtifactContainer, type ArtifactDebugNode, type ArtifactFactory, type ArtifactFactoryContext, type ArtifactObserver, type ArtifactScope, ArtifactScopes, type ArtifactStreamContext, type ArtifactTemplate, type DependencyLink, type ResolvedArtifact, type UseDependencyContext };
|
package/package.json
CHANGED