@compas/store
Advanced tools
Comparing version 0.0.126 to 0.0.127
@@ -231,2 +231,10 @@ import * as insight from "@compas/insight"; | ||
} | ||
/** | ||
* Update the order of the provided id's in relation to each other. | ||
* This function does not check if all files are in the same group. | ||
*/ | ||
export function updateFileGroupOrder( | ||
sql: Postgres, | ||
ids: string[], | ||
): Promise<void>; | ||
@@ -233,0 +241,0 @@ /** |
{ | ||
"name": "@compas/store", | ||
"version": "0.0.126", | ||
"version": "0.0.127", | ||
"description": "Postgres & S3-compatible wrappers for common things", | ||
@@ -17,6 +17,6 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@compas/insight": "0.0.126", | ||
"@compas/stdlib": "0.0.126", | ||
"@compas/insight": "0.0.127", | ||
"@compas/stdlib": "0.0.127", | ||
"@types/minio": "7.0.7", | ||
"mime-types": "2.1.29", | ||
"mime-types": "2.1.30", | ||
"minio": "7.0.18", | ||
@@ -46,3 +46,3 @@ "postgres": "2.0.0-beta.4" | ||
}, | ||
"gitHead": "80a9c008cad24f72ec8d0af3c69c229f371712c1" | ||
"gitHead": "5bc1438cddeb96b50f0395f7de18ba5c1c5b8c91" | ||
} |
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
407314
13097
+ Added@compas/insight@0.0.127(transitive)
+ Added@compas/stdlib@0.0.127(transitive)
+ Addedmime-db@1.47.0(transitive)
+ Addedmime-types@2.1.30(transitive)
- Removed@compas/insight@0.0.126(transitive)
- Removed@compas/stdlib@0.0.126(transitive)
- Removedmime-db@1.46.0(transitive)
- Removedmime-types@2.1.29(transitive)
Updated@compas/insight@0.0.127
Updated@compas/stdlib@0.0.127
Updatedmime-types@2.1.30