Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk committed Feb 14, 2025
1 parent 53fcb83 commit 2eabc6e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
"version": "2.2.3-rc.0",
"description": "1inch Fusion SDK",
"author": "@1inch",
"private": false,
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
],
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"types": "dist/types/src/index.d.ts",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
"types": "./dist/types/src/index.d.ts",
"exports": {
".": {
"types": "./dist/types/src/index.d.ts",
Expand All @@ -21,12 +20,12 @@
"node": "./dist/cjs/index.js",
"default": "./dist/cjs/index.js"
},
"api": {
"types": "./dist/types/src/api.d.ts",
"import": "./dist/esm/api.js",
"require": "./dist/cjs/api.js",
"node": "./dist/cjs/api.js",
"default": "./dist/cjs/api.js"
"./api": {
"types": "./dist/types/src/api-ext.d.ts",
"import": "./dist/esm/api-ext.js",
"require": "./dist/cjs/api-ext.js",
"node": "./dist/cjs/api-ext.js",
"default": "./dist/cjs/api-ext.js"
}
},
"repository": {
Expand Down
File renamed without changes.

0 comments on commit 2eabc6e

Please sign in to comment.