@teambit/capsule
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import State from './state'; | ||
@@ -8,6 +7,8 @@ import { AnyFS } from '@teambit/any-fs'; | ||
import ContainerFactory from './container/container-factory'; | ||
import { Serializable } from 'child_process'; | ||
export declare type CapsuleBaseOptions = { | ||
id: string; | ||
}; | ||
export interface Serializable { | ||
toString(): string; | ||
} | ||
export default class Capsule<T extends Exec, Y extends AnyFS> { | ||
@@ -14,0 +15,0 @@ /** |
{ | ||
"name": "@teambit/capsule", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"repository": "teambit/capsule", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -9,3 +9,2 @@ import State from './state'; | ||
import ContainerFactory from './container/container-factory'; | ||
import { Serializable } from 'child_process'; | ||
@@ -16,2 +15,6 @@ export type CapsuleBaseOptions = { | ||
export interface Serializable { | ||
toString(): string; | ||
} | ||
export default class Capsule<T extends Exec, Y extends AnyFS> { | ||
@@ -18,0 +21,0 @@ constructor( |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
78032
82
1641
1