@giveitsmaller/sdk 0.10.0 → 0.11.0

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.
@@ -46,27 +46,18 @@ export const PRESETS = Object.freeze({
46
46
  }),
47
47
  "video_compress": Object.freeze({
48
48
  Size: Object.freeze({
49
- "codec": "H265",
50
49
  "crf": 30,
51
50
  "preset": "Slow",
52
- "faststart": true,
53
- "audioCodec": "Aac",
54
51
  "audioBitrate": "_96",
55
52
  }),
56
53
  Balanced: Object.freeze({
57
- "codec": "H264",
58
54
  "crf": 23,
59
55
  "preset": "Medium",
60
- "faststart": true,
61
- "audioCodec": "Aac",
62
56
  "audioBitrate": "_128",
63
57
  }),
64
58
  Quality: Object.freeze({
65
- "codec": "H264",
66
59
  "crf": 18,
67
60
  "preset": "Slow",
68
- "faststart": true,
69
- "audioCodec": "Aac",
70
61
  "audioBitrate": "_192",
71
62
  }),
72
63
  }),
@@ -1,3 +1,3 @@
1
1
  export declare const SDK_SPEC_VERSION: "1.5.0";
2
2
  export declare const PRESET_VERSION: "1.0";
3
- export declare const PRESET_CONFIG_HASH: "sha256:dc48f4d31f4037cc07fb0686519122c03a55b03a41f05fbfc2af54e54950a0d2";
3
+ export declare const PRESET_CONFIG_HASH: "sha256:3791bd2d0cd474c5029707f6e50480bf49be33899f7fc5c1a4e77edb136f6e95";
@@ -3,4 +3,4 @@
3
3
  // Regenerate with: scripts/generate.py.
4
4
  export const SDK_SPEC_VERSION = "1.5.0";
5
5
  export const PRESET_VERSION = "1.0";
6
- export const PRESET_CONFIG_HASH = "sha256:dc48f4d31f4037cc07fb0686519122c03a55b03a41f05fbfc2af54e54950a0d2";
6
+ export const PRESET_CONFIG_HASH = "sha256:3791bd2d0cd474c5029707f6e50480bf49be33899f7fc5c1a4e77edb136f6e95";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@giveitsmaller/sdk",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "Node.js SDK for the GISL (Give It Smaller) file compression and processing API",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -31,7 +31,7 @@
31
31
  "node": ">=18"
32
32
  },
33
33
  "dependencies": {
34
- "@giveitsmaller/contracts": "^0.16.0"
34
+ "@giveitsmaller/contracts": "^0.17.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^22",