mobility-toolbox-js 3.1.1-beta.4 → 3.1.1-beta.5

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/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": "3.1.1-beta.4",
5
+ "version": "3.1.1-beta.5",
6
6
  "homepage": "https://mobility-toolbox-js.geops.io/",
7
7
  "exports": {
8
8
  ".": "./src/index.js",
@@ -88,7 +88,7 @@
88
88
  "scripts": {
89
89
  "apidoc": "esdoc && cp apidoc/index.json doc/src/components/Esdoc",
90
90
  "build": "yarn build:tsc && yarn esbuild:iife",
91
- "build:tsc": "rm -rf build && yarn tsc && cp package.json build/ && cp README.md build/ && cp LICENSE build/ && cp -R src/types build/ && find build -type f -name '*.test.*' -delete",
91
+ "build:tsc": "rm -rf build && yarn tsc && cp package.json build/ && cp README.md build/ && cp LICENSE build/ && cp -R src/types build/src/ && find build -type f -name '*.test.*' -delete",
92
92
  "clean": "rm -rf .next && rm -rf doc/.next",
93
93
  "coverage": "yarn test --watchAll=false --coverage --coverageDirectory=coverage",
94
94
  "cy:open": "cypress open",
File without changes
File without changes
File without changes
File without changes
File without changes