Shows Maps with markers which contains descriptions with links to cleverroute main-page
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.9 KiB

4 years ago
{
"name": "@googlemaps/markerwithlabel",
chore(release): 1.3.1 [skip ci] ### [1.3.1](https://github.com/googlemaps/js-markerwithlabel/compare/v1.3.0...v1.3.1) (2021-10-25) ### Miscellaneous Chores * **deps-dev:** bump @googlemaps/jest-mocks from 1.3.4 to 1.3.5 ([#339](https://github.com/googlemaps/js-markerwithlabel/issues/339)) ([94a7770](https://github.com/googlemaps/js-markerwithlabel/commit/94a77703b73925580971e12344d3c3bf952cb22a)) * **deps-dev:** bump @types/google.maps from 3.45.6 to 3.46.0 ([#338](https://github.com/googlemaps/js-markerwithlabel/issues/338)) ([3a8b7a2](https://github.com/googlemaps/js-markerwithlabel/commit/3a8b7a2762f4d39f86a9a3dcb4a0ec11235b4d8a)) * **deps-dev:** bump @types/selenium-webdriver from 4.0.15 to 4.0.16 ([#343](https://github.com/googlemaps/js-markerwithlabel/issues/343)) ([4c01bd3](https://github.com/googlemaps/js-markerwithlabel/commit/4c01bd3bb0b7b502173b7b641e7ec63b138388f8)) * **deps-dev:** bump core-js from 3.18.3 to 3.19.0 ([#340](https://github.com/googlemaps/js-markerwithlabel/issues/340)) ([b25b30c](https://github.com/googlemaps/js-markerwithlabel/commit/b25b30c28c796e6b61223df01ace7067381471a1)) * **deps-dev:** bump eslint-plugin-jest from 25.0.5 to 25.0.6 ([#334](https://github.com/googlemaps/js-markerwithlabel/issues/334)) ([218d32e](https://github.com/googlemaps/js-markerwithlabel/commit/218d32eb4e81e4b16b550bb757e0a5ea7297a491)) * **deps-dev:** bump eslint-plugin-jest from 25.0.6 to 25.2.1 ([#335](https://github.com/googlemaps/js-markerwithlabel/issues/335)) ([d708909](https://github.com/googlemaps/js-markerwithlabel/commit/d708909112f89bf2b315f49965ee86f84efd57b5)) * **deps-dev:** bump eslint-plugin-jest from 25.2.1 to 25.2.2 ([#336](https://github.com/googlemaps/js-markerwithlabel/issues/336)) ([8805720](https://github.com/googlemaps/js-markerwithlabel/commit/8805720c9c718a1fea0ced4e528caa1422f047cb)) * **deps-dev:** bump rollup from 2.58.0 to 2.58.1 ([#342](https://github.com/googlemaps/js-markerwithlabel/issues/342)) ([418d137](https://github.com/googlemaps/js-markerwithlabel/commit/418d137068a2d153cf1a3e6fbb86de548e2ee091)) * **deps-dev:** bump selenium-webdriver from 4.0.0-rc-2 to 4.0.0 ([#333](https://github.com/googlemaps/js-markerwithlabel/issues/333)) ([685c938](https://github.com/googlemaps/js-markerwithlabel/commit/685c9387091d486d2bc90b65ced48548de7e4dec)) * **deps-dev:** bump typedoc from 0.22.5 to 0.22.6 ([#337](https://github.com/googlemaps/js-markerwithlabel/issues/337)) ([efb3009](https://github.com/googlemaps/js-markerwithlabel/commit/efb30090198e4773864245786f3bf2c17bd03465)) * **deps-dev:** bump typedoc from 0.22.6 to 0.22.7 ([#341](https://github.com/googlemaps/js-markerwithlabel/issues/341)) ([dcc481a](https://github.com/googlemaps/js-markerwithlabel/commit/dcc481a9aa14416ca7b02340bc0c6b7e67c34df5))
3 years ago
"version": "1.3.1",
4 years ago
"keywords": [
"label",
"google",
"maps",
"marker"
],
"homepage": "https://github.com/googlemaps/js-markerwithlabel",
"bugs": {
"url": "https://github.com/googlemaps/js-markerwithlabel/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/googlemaps/js-markerwithlabel.git"
},
"license": "Apache-2.0",
"author": "Justin Poehnelt",
"files": [
4 years ago
"dist/*"
4 years ago
],
"main": "dist/index.umd.js",
"unpkg": "dist/index.min.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"docs": "typedoc src/index.ts && cp -r dist docs/dist && cp -r examples docs/examples",
"format": "eslint . --fix",
"lint": "eslint .",
"prepare": "rm -rf dist && rollup -c",
"test": "jest src/*",
4 years ago
"test:e2e": "jest --passWithNoTests e2e/*"
},
"devDependencies": {
"@babel/preset-env": "^7.15.8",
"@babel/runtime-corejs3": "^7.15.4",
"@googlemaps/jest-mocks": "^1.3.5",
"@types/google.maps": "^3.46.0",
"@types/jest": "^27.0.2",
"@types/selenium-webdriver": "^4.0.16",
"@typescript-eslint/eslint-plugin": ">=4.33.0",
"@typescript-eslint/parser": ">=4.33.0",
"chromedriver": "^95.0.0",
"core-js": "^3.19.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^2.0.4",
"jest": "^26.6.3",
"prettier": "^2.4.1",
"rollup": "^2.58.1",
4 years ago
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"selenium-webdriver": "^4.0.0",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.7",
"typescript": "^4.4.4"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}