@theintern/common
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -12,3 +12,3 @@ import { Handle } from './util'; | ||
own(handles: Handle | Handle[]): Handle; | ||
destroy(): Promise<{}>; | ||
destroy(): Promise<unknown>; | ||
private _addListener; | ||
@@ -15,0 +15,0 @@ } |
{ | ||
"name": "@theintern/common", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Common modules used by @theintern projects", | ||
@@ -38,3 +38,3 @@ "homepage": "http://theintern.io/", | ||
"devDependencies": { | ||
"@theintern/dev": "~0.10.1", | ||
"@theintern/dev": "~0.10.2", | ||
"@theintern/istanbul-loader": "~1.0.0-beta.2", | ||
@@ -41,0 +41,0 @@ "@types/copy-webpack-plugin": "~5.0.0", |
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
37593
0