@opengis/gis 0.2.106 → 0.2.107

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengis/gis",
3
- "version": "0.2.106",
3
+ "version": "0.2.107",
4
4
  "type": "module",
5
5
  "author": "Softpro",
6
6
  "main": "./dist/index.js",
@@ -19,9 +19,9 @@ export default async function getPermissions({ pg, uid }) {
19
19
  select
20
20
  group_id
21
21
  from gis.services
22
- where is_public and is_active
22
+ where is_active
23
23
  and service_id = any(b.layer_list)
24
-
24
+
25
25
  union all
26
26
 
27
27
  select