react-ymaps3
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "react-ymaps3", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "React Yandex Maps API 3 wrapper", | ||
@@ -10,5 +10,5 @@ "homepage": "https://github.com/sbcrmweb/react-ymaps3", | ||
}, | ||
"main": "./dist/index.mjs", | ||
"main": "./dist/index.mj", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.mts", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
@@ -15,0 +15,0 @@ "build": "tsup", |
@@ -8,3 +8,3 @@ import { defineConfig } from 'tsup'; | ||
splitting: true, | ||
format: ['esm'], | ||
format: ['esm', 'cjs'], | ||
entry: ['src/index.ts', 'src/**/*.ts', 'src/**/*.tsx'], | ||
@@ -11,0 +11,0 @@ sourcemap: true, |
114051
72
1289