@kirillvakalov/nut-tree__provider-interfaces
Advanced tools
Comparing version 4.2.1-0 to 4.2.1-1
@@ -1,2 +0,2 @@ | ||
import { ColorQuery, MatchRequest, MatchResult, Point } from "@nut-tree/shared"; | ||
import { ColorQuery, MatchRequest, MatchResult, Point } from "@kirillvakalov/nut-tree__shared"; | ||
/** | ||
@@ -3,0 +3,0 @@ * A WindowFinder should provide an abstraction layer to perform window searches |
@@ -1,2 +0,2 @@ | ||
import { WindowElement, WindowElementDescription } from "@nut-tree/shared"; | ||
import { WindowElement, WindowElementDescription } from "@kirillvakalov/nut-tree__shared"; | ||
/** | ||
@@ -3,0 +3,0 @@ * An ElementInspectionProvider provides methods to list and inspect window elements |
@@ -1,2 +0,2 @@ | ||
import { Image, MatchRequest, MatchResult, Region } from "@nut-tree/shared"; | ||
import { Image, MatchRequest, MatchResult, Region } from "@kirillvakalov/nut-tree__shared"; | ||
/** | ||
@@ -3,0 +3,0 @@ * An ImageFinder should provide an abstraction layer to perform image matching |
@@ -1,2 +0,2 @@ | ||
import { Image, Point, RGBA } from "@nut-tree/shared"; | ||
import { Image, Point, RGBA } from "@kirillvakalov/nut-tree__shared"; | ||
/** | ||
@@ -3,0 +3,0 @@ * An ImageProcessor should provide an abstraction layer to perform |
import { DataSourceInterface } from "./data-source.interface"; | ||
import { Image } from "@nut-tree/shared"; | ||
import { Image } from "@kirillvakalov/nut-tree__shared"; | ||
export type ImageReader = DataSourceInterface<string, Image>; |
@@ -1,2 +0,2 @@ | ||
import { Image } from "@nut-tree/shared"; | ||
import { Image } from "@kirillvakalov/nut-tree__shared"; | ||
import { DataSinkInterface } from "./data-sink.interface"; | ||
@@ -3,0 +3,0 @@ export interface ImageWriterParameters { |
@@ -1,2 +0,2 @@ | ||
import { Key } from "@nut-tree/shared"; | ||
import { Key } from "@kirillvakalov/nut-tree__shared"; | ||
/** | ||
@@ -3,0 +3,0 @@ * A KeyboardActionProvider should provide access to a systems keyboard |
@@ -1,2 +0,2 @@ | ||
import { Button, Point } from "@nut-tree/shared"; | ||
import { Button, Point } from "@kirillvakalov/nut-tree__shared"; | ||
/** | ||
@@ -3,0 +3,0 @@ * A MouseActionProvider should provide access to a systems mouse input |
@@ -1,2 +0,2 @@ | ||
import { Image, Region } from "@nut-tree/shared"; | ||
import { Image, Region } from "@kirillvakalov/nut-tree__shared"; | ||
/** | ||
@@ -3,0 +3,0 @@ * A ScreenActionProvider should provide access to a system's main screen |
@@ -1,2 +0,2 @@ | ||
import { MatchRequest, MatchResult, Region, TextQuery } from "@nut-tree/shared"; | ||
import { MatchRequest, MatchResult, Region, TextQuery } from "@kirillvakalov/nut-tree__shared"; | ||
/** | ||
@@ -3,0 +3,0 @@ * A TextFinder should provide an abstraction layer to perform text searches |
@@ -1,2 +0,2 @@ | ||
import { WindowQuery } from "@nut-tree/shared"; | ||
import { WindowQuery } from "@kirillvakalov/nut-tree__shared"; | ||
/** | ||
@@ -3,0 +3,0 @@ * A WindowFinder should provide an abstraction layer to perform window searches |
@@ -1,2 +0,2 @@ | ||
import { Point, Region, Size } from "@nut-tree/shared"; | ||
import { Point, Region, Size } from "@kirillvakalov/nut-tree__shared"; | ||
/** | ||
@@ -3,0 +3,0 @@ * A WindowActionProvider should provide access to a system's window system |
{ | ||
"name": "@kirillvakalov/nut-tree__provider-interfaces", | ||
"version": "4.2.1-0", | ||
"version": "4.2.1-1", | ||
"description": "Public provider interfaces for @nut-tree/nut-js", | ||
@@ -18,3 +18,3 @@ "main": "dist/index", | ||
"dependencies": { | ||
"@kirillvakalov/nut-tree__shared": "4.2.1-0" | ||
"@kirillvakalov/nut-tree__shared": "4.2.1-1" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
27607
+ Added@kirillvakalov/nut-tree__shared@4.2.1-1(transitive)
- Removed@kirillvakalov/nut-tree__shared@4.2.1-0(transitive)