@wix/sdk 1.17.0 → 1.17.1
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/build/wixMedia.d.ts +2 -1
- package/build/wixMedia.js +2 -1
- package/cjs/build/wixMedia.d.ts +2 -1
- package/cjs/build/wixMedia.js +1 -0
- package/package.json +2 -2
package/build/wixMedia.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getAudioUrl, getCroppedImageUrl, getDocumentUrl, getImageUrl, getScaledToFillImageUrl, getScaledToFitImageUrl, getVideoUrl } from './media/helpers.js';
|
|
1
|
+
import { getAudioUrl, getCroppedImageUrl, getDocumentUrl, getImageUrl, getScaledToFillImageUrl, getScaledToFitImageUrl, getVideoUrl, getShapeUrl } from './media/helpers.js';
|
|
2
2
|
export { VideoResolution, decodeText } from './media/helpers.js';
|
|
3
3
|
export declare const media: {
|
|
4
4
|
getCroppedImageUrl: typeof getCroppedImageUrl;
|
|
@@ -8,4 +8,5 @@ export declare const media: {
|
|
|
8
8
|
getVideoUrl: typeof getVideoUrl;
|
|
9
9
|
getAudioUrl: typeof getAudioUrl;
|
|
10
10
|
getDocumentUrl: typeof getDocumentUrl;
|
|
11
|
+
getShapeUrl: typeof getShapeUrl;
|
|
11
12
|
};
|
package/build/wixMedia.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getAudioUrl, getCroppedImageUrl, getDocumentUrl, getImageUrl, getScaledToFillImageUrl, getScaledToFitImageUrl, getVideoUrl, } from './media/helpers.js';
|
|
1
|
+
import { getAudioUrl, getCroppedImageUrl, getDocumentUrl, getImageUrl, getScaledToFillImageUrl, getScaledToFitImageUrl, getVideoUrl, getShapeUrl, } from './media/helpers.js';
|
|
2
2
|
export { VideoResolution, decodeText } from './media/helpers.js';
|
|
3
3
|
export const media = {
|
|
4
4
|
getCroppedImageUrl,
|
|
@@ -8,4 +8,5 @@ export const media = {
|
|
|
8
8
|
getVideoUrl,
|
|
9
9
|
getAudioUrl,
|
|
10
10
|
getDocumentUrl,
|
|
11
|
+
getShapeUrl,
|
|
11
12
|
};
|
package/cjs/build/wixMedia.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getAudioUrl, getCroppedImageUrl, getDocumentUrl, getImageUrl, getScaledToFillImageUrl, getScaledToFitImageUrl, getVideoUrl } from './media/helpers.js';
|
|
1
|
+
import { getAudioUrl, getCroppedImageUrl, getDocumentUrl, getImageUrl, getScaledToFillImageUrl, getScaledToFitImageUrl, getVideoUrl, getShapeUrl } from './media/helpers.js';
|
|
2
2
|
export { VideoResolution, decodeText } from './media/helpers.js';
|
|
3
3
|
export declare const media: {
|
|
4
4
|
getCroppedImageUrl: typeof getCroppedImageUrl;
|
|
@@ -8,4 +8,5 @@ export declare const media: {
|
|
|
8
8
|
getVideoUrl: typeof getVideoUrl;
|
|
9
9
|
getAudioUrl: typeof getAudioUrl;
|
|
10
10
|
getDocumentUrl: typeof getDocumentUrl;
|
|
11
|
+
getShapeUrl: typeof getShapeUrl;
|
|
11
12
|
};
|
package/cjs/build/wixMedia.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/sdk",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Ronny Ringel",
|
|
@@ -126,5 +126,5 @@
|
|
|
126
126
|
"wallaby": {
|
|
127
127
|
"autoDetect": true
|
|
128
128
|
},
|
|
129
|
-
"falconPackageHash": "
|
|
129
|
+
"falconPackageHash": "1e32969c85c2ac1d56e7fd2fe1ffc3556907473b9e9e0efe43db5aaa"
|
|
130
130
|
}
|