@opengis/gis 0.2.180 → 0.2.181

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.180",
3
+ "version": "0.2.181",
4
4
  "type": "module",
5
5
  "author": "Softpro",
6
6
  "main": "./dist/index.js",
@@ -263,6 +263,15 @@ export default async function gisSuggest({ token, key, val, uid, lang = 'ua', li
263
263
  };
264
264
  }
265
265
 
266
+ await metaFormat(
267
+ {
268
+ rows: data,
269
+ cls: { text: cls },
270
+ sufix: false,
271
+ },
272
+ pg
273
+ );
274
+
266
275
  return {
267
276
  time: Date.now() - time,
268
277
  limit,