@hpcc-js/ddl-shim
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.2.8"></a> | ||
## [0.2.8](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/ddl-shim@0.2.7...@hpcc-js/ddl-shim@0.2.8) (2018-07-30) | ||
**Note:** Version bump only for package @hpcc-js/ddl-shim | ||
<a name="0.2.7"></a> | ||
@@ -8,0 +16,0 @@ ## [0.2.7](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/ddl-shim@0.2.6...@hpcc-js/ddl-shim@0.2.7) (2018-07-29) |
{ | ||
"name": "@hpcc-js/ddl-shim", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "hpcc-js DDL parser", | ||
@@ -33,7 +33,8 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"ajv": "6.5.2", | ||
"tslib": "1.9.0" | ||
}, | ||
"devDependencies": { | ||
"@hpcc-js/bundle": "^0.0.43", | ||
"@types/node": "8.0.51", | ||
"ajv": "6.5.2", | ||
"ajv-cli": "3.0.0", | ||
@@ -40,0 +41,0 @@ "ajv-pack": "0.3.1", |
Sorry, the diff of this file is not supported yet
3054130
2
+ Addedajv@6.5.2
+ Addedajv@6.5.2(transitive)
+ Addedfast-deep-equal@2.0.1(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedjson-schema-traverse@0.4.1(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addeduri-js@4.4.1(transitive)