@lbu/store
Advanced tools
Comparing version 0.0.37 to 0.0.38
{ | ||
"name": "@lbu/store", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"description": "Postgres & S3-compatible wrappers for common things", | ||
@@ -17,4 +17,4 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@lbu/insight": "0.0.37", | ||
"@lbu/stdlib": "0.0.37", | ||
"@lbu/insight": "0.0.38", | ||
"@lbu/stdlib": "0.0.38", | ||
"mime-types": "2.1.27", | ||
@@ -38,3 +38,3 @@ "minio": "7.0.16", | ||
}, | ||
"gitHead": "cee20c9fd5a75d1e9ab879e2aa154d2d2fd7a624" | ||
"gitHead": "7d7bbb80d653a3117460dd258c3cb11fe2704108" | ||
} |
@@ -7,3 +7,3 @@ // Generated by @lbu/code-gen | ||
* | ||
* @typedef { { id:string, bucketName:string, contentLength:number, contentType:string, filename:string, createdAt:Date, updatedAt:Date, }} | ||
* @typedef { { "id":string, "bucketName":string, "contentLength":number, "contentType":string, "filename":string, "createdAt":Date, "updatedAt":Date, }} | ||
*/ | ||
@@ -14,3 +14,3 @@ | ||
* | ||
* @typedef { { id:string, bucketName:string, contentLength:number, contentType:string, filename:string, createdAt?:string, updatedAt?:string, }} | ||
* @typedef { { "id":string, "bucketName":string, "contentLength":number, "contentType":string, "filename":string, "createdAt"?:string, "updatedAt"?:string, }} | ||
*/ | ||
@@ -21,3 +21,3 @@ | ||
* | ||
* @typedef { { id:string, expires:Date, data:*, createdAt:Date, updatedAt:Date, }} | ||
* @typedef { { "id":string, "expires":Date, "data":*, "createdAt":Date, "updatedAt":Date, }} | ||
*/ | ||
@@ -28,3 +28,3 @@ | ||
* | ||
* @typedef { { id:string, expires:string, data?:* , createdAt?:string, updatedAt?:string, }} | ||
* @typedef { { "id":string, "expires":string, "data"?:* , "createdAt"?:string, "updatedAt"?:string, }} | ||
*/ | ||
@@ -35,3 +35,3 @@ | ||
* | ||
* @typedef { { id:number, isComplete:boolean, priority:number, scheduledAt:Date, name:string, data:*, createdAt:Date, updatedAt:Date, }} | ||
* @typedef { { "id":number, "isComplete":boolean, "priority":number, "scheduledAt":Date, "name":string, "data":*, "createdAt":Date, "updatedAt":Date, }} | ||
*/ | ||
@@ -42,3 +42,3 @@ | ||
* | ||
* @typedef { { id:number, isComplete?:boolean , priority?:number , scheduledAt?:string, name:string, data?:* , createdAt?:string, updatedAt?:string, }} | ||
* @typedef { { "id":number, "isComplete"?:boolean , "priority"?:number , "scheduledAt"?:string, "name":string, "data"?:* , "createdAt"?:string, "updatedAt"?:string, }} | ||
*/ | ||
@@ -49,3 +49,3 @@ | ||
* | ||
* @typedef { { id?:string, idIn?:(string)[] , bucketName?:string , bucketNameLike?:string , }} | ||
* @typedef { { "id"?:string, "idIn"?:(string)[] , "bucketName"?:string , "bucketNameLike"?:string , }} | ||
*/ | ||
@@ -62,3 +62,3 @@ | ||
* | ||
* @typedef { { bucketName:string, contentLength:number, contentType:string, filename:string, createdAt:Date, updatedAt:Date, }} | ||
* @typedef { { "bucketName":string, "contentLength":number, "contentType":string, "filename":string, "createdAt":Date, "updatedAt":Date, }} | ||
*/ | ||
@@ -69,3 +69,3 @@ | ||
* | ||
* @typedef { { bucketName:string, contentLength:number, contentType:string, filename:string, createdAt?:string, updatedAt?:string, }} | ||
* @typedef { { "bucketName":string, "contentLength":number, "contentType":string, "filename":string, "createdAt"?:string, "updatedAt"?:string, }} | ||
*/ | ||
@@ -76,3 +76,3 @@ | ||
* | ||
* @typedef { { id?:string, idIn?:(string)[] , expires?:Date, expiresGreaterThan?:Date, expiresLowerThan?:Date, }} | ||
* @typedef { { "id"?:string, "idIn"?:(string)[] , "expires"?:Date, "expiresGreaterThan"?:Date, "expiresLowerThan"?:Date, }} | ||
*/ | ||
@@ -83,3 +83,3 @@ | ||
* | ||
* @typedef { { id?:string, idIn?:(string)[] , expires?:string, expiresGreaterThan?:string, expiresLowerThan?:string, }} | ||
* @typedef { { "id"?:string, "idIn"?:(string)[] , "expires"?:string, "expiresGreaterThan"?:string, "expiresLowerThan"?:string, }} | ||
*/ | ||
@@ -90,3 +90,3 @@ | ||
* | ||
* @typedef { { expires:Date, data:*, createdAt:Date, updatedAt:Date, }} | ||
* @typedef { { "expires":Date, "data":*, "createdAt":Date, "updatedAt":Date, }} | ||
*/ | ||
@@ -97,3 +97,3 @@ | ||
* | ||
* @typedef { { expires:string, data?:* , createdAt?:string, updatedAt?:string, }} | ||
* @typedef { { "expires":string, "data"?:* , "createdAt"?:string, "updatedAt"?:string, }} | ||
*/ | ||
@@ -104,3 +104,3 @@ | ||
* | ||
* @typedef { { id?:number , idGreaterThan?:number , idLowerThan?:number , name?:string , nameLike?:string , }} | ||
* @typedef { { "id"?:number , "idGreaterThan"?:number , "idLowerThan"?:number , "name"?:string , "nameLike"?:string , }} | ||
*/ | ||
@@ -117,3 +117,3 @@ | ||
* | ||
* @typedef { { isComplete:boolean, priority:number, scheduledAt:Date, name:string, data:*, createdAt:Date, updatedAt:Date, }} | ||
* @typedef { { "isComplete":boolean, "priority":number, "scheduledAt":Date, "name":string, "data":*, "createdAt":Date, "updatedAt":Date, }} | ||
*/ | ||
@@ -124,3 +124,3 @@ | ||
* | ||
* @typedef { { isComplete?:boolean , priority?:number , scheduledAt?:string, name:string, data?:* , createdAt?:string, updatedAt?:string, }} | ||
* @typedef { { "isComplete"?:boolean , "priority"?:number , "scheduledAt"?:string, "name":string, "data"?:* , "createdAt"?:string, "updatedAt"?:string, }} | ||
*/ |
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
68835
+ Added@lbu/insight@0.0.38(transitive)
+ Added@lbu/stdlib@0.0.38(transitive)
- Removed@lbu/insight@0.0.37(transitive)
- Removed@lbu/stdlib@0.0.37(transitive)
Updated@lbu/insight@0.0.38
Updated@lbu/stdlib@0.0.38