mobility-toolbox-js 2.4.3 → 2.4.4

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "mobility-toolbox-js",
3
3
  "license": "MIT",
4
4
  "description": "Toolbox for JavaScript applications in the domains of mobility and logistics.",
5
- "version": "2.4.3",
5
+ "version": "2.4.4",
6
6
  "homepage": "https://mobility-toolbox-js.geops.io/",
7
7
  "module": "index.js",
8
8
  "exports": {
@@ -110,7 +110,7 @@
110
110
  "prepare": "is-ci || husky",
111
111
  "publish:beta": "HUSKY=0 yarn release -- --prerelease beta --skip.changelog && yarn run build && cd build && HUSKY=0 yarn publish --tag beta && git push origin HEAD && git push --tags ",
112
112
  "publish:beta:dryrun": "yarn release -- --prerelease beta --dry-run --skip.changelog",
113
- "publish:public": "yarn release && yarn run build && cd build && HUSKY=0 yarn publish && git push origin HEAD && git push --tags ",
113
+ "publish:public": "yarn release && yarn run build && cd build && HUSKY=0 yarn publish --tag latest-v2 && git push origin HEAD && git push --tags ",
114
114
  "publish:public:dryrun": "yarn release --dry-run",
115
115
  "release": "standard-version",
116
116
  "start": "yarn doc && cd doc && yarn start",