@dosgato/api 1.1.3 → 1.1.4

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.
@@ -85,7 +85,7 @@ const indexValueLoader = new ManyJoinedLoader({
85
85
  FROM storage s
86
86
  ${filters.published
87
87
  ? `
88
- INNER JOIN tags t ON t.id=s.id AND t.name='published'
88
+ INNER JOIN tags t ON t.id=s.id AND t.tag='published'
89
89
  INNER JOIN indexes i ON i.id=s.id AND i.version=t.version
90
90
  `
91
91
  : `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosgato/api",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "A CMS designed for large institutions with thousands of editors and hundreds of subsites.",
5
5
  "type": "module",
6
6
  "exports": {