Skip to content

Commit f8edd47

Browse files
committed
group all ts and js files together in package.json
1 parent e846ab2 commit f8edd47

File tree

39 files changed

+39
-39
lines changed

39 files changed

+39
-39
lines changed

packages/xchain-aggregator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"description": "Protocol aggregator to make actions in different protocols",
44
"version": "2.0.6",
55
"license": "MIT",
6+
"type": "module",
67
"exports": {
78
"require": "./lib/index.cjs",
89
"import": "./lib/index.esm.js"
910
},
10-
"type": "module",
1111
"typings": "lib/index.d.ts",
1212
"directories": {
1313
"lib": "lib",

packages/xchain-arbitrum/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"author": "XChainJS",
1010
"homepage": "https://github.com/xchainjs/xchainjs-lib",
1111
"license": "MIT",
12+
"type": "module",
1213
"exports": {
1314
"require": "./lib/index.cjs",
1415
"import": "./lib/index.esm.js"
1516
},
16-
"type": "module",
1717
"typings": "lib/index.d.ts",
1818
"directories": {
1919
"lib": "lib",

packages/xchain-avax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"author": "XChainJS",
1010
"homepage": "https://github.com/xchainjs/xchainjs-lib",
1111
"license": "MIT",
12+
"type": "module",
1213
"exports": {
1314
"require": "./lib/index.cjs",
1415
"import": "./lib/index.esm.js"
1516
},
16-
"type": "module",
1717
"typings": "lib/index.d.ts",
1818
"directories": {
1919
"lib": "lib",

packages/xchain-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"author": "XChainJS",
1010
"homepage": "https://github.com/xchainjs/xchainjs-lib",
1111
"license": "MIT",
12+
"type": "module",
1213
"exports": {
1314
"require": "./lib/index.cjs",
1415
"import": "./lib/index.esm.js"
1516
},
16-
"type": "module",
1717
"typings": "lib/index.d.ts",
1818
"directories": {
1919
"lib": "lib",

packages/xchain-binance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"author": "THORChain",
1111
"homepage": "https://github.com/xchainjs/xchainjs-lib",
1212
"license": "MIT",
13+
"type": "module",
1314
"exports": {
1415
"require": "./lib/index.cjs",
1516
"import": "./lib/index.esm.js"
1617
},
17-
"type": "module",
1818
"typings": "lib/index.d.ts",
1919
"directories": {
2020
"lib": "lib",

packages/xchain-bitcoin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"author": "XChainJS",
1010
"homepage": "https://github.com/xchainjs/xchainjs-lib",
1111
"license": "MIT",
12+
"type": "module",
1213
"exports": {
1314
"require": "./lib/index.cjs",
1415
"import": "./lib/index.esm.js"
1516
},
16-
"type": "module",
1717
"typings": "lib/index.d.ts",
1818
"directories": {
1919
"lib": "lib",

packages/xchain-bitcoincash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"author": "XChainJS",
1111
"homepage": "https://github.com/xchainjs/xchainjs-lib",
1212
"license": "MIT",
13+
"type": "module",
1314
"exports": {
1415
"require": "./lib/index.cjs",
1516
"import": "./lib/index.esm.js"
1617
},
17-
"type": "module",
1818
"typings": "lib/index.d.ts",
1919
"directories": {
2020
"lib": "lib",

packages/xchain-bsc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"author": "XChainJS",
1010
"homepage": "https://github.com/xchainjs/xchainjs-lib",
1111
"license": "MIT",
12+
"type": "module",
1213
"exports": {
1314
"require": "./lib/index.cjs",
1415
"import": "./lib/index.esm.js"
1516
},
16-
"type": "module",
1717
"typings": "lib/index.d.ts",
1818
"directories": {
1919
"lib": "lib",

packages/xchain-cardano/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"author": "THORChain",
1010
"homepage": "https://github.com/xchainjs/xchainjs-lib",
1111
"license": "MIT",
12+
"type": "module",
1213
"exports": {
1314
"require": "./lib/index.cjs",
1415
"import": "./lib/index.esm.js"
1516
},
16-
"type": "module",
1717
"typings": "lib/index.d.ts",
1818
"directories": {
1919
"lib": "lib",

packages/xchain-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "@xchainjs/xchain-client",
33
"version": "2.0.0",
44
"license": "MIT",
5+
"type": "module",
56
"exports": {
67
"require": "./lib/index.cjs",
78
"import": "./lib/index.esm.js"
89
},
9-
"type": "module",
1010
"typings": "lib/index.d.ts",
1111
"directories": {
1212
"lib": "lib"

0 commit comments

Comments
 (0)