@tracktor/shared-module 1.0.0-beta.4 → 1.0.0-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/CHANGELOG.md +2 -2
- package/README.md +1 -1
- package/dist/components/Utils/DaysJSConfig.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ export default App;
|
|
|
51
51
|
| I18nConfig | React Component | Initialize i18n with custom config options | i18next & react-i18next & i18next-browser-languagedetector |
|
|
52
52
|
| SentryConfig | React Component | Initialize Sentry | @sentry/react & react-router-dom |
|
|
53
53
|
| MapBoxConfig | React Component | Initialize MapBox | mapbox-gl |
|
|
54
|
-
| DaysJSConfig | React Component | Initialize DayJS |
|
|
54
|
+
| DaysJSConfig | React Component | Initialize DayJS | dayjs |
|
|
55
55
|
|
|
56
56
|
## Hooks
|
|
57
57
|
| Module | Description | Dependencies |
|