@digipair/skill-sharp 0.84.1 → 0.84.3
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/package.json
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digipair/skill-sharp",
|
|
3
|
-
"version": "0.84.
|
|
3
|
+
"version": "0.84.3",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"digipair",
|
|
6
6
|
"service",
|
|
7
7
|
"tool"
|
|
8
8
|
],
|
|
9
|
-
"dependencies": {
|
|
10
|
-
"sharp": "^0.34.1"
|
|
11
|
-
},
|
|
9
|
+
"dependencies": {},
|
|
12
10
|
"main": "./index.cjs.js",
|
|
13
11
|
"module": "./index.esm.js"
|
|
14
12
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { PinsSettings } from '@digipair/engine';
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const raw: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<string>;
|
|
2
|
+
export declare const metadata: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
3
|
+
export declare const stats: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
4
|
+
export declare const raw: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
6
5
|
export declare const resize: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<string>;
|
|
7
6
|
export declare const rotate: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<string>;
|
|
8
7
|
export declare const extract: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<string>;
|
|
File without changes
|