@jridgewell/set-array
Advanced tools
Comparing version
{ | ||
"name": "@jridgewell/set-array", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Like a Set, but provides the index of the `key` in the backing array", | ||
@@ -13,12 +13,16 @@ "keywords": [], | ||
"exports": { | ||
".": { | ||
"types": "./dist/types/set-array.d.ts", | ||
"browser": "./dist/set-array.umd.js", | ||
"require": "./dist/set-array.umd.js", | ||
"import": "./dist/set-array.mjs" | ||
}, | ||
".": [ | ||
{ | ||
"types": "./dist/types/set-array.d.ts", | ||
"browser": "./dist/set-array.umd.js", | ||
"require": "./dist/set-array.umd.js", | ||
"import": "./dist/set-array.mjs" | ||
}, | ||
"./dist/set-array.umd.js" | ||
], | ||
"./package.json": "./package.json" | ||
}, | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"src" | ||
], | ||
@@ -25,0 +29,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15487
12.41%9
12.5%172
35.43%