@dosgato/api 1.4.4 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -299,7 +299,7 @@ export class VersionedService extends BaseService {
299
299
  binds.push(zerofill(rule.startsWith) + '%');
300
300
  }
301
301
  return await tdb.getvals(`
302
- SELECT DISTINCT s.id
302
+ SELECT DISTINCT CAST(s.id AS CHAR(50))
303
303
  FROM storage s
304
304
  INNER JOIN indexes i ON i.id=s.id
305
305
  INNER JOIN indexnames n ON i.name_id=n.id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosgato/api",
3
- "version": "1.4.4",
3
+ "version": "1.5.0",
4
4
  "description": "A CMS designed for large institutions with thousands of editors and hundreds of subsites.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -21,7 +21,7 @@
21
21
  "nanoid": "^5.0.0",
22
22
  "probe-image-size": "^7.2.3",
23
23
  "stemmer": "^2.0.1",
24
- "txstate-utils": "^1.8.15",
24
+ "txstate-utils": "^1.9.3",
25
25
  "type-graphql": "^1.1.1",
26
26
  "wasmagic": "^0.0.32"
27
27
  },