@balena/abstract-sql-compiler
Advanced tools
Comparing version 7.12.4 to 7.12.5-re-enable-tests-dee9ad52b1ae35e26ccdd129c8e540b83e8cd57e
@@ -7,2 +7,6 @@ # Change Log | ||
## 7.12.5 - 2021-05-18 | ||
* Re-enable all tests [Pagan Gazzard] | ||
## 7.12.4 - 2021-05-04 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "@balena/abstract-sql-compiler", | ||
"version": "7.12.4", | ||
"version": "7.12.5-re-enable-tests-dee9ad52b1ae35e26ccdd129c8e540b83e8cd57e", | ||
"description": "A translator for abstract sql into sql.", | ||
@@ -19,4 +19,4 @@ "main": "out/AbstractSQLCompiler.js", | ||
"@balena/sbvr-types": "^3.4.2", | ||
"@types/lodash": "^4.14.168", | ||
"@types/node": "^10.17.59", | ||
"@types/lodash": "^4.14.169", | ||
"@types/node": "^10.17.60", | ||
"lodash": "^4.17.21" | ||
@@ -27,6 +27,6 @@ }, | ||
"@balena/lint": "^5.4.2", | ||
"@balena/odata-parser": "^2.2.3", | ||
"@balena/odata-parser": "^2.2.4", | ||
"@balena/sbvr-parser": "^1.2.2", | ||
"@resin/odata-to-abstract-sql": "^3.3.0", | ||
"@types/chai": "^4.2.17", | ||
"@types/chai": "^4.2.18", | ||
"@types/common-tags": "^1.8.0", | ||
@@ -38,3 +38,3 @@ "@types/mocha": "^8.2.2", | ||
"lint-staged": "^10.5.4", | ||
"mocha": "^8.3.2", | ||
"mocha": "^8.4.0", | ||
"require-npm4-to-publish": "^1.0.0", | ||
@@ -63,5 +63,6 @@ "ts-node": "^9.1.1", | ||
"_": [ | ||
"test/**/*rule-ref*.ts" | ||
"test/**/*.ts", | ||
"test/**/*.js" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
608611
2
Updated@types/lodash@^4.14.169
Updated@types/node@^10.17.60