@giphy/js-util
Advanced tools
Comparing version 1.0.1 to 1.0.2
export { checkIfWebP, getAltText, getBestRendition, getGifHeight, getSpecificRendition } from './gif-utils'; | ||
export { default as bestfit } from './bestfit'; | ||
export { default as getClientRect } from './get-client-rect-from-el'; | ||
export * from './collections'; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -13,2 +16,3 @@ var gif_utils_1 = require("./gif-utils"); | ||
exports.getClientRect = get_client_rect_from_el_1.default; | ||
__export(require("./collections")); | ||
//# sourceMappingURL=index.js.map |
@@ -6,6 +6,8 @@ { | ||
"build": "npm run clean && tsc", | ||
"test": "jest --config ./jestconfig.js" | ||
"refresh": "tsc", | ||
"test": "jest --config ./jestconfig.js", | ||
"test:watch": "jest --config ./jestconfig.js --watchAll" | ||
}, | ||
"name": "@giphy/js-util", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "dist/index.js", | ||
@@ -18,11 +20,11 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@giphy/js-types": "^1.0.1", | ||
"@giphy/js-types": "^1.0.2", | ||
"lodash": "4.17.11" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.121", | ||
"parcel-bundler": "^1.12.0", | ||
"typescript": "^3.3.3" | ||
"@types/lodash": "^4.14.123", | ||
"parcel-bundler": "^1.12.3", | ||
"typescript": "^3.3.4" | ||
}, | ||
"gitHead": "1d3ed46de5181c223e0596a37f8fdb02442b49f5" | ||
"gitHead": "0dc93b5f9813ca1ab4c84feaa9e59415863bd116" | ||
} |
Sorry, the diff of this file is not supported yet
19188
17
265
Updated@giphy/js-types@^1.0.2