@mapcomponents/react-maplibre 1.5.3-0 → 1.5.4-0

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/dist/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@mapcomponents/react-maplibre",
3
- "version": "1.5.3-0",
3
+ "version": "1.5.4-0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "license": "MIT",
6
- "module": "dist/index.esm.js",
6
+ "module": "dist/index.mjs",
7
7
  "source": "src/index.ts",
8
8
  "types": "dist/index.d.ts",
9
9
  "scripts": {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@mapcomponents/react-maplibre",
3
- "version": "1.5.3-0",
3
+ "version": "1.5.4-0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "license": "MIT",
6
- "module": "dist/index.esm.js",
6
+ "module": "dist/index.mjs",
7
7
  "source": "src/index.ts",
8
8
  "types": "dist/index.d.ts",
9
9
  "dependencies": {
package/vite.config.ts CHANGED
@@ -38,7 +38,7 @@ export default defineConfig(() => ({
38
38
  lib: {
39
39
  // Could also be a dictionary or array of multiple entry points.
40
40
  entry: 'src/index.ts',
41
- name: 'react-maplibre',
41
+ name: '@mapcomponents/react-maplibre',
42
42
  fileName: 'index',
43
43
  // Change this to the formats you want to support.
44
44
  // Don't forget to update your package.json as well.