simple-photo-gallery 2.0.11-rc.3 → 2.0.11-rc.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.
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/lib/index.d.cts +1 -1
- package/dist/lib/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { Buffer } from 'buffer';
|
|
|
9
9
|
import sharp2 from 'sharp';
|
|
10
10
|
import { encode } from 'blurhash';
|
|
11
11
|
import ExifReader from 'exifreader';
|
|
12
|
-
import { GalleryDataSchema, GalleryDataDeprecatedSchema } from '@simple-photo-gallery/common
|
|
12
|
+
import { GalleryDataSchema, GalleryDataDeprecatedSchema } from '@simple-photo-gallery/common';
|
|
13
13
|
import ffprobe from 'node-ffprobe';
|
|
14
14
|
import os from 'os';
|
|
15
15
|
import Conf from 'conf';
|
|
@@ -1164,7 +1164,7 @@ async function waitForUpdateCheck(checkPromise) {
|
|
|
1164
1164
|
// package.json
|
|
1165
1165
|
var package_default = {
|
|
1166
1166
|
name: "simple-photo-gallery",
|
|
1167
|
-
version: "2.0.11-rc.
|
|
1167
|
+
version: "2.0.11-rc.4"};
|
|
1168
1168
|
|
|
1169
1169
|
// src/index.ts
|
|
1170
1170
|
var program = new Command();
|