accomadesc 0.1.11 → 0.1.12

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.
@@ -11,7 +11,7 @@
11
11
  type DayHelper,
12
12
  type FirstMonth,
13
13
  realFirstMonth,
14
- } from './state.svelte.ts';
14
+ } from './state.svelte.js';
15
15
  import Button from '../basic/Button.svelte';
16
16
  import { browser } from '$app/environment';
17
17
  import { getContext, setContext } from 'svelte';
@@ -1,5 +1,5 @@
1
1
  import { DateTime } from 'luxon';
2
- import { type OccuplanTranslations, type FirstMonth } from './state.svelte.ts';
2
+ import { type OccuplanTranslations, type FirstMonth } from './state.svelte.js';
3
3
  type $$ComponentProps = OccuplanTranslations & {
4
4
  url: string;
5
5
  numberOfMonth?: number;
@@ -11,7 +11,7 @@
11
11
  defaultMonthLabels,
12
12
  defaultWeekdayLabels,
13
13
  defaultMonthHeaderFormat,
14
- } from './state.svelte.ts';
14
+ } from './state.svelte.js';
15
15
  import { DateTime } from 'luxon';
16
16
 
17
17
  let {
@@ -1,4 +1,4 @@
1
- import { type OccuplanTranslations, type OccuplanMiscProps } from './state.svelte.ts';
1
+ import { type OccuplanTranslations, type OccuplanMiscProps } from './state.svelte.js';
2
2
  type $$ComponentProps = OccuplanTranslations & OccuplanMiscProps;
3
3
  declare const OccuPlanWrapper: import("svelte").Component<$$ComponentProps, {}, "">;
4
4
  type OccuPlanWrapper = ReturnType<typeof OccuPlanWrapper>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accomadesc",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",