@streamscloud/kit 0.1.6-1771230824827 → 0.1.6

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.
@@ -1,4 +1,4 @@
1
- import { isBrowser } from '../utils/browser';
1
+ import { isBrowser } from '../utils';
2
2
  import { LocaleCookie } from './locale-cookie';
3
3
  import { APP_LOCALE_DEFAULT, APP_LOCALE_VALUES } from './types';
4
4
  class AppLocaleContainer {
@@ -1,4 +1,4 @@
1
- import { isBrowser } from '../utils/browser';
1
+ import { isBrowser } from '../utils';
2
2
  import { APP_LOCALE_COOKIE, APP_LOCALE_VALUES } from './types';
3
3
  const COOKIE_MAX_AGE = 60 * 60 * 24 * 365; // 1 year
4
4
  export const LocaleCookie = {
@@ -1,4 +1,4 @@
1
- import { type AppLocaleValue } from '../locale/types';
1
+ import { type AppLocaleValue } from '../locale';
2
2
  type CompactOptions = {
3
3
  decimals?: number;
4
4
  trimZeros?: boolean;
@@ -1,5 +1,4 @@
1
- import { AppLocale } from '../locale/app-locale.svelte';
2
- import {} from '../locale/types';
1
+ import { AppLocale } from '../locale';
3
2
  const THOUSAND = 1_000;
4
3
  const MILLION = 1_000_000;
5
4
  const BILLION = 1_000_000_000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/kit",
3
- "version": "0.1.6-1771230824827",
3
+ "version": "0.1.6",
4
4
  "author": "StreamsCloud",
5
5
  "repository": {
6
6
  "type": "git",