@equinor/echo-base
Advanced tools
Comparing version 0.6.3 to 0.6.4
import { EchoEventHub } from './event'; | ||
export interface ModuleMetaData extends MetaDataBase { | ||
requireRef?: string; | ||
devFileUri?: string; | ||
qaFileUri?: string; | ||
testFileUri?: string; | ||
} | ||
@@ -5,0 +8,0 @@ export interface MetaDataBase { |
import { EchoEventHub } from './event'; | ||
export interface ModuleMetaData extends MetaDataBase { | ||
requireRef?: string; | ||
devFileUri?: string; | ||
qaFileUri?: string; | ||
testFileUri?: string; | ||
} | ||
@@ -5,0 +8,0 @@ export interface MetaDataBase { |
{ | ||
"name": "@equinor/echo-base", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"module": "esm/index.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -5,2 +5,5 @@ import { EchoEventHub } from './event'; | ||
requireRef?: string; | ||
devFileUri?: string; | ||
qaFileUri?: string; | ||
testFileUri?: string; | ||
} | ||
@@ -7,0 +10,0 @@ export interface MetaDataBase { |
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
269936
5468