raml-definition-system
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "raml-definition-system", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"main": "dist/definitionSystem.js", | ||
"scripts": { | ||
"compile": "rm -rf dist/ && ./node_modules/typescript/bin/tsc", | ||
"compile": "rimraf dist && tsc", | ||
"generateJSON": "node dist/builder.js", | ||
@@ -16,4 +16,4 @@ "build": "npm run compile && npm run generateJSON", | ||
"know-your-http-well": "^0.2.0", | ||
"raml-typesystem": "^0.0.21", | ||
"ts-structure-parser": "^0.0.6", | ||
"raml-typesystem": "^0.0.23", | ||
"ts-structure-parser": "^0.0.7", | ||
"underscore": "^1.8.3" | ||
@@ -40,4 +40,5 @@ }, | ||
"typings": "^0.7.9", | ||
"dev-env-installer":"^0.0.2" | ||
"dev-env-installer":"^0.0.2", | ||
"rimraf":"*" | ||
} | ||
} |
# RAML Definition System | ||
[![Build Status](https://travis-ci.org/raml-org/raml-definition-system.svg?branch=master)](https://travis-ci.org/raml-org/raml-definition-system) | ||
> This repository contains a set of interfaces that represents a declarative description of the RAML specification. | ||
@@ -4,0 +6,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Compiled using typings@0.6.10 | ||
// Compiled using typings@0.5.2 | ||
// Source: custom_typings/know-your-http-well.d.ts | ||
@@ -3,0 +3,0 @@ declare module 'know-your-http-well' { |
@@ -1,2 +0,2 @@ | ||
// Compiled using typings@0.6.10 | ||
// Compiled using typings@0.5.2 | ||
// Source: custom_typings/know-your-http-well.d.ts | ||
@@ -3,0 +3,0 @@ declare module 'know-your-http-well' { |
@@ -6,3 +6,2 @@ { | ||
"gitUrl" : "https://github.com/raml-org/raml-js-parser-2.git", | ||
"gitBranch" : "code", | ||
"installTypings" : true | ||
@@ -29,3 +28,8 @@ }, | ||
"gitUrl" : "https://github.com/mulesoft-labs/yaml-ast-parser.git" | ||
}, | ||
"ts-model" : { | ||
"build" : "npm run build", | ||
"gitUrl" : "https://github.com/mulesoft-labs/ts-model.git", | ||
"installTypings" : true | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1416400
40934
59
4
+ Addedraml-typesystem@0.0.23(transitive)
+ Addedts-structure-parser@0.0.7(transitive)
- Removedraml-typesystem@0.0.21(transitive)
- Removedts-structure-parser@0.0.6(transitive)
Updatedraml-typesystem@^0.0.23
Updatedts-structure-parser@^0.0.7