@wix/sdk
Advanced tools
Comparing version
@@ -12,2 +12,10 @@ "use strict"; | ||
}); | ||
var _wixMedia = require("./wixMedia"); | ||
Object.keys(_wixMedia).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _wixMedia[key]) return; | ||
exports[key] = _wixMedia[key]; | ||
}); | ||
//# sourceMappingURL=index.js.map |
export * from './wixClient'; | ||
export * from './wixMedia'; | ||
//# sourceMappingURL=index.js.map |
export * from './wixClient'; | ||
export * from './wixMedia'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@wix/sdk", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"license": "UNLICENSED", | ||
@@ -17,3 +17,4 @@ "author": { | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
@@ -31,3 +32,5 @@ "scripts": { | ||
"@babel/runtime": "^7.0.0", | ||
"@wix/sdk-types": "^1.1.7", | ||
"@wix/image-kit": "^1.23.0", | ||
"@wix/sdk-types": "^1.1.8", | ||
"querystring": "^0.2.1", | ||
"type-fest": "^2.19.0" | ||
@@ -34,0 +37,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
111280
21.51%28
27.27%431
58.46%5
66.67%+ Added
+ Added
+ Added
+ Added
+ Added
Updated