@balena/abstract-sql-to-typescript
Advanced tools
Comparing version 1.2.1 to 1.2.2-web-resource-4bc31177aad396b0e9ec86c2c336f892065d58ab-1
@@ -7,2 +7,6 @@ # Change Log | ||
## 1.2.2 - 2022-11-14 | ||
* Add web-resource type to sqlTypeToTypescriptType [Nitish Agarwal] | ||
## 1.2.1 - 2022-10-14 | ||
@@ -9,0 +13,0 @@ |
@@ -71,2 +71,3 @@ "use strict"; | ||
case 'JSON': | ||
case 'Web Resource': | ||
return '{}'; | ||
@@ -73,0 +74,0 @@ default: |
{ | ||
"name": "@balena/abstract-sql-to-typescript", | ||
"version": "1.2.1", | ||
"version": "1.2.2-web-resource-4bc31177aad396b0e9ec86c2c336f892065d58ab-1", | ||
"description": "A translator for abstract sql into typescript types.", | ||
@@ -48,4 +48,4 @@ "main": "out/index.js", | ||
"versionist": { | ||
"publishedAt": "2022-10-14T16:24:43.246Z" | ||
"publishedAt": "2022-11-14T12:35:44.746Z" | ||
} | ||
} |
@@ -102,2 +102,3 @@ import type { | ||
case 'JSON': | ||
case 'Web Resource': | ||
return '{}'; | ||
@@ -104,0 +105,0 @@ default: |
Sorry, the diff of this file is not supported yet
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
61160
614
2