mobility-toolbox-js 2.0.0-beta.8 → 2.0.0-beta.9
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/indexweb.html +1 -1
- package/package.json +2 -2
package/indexweb.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
type="text/css"
|
|
9
9
|
/>
|
|
10
10
|
<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.14.1/build/ol.js"></script>
|
|
11
|
-
<script src="
|
|
11
|
+
<script src="https://cdn.jsdelivr.net/npm/mobility-toolbox-js@2.0.0-beta.8/mbt.js"></script>
|
|
12
12
|
</head>
|
|
13
13
|
|
|
14
14
|
<body>
|
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.0.0-beta.
|
|
5
|
+
"version": "2.0.0-beta.9",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "esm.js",
|
|
8
8
|
"dependencies": {
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"lib:dev": "REACT_APP_LIB_MODE=1 webpack --mode development",
|
|
111
111
|
"link2": "cmdToAdd=$(node ./scripts/read-pkg-json.js add) && $cmdToAdd && yarn build && cmdToRemove=$(node ./scripts/read-pkg-json.js remove) && $cmdToRemove && cd build && yarn link",
|
|
112
112
|
"lint": "eslint 'src/**/*.js' && stylelint 'src/**/*.css' 'src/**/*.scss'",
|
|
113
|
-
"publish:beta": "HUSKY=0 yarn release -- --prerelease beta --skip.changelog && git push origin HEAD && yarn run esbuild && cd build &&
|
|
113
|
+
"publish:beta": "HUSKY=0 yarn release -- --prerelease beta --skip.changelog && git push origin HEAD && yarn run esbuild && cd build && HUSKY=0 yarn publish --tag beta && git push --tags ",
|
|
114
114
|
"publish:beta:dryrun": "yarn release -- --prerelease beta --dry-run --skip.changelog",
|
|
115
115
|
"publish:public": "yarn release && git push origin HEAD && yarn run esbuild && cd build && git push --tags && yarn publish",
|
|
116
116
|
"publish:public:dryrun": "yarn release --dry-run",
|