@slickgrid-universal/pagination-component
Advanced tools
Comparing version 3.5.0 to 3.5.1
{ | ||
"name": "@slickgrid-universal/pagination-component", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "Slick Pagination Component - Vanilla Implementation of a Pagination Component", | ||
"main": "./dist/commonjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "index.d.ts", | ||
"typesVersions": { | ||
">=4.2": { | ||
"*": [ | ||
"dist/types/*" | ||
] | ||
} | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"node": "./dist/commonjs/index.js", | ||
"require": "./dist/commonjs/index.js", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"./*": "./*" | ||
"./package.json": "./package.json" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./dist/types/index.d.ts" | ||
] | ||
} | ||
}, | ||
"types": "dist/types/index.d.ts", | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"publishConfig": { | ||
@@ -46,6 +47,6 @@ "access": "public" | ||
"dependencies": { | ||
"@slickgrid-universal/binding": "~3.5.0", | ||
"@slickgrid-universal/common": "~3.5.0" | ||
"@slickgrid-universal/binding": "~3.5.1", | ||
"@slickgrid-universal/common": "~3.5.1" | ||
}, | ||
"gitHead": "d54b2e0fdcc077a47296a5b77c2ed588d2aedc8a" | ||
"gitHead": "55d785c8655d7d92f7c7aac97bb0585a9b4523d4" | ||
} |
Sorry, the diff of this file is not supported yet
165944