@fuel-ts/interfaces
Advanced tools
Comparing version 0.0.0-master-dc12dfb9 to 0.0.0-master-de0995ba
{ | ||
"name": "@fuel-ts/interfaces", | ||
"version": "0.0.0-master-dc12dfb9", | ||
"version": "0.0.0-master-de0995ba", | ||
"description": "", | ||
@@ -8,11 +8,2 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"default": "./dist/index.mjs" | ||
} | ||
}, | ||
"files": [ | ||
@@ -27,3 +18,12 @@ "dist" | ||
"build": "tsup --dts" | ||
}, | ||
"module": "dist/index.mjs.js", | ||
"types": "dist/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"default": "./dist/index.mjs.js" | ||
} | ||
} | ||
} |
32265
11
75