@ulixee/hero-interfaces
Advanced tools
Comparing version 2.0.0-alpha.13 to 2.0.0-alpha.14
import XPathResult from 'awaited-dom/impl/official-klasses/XPathResult'; | ||
import Node from 'awaited-dom/impl/official-klasses/Node'; | ||
import { INodePointer } from '@unblocked-web/js-path'; | ||
import { INodePointer } from '@ulixee/js-path'; | ||
export { XPathResult, Node, INodePointer }; |
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.0.0-alpha.14](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2022-11-02) | ||
### Features | ||
* convert unblocked to ulixee org ([6616ec9](https://github.com/ulixee/ulixee/commit/6616ec94186da360e70544c827294b95ecb9381f)) | ||
# [2.0.0-alpha.13](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2022-10-31) | ||
@@ -8,0 +19,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { IUnblockedPluginClass } from '@unblocked-web/specifications/plugin/IUnblockedPlugin'; | ||
import { IUnblockedPluginClass } from '@ulixee/unblocked-specification/plugin/IUnblockedPlugin'; | ||
export default interface ICoreConfigureOptions { | ||
@@ -3,0 +3,0 @@ maxConcurrentClientCount?: number; |
@@ -1,5 +0,5 @@ | ||
import { IFrame } from '@unblocked-web/specifications/agent/browser/IFrame'; | ||
import IUnblockedPlugin from '@unblocked-web/specifications/plugin/IUnblockedPlugin'; | ||
import IEmulationProfile from '@unblocked-web/specifications/plugin/IEmulationProfile'; | ||
import { IPage } from '@unblocked-web/specifications/agent/browser/IPage'; | ||
import { IFrame } from '@ulixee/unblocked-specification/agent/browser/IFrame'; | ||
import IUnblockedPlugin from '@ulixee/unblocked-specification/plugin/IUnblockedPlugin'; | ||
import IEmulationProfile from '@ulixee/unblocked-specification/plugin/IEmulationProfile'; | ||
import { IPage } from '@ulixee/unblocked-specification/agent/browser/IPage'; | ||
import { PluginTypes } from './IPluginTypes'; | ||
@@ -6,0 +6,0 @@ import ICorePluginCreateOptions from './ICorePluginCreateOptions'; |
import { IBoundLog } from '@ulixee/commons/interfaces/ILog'; | ||
import IEmulationProfile from '@unblocked-web/specifications/plugin/IEmulationProfile'; | ||
import IEmulationProfile from '@ulixee/unblocked-specification/plugin/IEmulationProfile'; | ||
import ICorePlugins from './ICorePlugins'; | ||
@@ -4,0 +4,0 @@ import { ISessionSummary } from './ICorePlugin'; |
@@ -1,2 +0,2 @@ | ||
import { IJsPath } from '@unblocked-web/js-path'; | ||
import { IJsPath } from '@ulixee/js-path'; | ||
export default interface IDetachedElement { | ||
@@ -3,0 +3,0 @@ id?: number; |
@@ -1,2 +0,2 @@ | ||
import IResourceMeta from '@unblocked-web/specifications/agent/net/IResourceMeta'; | ||
import IResourceMeta from '@ulixee/unblocked-specification/agent/net/IResourceMeta'; | ||
import IWebsocketMessage from './IWebsocketMessage'; | ||
@@ -3,0 +3,0 @@ export default interface IDetachedResource { |
@@ -1,2 +0,2 @@ | ||
import IResourceType from '@unblocked-web/specifications/agent/net/IResourceType'; | ||
import IResourceType from '@ulixee/unblocked-specification/agent/net/IResourceType'; | ||
export default interface IResourceFilterProperties { | ||
@@ -3,0 +3,0 @@ url?: string | RegExp; |
@@ -1,2 +0,2 @@ | ||
import IResourceType from '@unblocked-web/specifications/agent/net/IResourceType'; | ||
import IResourceType from '@ulixee/unblocked-specification/agent/net/IResourceType'; | ||
export default interface IResourceSummary { | ||
@@ -3,0 +3,0 @@ url: string; |
@@ -1,2 +0,2 @@ | ||
import { IEmulationOptions } from '@unblocked-web/specifications/plugin/IEmulationProfile'; | ||
import { IEmulationOptions } from '@ulixee/unblocked-specification/plugin/IEmulationProfile'; | ||
import IUserProfile from './IUserProfile'; | ||
@@ -3,0 +3,0 @@ import ISessionOptions from './ISessionOptions'; |
@@ -1,4 +0,4 @@ | ||
import { ICookie } from '@unblocked-web/specifications/agent/net/ICookie'; | ||
import { ICookie } from '@ulixee/unblocked-specification/agent/net/ICookie'; | ||
export default interface ISetCookieOptions extends Pick<ICookie, 'httpOnly' | 'secure' | 'sameSite'> { | ||
expires?: Date | number; | ||
} |
@@ -1,2 +0,2 @@ | ||
import { LoadStatus } from '@unblocked-web/specifications/agent/browser/Location'; | ||
import { LoadStatus } from '@ulixee/unblocked-specification/agent/browser/Location'; | ||
export default interface ITimelineMetadata { | ||
@@ -3,0 +3,0 @@ paintEvents: { |
@@ -1,4 +0,4 @@ | ||
import { ICookie } from '@unblocked-web/specifications/agent/net/ICookie'; | ||
import IDomStorage from '@unblocked-web/specifications/agent/browser/IDomStorage'; | ||
import IDeviceProfile from '@unblocked-web/specifications/plugin/IDeviceProfile'; | ||
import { ICookie } from '@ulixee/unblocked-specification/agent/net/ICookie'; | ||
import IDomStorage from '@ulixee/unblocked-specification/agent/browser/IDomStorage'; | ||
import IDeviceProfile from '@ulixee/unblocked-specification/plugin/IDeviceProfile'; | ||
export default interface IUserProfile { | ||
@@ -5,0 +5,0 @@ cookies?: ICookie[]; |
{ | ||
"name": "@ulixee/hero-interfaces", | ||
"version": "2.0.0-alpha.13", | ||
"version": "2.0.0-alpha.14", | ||
"description": "Core interfaces used by Hero", | ||
@@ -23,9 +23,9 @@ "homepage": "https://ulixee.org", | ||
"dependencies": { | ||
"@ulixee/commons": "2.0.0-alpha.13", | ||
"@unblocked-web/js-path": "2.0.0-alpha.1", | ||
"@unblocked-web/specifications": "2.0.0-alpha.11", | ||
"@ulixee/commons": "2.0.0-alpha.14", | ||
"@ulixee/js-path": "2.0.0-alpha.13", | ||
"@ulixee/unblocked-specification": "2.0.0-alpha.13", | ||
"awaited-dom": "1.4.0", | ||
"devtools-protocol": "^0.0.981744" | ||
}, | ||
"gitHead": "9bdcbe01ee7a814c71c7da8f6182177f9774d66a" | ||
"gitHead": "fdd209d76fd276d0ae278ba108d8508d4dcf2cbc" | ||
} |
49882
+ Added@ulixee/commons@2.0.0-alpha.14(transitive)
+ Added@ulixee/js-path@2.0.0-alpha.13(transitive)
+ Added@ulixee/unblocked-specification@2.0.0-alpha.13(transitive)
- Removed@unblocked-web/js-path@2.0.0-alpha.1
- Removed@ulixee/commons@2.0.0-alpha.13(transitive)
- Removed@unblocked-web/specifications@2.0.0-alpha.11(transitive)