@getlang/utils
Advanced tools
Comparing version 0.0.14 to 0.0.15
export * from './wait.js'; | ||
export * from './errors.js'; | ||
export * from './hooks.js'; | ||
export declare class NullSelection { | ||
selector: string; | ||
constructor(selector: string); | ||
} |
export * from './wait.js'; | ||
export * from './errors.js'; | ||
export * from './hooks.js'; | ||
export class NullSelection { | ||
selector; | ||
constructor(selector) { | ||
this.selector = selector; | ||
} | ||
} | ||
//# sourceMappingURL=index.js.map |
export * from './wait.js' | ||
export * from './errors.js' | ||
export * from './hooks.js' | ||
export class NullSelection { | ||
constructor(public selector: string) {} | ||
} |
{ | ||
"name": "@getlang/utils", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12807
298
0