@xbg.solutions/utils-timezone 1.0.0 → 1.0.1

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.
@@ -108,7 +108,7 @@ export declare function getCountryInfo(countryCode: string): ct.Country | undefi
108
108
  *
109
109
  * @example
110
110
  * ```typescript
111
- * import { logger } from '@xbg/utils-logger';
111
+ * import { logger } from '@xbg.solutions/utils-logger';
112
112
  *
113
113
  * const result = calculateTimezoneWithLogger('Sydney', 'AU', logger);
114
114
  * // Logs to your application logger
@@ -268,7 +268,7 @@ function getCountryInfo(countryCode) {
268
268
  *
269
269
  * @example
270
270
  * ```typescript
271
- * import { logger } from '@xbg/utils-logger';
271
+ * import { logger } from '@xbg.solutions/utils-logger';
272
272
  *
273
273
  * const result = calculateTimezoneWithLogger('Sydney', 'AU', logger);
274
274
  * // Logs to your application logger
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xbg.solutions/utils-timezone",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Timezone conversion helper",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",