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): 2.0.4 [skip ci] ### [2.0.4](https://github.com/googlemaps/js-markerwithlabel/compare/v2.0.3...v2.0.4) (2022-02-09) ### Miscellaneous Chores * **deps-dev:** bump @babel/runtime-corejs3 from 7.16.8 to 7.17.0 ([#441](https://github.com/googlemaps/js-markerwithlabel/issues/441)) ([66eeb81](https://github.com/googlemaps/js-markerwithlabel/commit/66eeb81c916564f03cd1b52d1ff5a049240c9b3f)) * **deps-dev:** bump @babel/runtime-corejs3 from 7.17.0 to 7.17.2 ([#445](https://github.com/googlemaps/js-markerwithlabel/issues/445)) ([dfb299d](https://github.com/googlemaps/js-markerwithlabel/commit/dfb299d4d216cfacf7b6c2cca77b7f88f554d4f7)) * **deps-dev:** bump @googlemaps/jest-mocks from 2.3.0 to 2.3.1 ([#440](https://github.com/googlemaps/js-markerwithlabel/issues/440)) ([10ca82b](https://github.com/googlemaps/js-markerwithlabel/commit/10ca82bb5fcbc47c8f4fd1629c0faca0d89bbcb5)) * **deps-dev:** bump @types/google.maps from 3.47.3 to 3.47.4 ([#446](https://github.com/googlemaps/js-markerwithlabel/issues/446)) ([db31056](https://github.com/googlemaps/js-markerwithlabel/commit/db31056ba1107af512d8eb0f3b6ce4c0b68dc124)) * **deps-dev:** bump @types/selenium-webdriver from 4.0.16 to 4.0.17 ([#439](https://github.com/googlemaps/js-markerwithlabel/issues/439)) ([373962d](https://github.com/googlemaps/js-markerwithlabel/commit/373962dce96da26541b048a94057983fb2ca3e99)) * **deps-dev:** bump chromedriver from 97.0.3 to 97.0.4 ([#436](https://github.com/googlemaps/js-markerwithlabel/issues/436)) ([43042a0](https://github.com/googlemaps/js-markerwithlabel/commit/43042a004b565fb664fef7f15a8fd80b420fc39b)) * **deps-dev:** bump chromedriver from 97.0.4 to 98.0.0 ([#444](https://github.com/googlemaps/js-markerwithlabel/issues/444)) ([cba4967](https://github.com/googlemaps/js-markerwithlabel/commit/cba4967f822febb4107af7cfb56da4cbd51effcf)) * **deps-dev:** bump core-js from 3.20.3 to 3.21.0 ([#437](https://github.com/googlemaps/js-markerwithlabel/issues/437)) ([42afc38](https://github.com/googlemaps/js-markerwithlabel/commit/42afc3800a2e66a44e37fed1e9a55af633edfaba)) * **deps-dev:** bump eslint-plugin-jest from 26.0.0 to 26.1.0 ([#443](https://github.com/googlemaps/js-markerwithlabel/issues/443)) ([704bf80](https://github.com/googlemaps/js-markerwithlabel/commit/704bf802bbf1ae3522aa135e82444a88c7a0ade4)) * **deps-dev:** bump rollup from 2.66.1 to 2.67.0 ([#438](https://github.com/googlemaps/js-markerwithlabel/issues/438)) ([24a2b54](https://github.com/googlemaps/js-markerwithlabel/commit/24a2b548e8e97358b452f57e55ecb609cd03c7c6)) * **deps-dev:** bump rollup from 2.67.0 to 2.67.1 ([#442](https://github.com/googlemaps/js-markerwithlabel/issues/442)) ([1502338](https://github.com/googlemaps/js-markerwithlabel/commit/1502338b1c798ea82e5954424ff3f5fe68e16312))
2 years ago
"version": "2.0.4",
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",
"main": "dist/index.umd.js",
"unpkg": "dist/index.min.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist/*"
],
4 years ago
"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.16.11",
"@babel/runtime-corejs3": "^7.17.2",
"@googlemaps/jest-mocks": "^2.5.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-typescript": "^8.3.0",
"@types/google.maps": "^3.47.4",
"@types/jest": "^27.4.0",
"@types/selenium-webdriver": "^4.0.18",
"@typescript-eslint/eslint-plugin": ">=4.33.0",
"@typescript-eslint/parser": ">=4.33.0",
"chromedriver": "^98.0.1",
"core-js": "^3.21.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-prettier": "^4.0.0",
"geckodriver": "^3.0.1",
"jest": "^26.6.3",
"prettier": "^2.5.1",
"rollup": "^2.67.3",
4 years ago
"rollup-plugin-terser": "^7.0.2",
"selenium-webdriver": "^4.1.1",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.11",
"typescript": "^4.5.5"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}