@vis.gl/react-google-maps
Advanced tools
Comparing version
@@ -6,2 +6,3 @@ /// <reference types="google.maps" preserve="true" /> | ||
export * from './components/map'; | ||
export * from './components/static-map'; | ||
export * from './components/map-control'; | ||
@@ -8,0 +9,0 @@ export * from './components/marker'; |
{ | ||
"name": "@vis.gl/react-google-maps", | ||
"version": "1.4.3", | ||
"version": "1.5.0", | ||
"description": "React components and hooks for the Google Maps JavaScript API", | ||
@@ -14,2 +14,7 @@ "source": "src/index.ts", | ||
}, | ||
"./server": { | ||
"require": "./dist/server/index.umd.js", | ||
"types": "./dist/server/index.d.ts", | ||
"default": "./dist/server/index.modern.mjs" | ||
}, | ||
"./examples.css": "./dist/examples.css" | ||
@@ -29,6 +34,7 @@ }, | ||
"clean": "rm -rf ./dist && mkdir ./dist", | ||
"build": "npm-run-all clean -p build:*", | ||
"build": "npm-run-all clean -p build:**", | ||
"start": "run-p start:*", | ||
"build:examples": "cp ./examples/examples.css dist", | ||
"build:microbundle": "microbundle -o dist/index.js -f modern,umd --globals react=React,react-dom=ReactDOM --jsx React.createElement --jsxFragment React.Fragment --no-compress --tsconfig tsconfig.build.json", | ||
"build:microbundle:server": "microbundle -o dist/server/index.js -f modern,umd --globals react=React,react-dom=ReactDOM --jsx React.createElement --jsxFragment React.Fragment --no-compress --tsconfig tsconfig.build.json ./src/server/index.ts", | ||
"start:microbundle": "microbundle watch -o dist/index.js -f modern,umd --globals react=React,react-dom=ReactDOM --jsx React.createElement --jsxFragment React.Fragment --no-compress --tsconfig tsconfig.build.json", | ||
@@ -35,0 +41,0 @@ "test:linter": "eslint 'src/**/*.{ts,tsx}'", |
@@ -7,2 +7,3 @@ /// <reference types="google.maps" preserve="true" /> | ||
export * from './components/map'; | ||
export * from './components/static-map'; | ||
export * from './components/map-control'; | ||
@@ -9,0 +10,0 @@ export * from './components/marker'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
797768
28.93%113
22.83%10494
28.63%