@immich/ui 0.36.0 → 0.36.4

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 { DateTime } from 'luxon';
1
+ import type { DateTime } from 'luxon';
2
2
  export declare const resolveUrl: (url: string, currentHostname?: string) => string;
3
3
  export declare const isExternalLink: (href: string) => boolean;
4
4
  export type Metadata = {
@@ -1,5 +1,4 @@
1
1
  import { env } from '$env/dynamic/public';
2
- import { DateTime } from 'luxon';
3
2
  const getImmichApp = (host) => {
4
3
  if (!host || !host.endsWith('immich.app')) {
5
4
  return false;
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "@immich/ui",
3
- "version": "0.36.0",
3
+ "version": "0.36.4",
4
4
  "license": "GNU Affero General Public License version 3",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/immich-app/ui.git"
8
+ },
5
9
  "scripts": {
6
10
  "create": "node scripts/create.js",
7
11
  "start": "npm run start:dev",