@remixproject/engine
Advanced tools
Comparing version 0.1.2-1 to 0.1.2-2
@@ -1,2 +0,2 @@ | ||
import { Profile } from '@utils'; | ||
import { Profile } from '../../../utils/src'; | ||
/** Used to ask permission to use a plugin */ | ||
@@ -3,0 +3,0 @@ export interface IPermissionHandler { |
import { Plugin } from '../plugin'; | ||
import { PluginRequest, ApiMap } from '@utils'; | ||
import { PluginRequest, ApiMap } from '../../../utils/src'; | ||
import { IPermissionHandler } from './persmission'; | ||
@@ -4,0 +4,0 @@ /** Transform an map of Api into a Map of Plugin. Used by PluginEngine for constructor */ |
@@ -1,2 +0,2 @@ | ||
import { Api, EventKey, EventParams, MethodKey, MethodParams, EventCallback, ApiMap, Profile, PluginRequest, PluginApi } from '@utils'; | ||
import { Api, EventKey, EventParams, MethodKey, MethodParams, EventCallback, ApiMap, Profile, PluginRequest, PluginApi } from '../../../utils/src'; | ||
export interface RequestParams { | ||
@@ -3,0 +3,0 @@ name: string; |
import { Plugin } from './abstract'; | ||
import { HostProfile } from '@utils'; | ||
import { HostProfile } from '../../../utils/src'; | ||
interface ViewMap { | ||
@@ -4,0 +4,0 @@ [name: string]: Element; |
import { ViewPlugin } from './view'; | ||
import { IframeProfile } from '@utils'; | ||
import { IframeProfile } from '../../../utils/src'; | ||
export declare class IframePlugin extends ViewPlugin { | ||
@@ -4,0 +4,0 @@ profile: IframeProfile; |
import { Plugin } from './abstract'; | ||
import { Api, Profile, LibraryProfile } from '@utils'; | ||
import { Api, Profile, LibraryProfile } from '../../../utils/src'; | ||
export declare type LibraryApi<T extends Api, P extends Profile> = { | ||
@@ -4,0 +4,0 @@ [method in P['methods'][number]]: T['methods'][method]; |
import { Plugin } from './abstract'; | ||
import { Profile, ViewProfile } from '@utils'; | ||
import { Profile, ViewProfile } from '../../../utils/src'; | ||
export declare function isView<P extends Profile>(profile: Profile): profile is (ViewProfile & P); | ||
@@ -4,0 +4,0 @@ export declare abstract class ViewPlugin extends Plugin { |
{ | ||
"name": "@remixproject/engine", | ||
"version": "0.1.2-1", | ||
"version": "0.1.2-2", | ||
"description": "Plugin Engine that power Remix IDE", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55130
55
842