conjure-api
Advanced tools
Comparing version 4.7.0 to 4.8.0
export interface IEnumValueDefinition { | ||
'value': string; | ||
'docs'?: string | null; | ||
'deprecated'?: string | null; | ||
} |
@@ -6,2 +6,3 @@ import * as IType from "./type"; | ||
'docs'?: string | null; | ||
'deprecated'?: string | null; | ||
} |
{ | ||
"name": "conjure-api", | ||
"version": "4.7.0", | ||
"version": "4.8.0", | ||
"main": "index.js", | ||
@@ -12,7 +12,7 @@ "types": "index.d.ts", | ||
"peerDependencies": { | ||
"conjure-client": "^1.3.2" | ||
"conjure-client": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"conjure-client": "^1.3.2", | ||
"typescript": "~2.9.2" | ||
"conjure-client": "^2.0.0", | ||
"typescript": "~3.2.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "author": "Conjure", |
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
24286
793