conjure-api
Advanced tools
Comparing version 4.4.0 to 4.5.0
@@ -9,3 +9,3 @@ import * as IType from "./type"; | ||
/** | ||
* Other language generators may use the provided fallback if the non-Conjure type is not available. The ANY PrimitiveType is permissible for all external types, but a more specific definition is preferrable. | ||
* Other language generators may use the provided fallback if the non-Conjure type is not available. The ANY PrimitiveType is permissible for all external types, but a more specific definition is preferable. | ||
* | ||
@@ -12,0 +12,0 @@ */ |
{ | ||
"name": "conjure-api", | ||
"version": "4.4.0", | ||
"version": "4.5.0", | ||
"main": "index.js", | ||
@@ -12,6 +12,6 @@ "types": "index.d.ts", | ||
"peerDependencies": { | ||
"conjure-client": "^1.3.1" | ||
"conjure-client": "^1.3.2" | ||
}, | ||
"devDependencies": { | ||
"conjure-client": "^1.3.1", | ||
"conjure-client": "^1.3.2", | ||
"typescript": "~2.9.2" | ||
@@ -18,0 +18,0 @@ }, |
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
24218