@contrail/entity-types
Advanced tools
Comparing version 1.1.13 to 1.1.14
@@ -49,2 +49,3 @@ import { BaseManagedEntity } from "./base-managed-entity"; | ||
label: string; | ||
link: string; | ||
img?: string; | ||
@@ -51,0 +52,0 @@ extraAttributes: ExternalLinkExtraAttribute[]; |
{ | ||
"name": "@contrail/entity-types", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "A types library for Vibeiq entities.", | ||
@@ -10,4 +10,3 @@ "main": "lib/index.js", | ||
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", | ||
"lint": "tslint -p tsconfig.json", | ||
"test": "jest" | ||
"lint": "tslint -p tsconfig.json" | ||
}, | ||
@@ -22,21 +21,5 @@ "keywords": [ | ||
"@types/node": "^18.15.11", | ||
"jest": "^23.6.0", | ||
"js-yaml": "^4.1.0", | ||
"ts-jest": "^23.10.5", | ||
"typescript": "^4.0.0" | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"js", | ||
"json", | ||
"ts" | ||
], | ||
"rootDir": "src", | ||
"testRegex": ".spec.ts$", | ||
"transform": { | ||
"^.+\\.(t|j)s$": "ts-jest" | ||
}, | ||
"coverageDirectory": "../coverage", | ||
"testEnvironment": "node" | ||
} | ||
} |
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
3
410
13943