raml-definition-system
Advanced tools
Comparing version 0.0.77 to 0.0.78
{ | ||
"name": "raml-definition-system", | ||
"version": "0.0.77", | ||
"version": "0.0.78", | ||
"main": "dist/definitionSystem.js", | ||
@@ -17,3 +17,3 @@ "scripts": { | ||
"know-your-http-well": "0.5.0", | ||
"raml-typesystem": "0.0.82", | ||
"raml-typesystem": "0.0.83", | ||
"ts-structure-parser": "0.0.16", | ||
@@ -20,0 +20,0 @@ "underscore": "1.8.3" |
@@ -92,3 +92,3 @@ import MetaModel = require("../metamodel") | ||
MetaModel.extraMetaKey("methods"), | ||
MetaModel.oneOf(["get","put","post","delete","options","head","patch"]), | ||
MetaModel.oneOf(["get","put","post","delete","options","head","patch", "trace", "connect"]), | ||
MetaModel.description("Method that can be called"), | ||
@@ -95,0 +95,0 @@ MetaModel.hide() |
Sorry, the diff of this file is too big to display
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
33335
1180687
62
+ Addedraml-typesystem@0.0.83(transitive)
- Removedraml-typesystem@0.0.82(transitive)
Updatedraml-typesystem@0.0.83