@balena/abstract-sql-compiler
Advanced tools
Comparing version 7.12.1-update-deps-d678199953a449294d58d9d6238ed26fa68ffa3e to 7.12.1
@@ -9,26 +9,4 @@ # Change Log | ||
* Enable strict options by default and only disable specific ones [Pagan Gazzard] | ||
<details> | ||
<summary> Update dependencies [Pagan Gazzard] </summary> | ||
> ### sbvr-types-3.4.1 - 2021-02-10 | ||
> | ||
> * Remove unnecessary native fact type entries for synonymous forms [Pagan Gazzard] | ||
> | ||
> ### sbvr-types-3.4.0 - 2021-02-08 | ||
> | ||
> * Add a `Current Time` name that can be used to refer to the current time [Pagan Gazzard] | ||
> | ||
> ### sbvr-types-3.3.0 - 2021-02-05 | ||
> | ||
> * Add `is before` & `is after` verbs to the Date & DateTime types [Thodoris Greasidis] | ||
> | ||
> ### sbvr-types-3.2.0 - 2021-01-29 | ||
> | ||
> * Add support for the `contains` verb to the text type [Thodoris Greasidis] | ||
> * Add support for the`ends with` verb to the text type [Thodoris Greasidis] | ||
> * Add support for the `starts with` verb to the text type [Thodoris Greasidis] | ||
> | ||
</details> | ||
## 7.12.0 - 2021-03-05 | ||
@@ -35,0 +13,0 @@ |
{ | ||
"name": "@balena/abstract-sql-compiler", | ||
"version": "7.12.1-update-deps-d678199953a449294d58d9d6238ed26fa68ffa3e", | ||
"version": "7.12.1", | ||
"description": "A translator for abstract sql into sql.", | ||
@@ -18,24 +18,24 @@ "main": "out/AbstractSQLCompiler.js", | ||
"dependencies": { | ||
"@balena/sbvr-types": "^3.4.1", | ||
"@balena/sbvr-types": "^3.1.3", | ||
"@types/lodash": "^4.14.168", | ||
"@types/node": "^10.17.55", | ||
"lodash": "^4.17.21" | ||
"@types/node": "^10.17.51", | ||
"lodash": "^4.17.20" | ||
}, | ||
"devDependencies": { | ||
"@balena/lf-to-abstract-sql": "^4.2.1", | ||
"@balena/lint": "^5.4.1", | ||
"@balena/odata-parser": "^2.2.3", | ||
"@balena/sbvr-parser": "^1.2.2", | ||
"@balena/lf-to-abstract-sql": "^4.1.1", | ||
"@balena/lint": "^5.4.0", | ||
"@balena/odata-parser": "^2.2.2", | ||
"@balena/sbvr-parser": "^1.1.1", | ||
"@resin/odata-to-abstract-sql": "^3.3.0", | ||
"@types/chai": "^4.2.15", | ||
"@types/chai": "^4.2.14", | ||
"@types/common-tags": "^1.8.0", | ||
"@types/mocha": "^8.2.2", | ||
"chai": "^4.3.4", | ||
"@types/mocha": "^8.2.0", | ||
"chai": "^4.2.0", | ||
"common-tags": "^1.8.0", | ||
"husky": "^4.3.8", | ||
"lint-staged": "^10.5.4", | ||
"mocha": "^8.3.2", | ||
"lint-staged": "^10.5.3", | ||
"mocha": "^8.2.1", | ||
"require-npm4-to-publish": "^1.0.0", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.3" | ||
"typescript": "^4.1.3" | ||
}, | ||
@@ -61,5 +61,6 @@ "husky": { | ||
"_": [ | ||
"test/**/*rule-ref*.ts" | ||
"test/**/*.ts", | ||
"test/**/*.js" | ||
] | ||
} | ||
} |
{ | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"noImplicitAny": true, | ||
"strict": true, | ||
"strictFunctionTypes": false, | ||
"strictBindCallApply": false, | ||
"noImplicitThis": false, | ||
"noUnusedParameters": true, | ||
@@ -10,3 +13,2 @@ "noUnusedLocals": true, | ||
"sourceMap": true, | ||
"strictNullChecks": true, | ||
"declaration": true, | ||
@@ -13,0 +15,0 @@ "skipLibCheck": true, |
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
13357
1
603275
Updated@balena/sbvr-types@^3.1.3
Updated@types/node@^10.17.51
Updatedlodash@^4.17.20