@yarrow-uz/yarrow-map-web-sdk 1.0.46 → 1.0.47

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.
@@ -21,6 +21,7 @@ export type YarrowMapReactConfig = {
21
21
  cache?: CacheConfig;
22
22
  brandBadgePosition?: BrandBadgePosition;
23
23
  controls?: YarrowControlsConfig;
24
+ excludePoiLayer?: boolean;
24
25
  apiKey: string;
25
26
  };
26
27
  export type UseYarrowMapOptions = {
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@yarrow-uz/yarrow-map-web-sdk",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
+ "type": "module",
4
5
  "description": "Yarrow Map Web SDK for embedding interactive maps and routing in web apps.",
5
6
  "license": "SEE LICENSE IN LICENSE",
6
7
  "main": "dist/main.js",
@@ -51,16 +52,16 @@
51
52
  "tslib": "^2.8.1"
52
53
  },
53
54
  "devDependencies": {
54
- "@biomejs/biome": "^1.9.4",
55
- "@rollup/plugin-commonjs": "^28.0.6",
55
+ "@biomejs/biome": "^2.4.11",
56
+ "@rollup/plugin-commonjs": "^29.0.2",
56
57
  "@rollup/plugin-json": "^6.1.0",
57
- "@rollup/plugin-node-resolve": "^16.0.1",
58
- "@rollup/plugin-terser": "^0.4.4",
59
- "@rollup/plugin-typescript": "^12.1.4",
58
+ "@rollup/plugin-node-resolve": "^16.0.3",
59
+ "@rollup/plugin-terser": "^1.0.0",
60
+ "@rollup/plugin-typescript": "^12.3.0",
60
61
  "@types/node": "^22.10.9",
61
62
  "@types/react": "^19.2.13",
62
63
  "react": "^19.2.4",
63
- "rollup": "^2.79.2",
64
+ "rollup": "^4.60.1",
64
65
  "rollup-plugin-polyfill-node": "^0.13.0",
65
66
  "rollup-plugin-postcss": "^4.0.2",
66
67
  "typescript": "^5.7.3",