@cetusprotocol/terminal 2.0.2 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "@cetusprotocol/terminal",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "type": "commonjs",
5
5
  "main": "dist/cetus-swap.cjs.js",
6
6
  "module": "dist/cetus-swap.es.js",
7
7
  "types": "dist/index.d.ts",
8
- "files": [
9
- "dist"
10
- ],
8
+ "files": ["dist"],
11
9
  "peerDependencies": {
12
10
  "@mysten/dapp-kit": ">=1.0.3",
13
11
  "@mysten/sui": ">=2.6.0",
@@ -25,7 +23,8 @@
25
23
  "manifest:html": "cp package.html.json package.json",
26
24
  "manifest:npm": "cp package.npm.json package.json",
27
25
  "publish:test": "node version.mjs && npm publish --tag experimental",
28
- "publish:test:lib": "npm run manifest:npm && npm run build:lib && node version.mjs && npm publish --tag experimental"
26
+ "publish:test:lib": "npm run manifest:npm && npm run build:lib && node version.mjs && npm publish --tag experimental",
27
+ "publish:lib": "npm run manifest:npm && npm run build:lib && npm publish"
29
28
  },
30
29
  "dependencies": {
31
30
  "@cetusprotocol/aggregator-sdk": "1.5.1",
@@ -1,2 +0,0 @@
1
- export * from './index'
2
- export {}