datatype-expansion
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "datatype-expansion", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Utility tool to expand a given RAML type and create a canonical form", | ||
@@ -41,11 +41,11 @@ "main": "src/index.js", | ||
"mkdirp": "^0.5.1", | ||
"mocha": "^3.5.0", | ||
"mocha": "^5.0.4", | ||
"npm-run-all": "^4.0.2", | ||
"rimraf": "^2.6.1", | ||
"rollup": "^0.48.2", | ||
"rollup": "^0.56.5", | ||
"rollup-plugin-babel": "^3.0.2", | ||
"rollup-plugin-commonjs": "^8.1.0", | ||
"rollup-plugin-commonjs": "^9.0.0", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"standard": "^10.0.3" | ||
"rollup-plugin-uglify": "^3.0.0", | ||
"standard": "^11.0.0" | ||
}, | ||
@@ -52,0 +52,0 @@ "dependencies": { |
# RAML Data Type Expansion | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/raml-org/datatype-expansion.svg)](https://greenkeeper.io/) | ||
[![Build Status](https://travis-ci.org/raml-org/datatype-expansion.svg?branch=master)](https://travis-ci.org/raml-org/datatype-expansion) | ||
@@ -3,0 +5,0 @@ [![Coverage Status](https://coveralls.io/repos/github/raml-org/datatype-expansion/badge.svg?branch=master)](https://coveralls.io/github/raml-org/datatype-expansion?branch=master) |
@@ -183,4 +183,4 @@ 'use strict' | ||
anyOf: [ | ||
{ type: 'number' }, | ||
{ type: 'string' } | ||
{ type: 'number' }, | ||
{ type: 'string' } | ||
], | ||
@@ -187,0 +187,0 @@ type: 'union' |
@@ -1064,4 +1064,4 @@ 'use strict' | ||
anyOf: [ | ||
{ type: 'string' }, | ||
{ type: 'nil' } | ||
{ type: 'string' }, | ||
{ type: 'nil' } | ||
], | ||
@@ -1068,0 +1068,0 @@ type: 'union' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
949145
5162
219