@bitgo-beta/sdk-coin-wemix 1.0.1-beta.81 → 1.0.1-beta.811

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.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-wemix",
3
- "version": "1.0.1-beta.81",
3
+ "version": "1.0.1-beta.811",
4
4
  "description": "BitGo SDK coin library for Wemix",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
7
7
  "scripts": {
8
8
  "build": "yarn tsc --build --incremental --verbose .",
9
9
  "fmt": "prettier --write .",
10
- "check-fmt": "prettier --check .",
10
+ "check-fmt": "prettier --check '**/*.{ts,js,json}'",
11
11
  "clean": "rm -r ./dist",
12
12
  "lint": "eslint --quiet .",
13
13
  "prepare": "npm run build",
@@ -18,7 +18,7 @@
18
18
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
19
19
  "license": "MIT",
20
20
  "engines": {
21
- "node": ">=18 <21"
21
+ "node": ">=20 <23"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
@@ -40,14 +40,18 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.0.2-beta.978",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.748",
45
- "@bitgo-beta/statics": "15.1.1-beta.751",
46
- "@ethereumjs/common": "^2.6.5"
43
+ "@bitgo-beta/abstract-eth": "1.0.2-beta.1709",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.1479",
45
+ "@bitgo-beta/statics": "15.1.1-beta.1482",
46
+ "@ethereumjs/common": "^2.6.5",
47
+ "@ethereumjs/tx": "^3.3.0"
47
48
  },
48
49
  "devDependencies": {
49
- "@bitgo-beta/sdk-api": "1.10.1-beta.747",
50
- "@bitgo-beta/sdk-test": "^8.0.74"
50
+ "@bitgo-beta/sdk-api": "1.10.1-beta.1478",
51
+ "@bitgo-beta/sdk-test": "^9.1.19"
51
52
  },
52
- "gitHead": "7a14ea485f03486aedb4fac3610db8c9f44a500b"
53
+ "files": [
54
+ "dist"
55
+ ],
56
+ "gitHead": "d3684af417eeb68b5f406b770d396d8ade788add"
53
57
  }
package/.eslintignore DELETED
@@ -1,5 +0,0 @@
1
- node_modules
2
- .idea
3
- public
4
- dist
5
-
package/.mocharc.yml DELETED
@@ -1,8 +0,0 @@
1
- require: 'ts-node/register'
2
- timeout: '120000'
3
- reporter: 'min'
4
- reporter-option:
5
- - 'cdn=true'
6
- - 'json=false'
7
- exit: true
8
- spec: ['test/unit/**/*.ts']
package/CHANGELOG.md DELETED
@@ -1,40 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-wemix@1.1.3...@bitgo/sdk-coin-wemix@1.1.6) (2025-03-04)
7
-
8
- **Note:** Version bump only for package @bitgo/sdk-coin-wemix
9
-
10
- ## [1.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-wemix@1.1.3...@bitgo/sdk-coin-wemix@1.1.5) (2025-02-26)
11
-
12
- **Note:** Version bump only for package @bitgo/sdk-coin-wemix
13
-
14
- ## [1.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-wemix@1.1.3...@bitgo/sdk-coin-wemix@1.1.4) (2025-02-20)
15
-
16
- **Note:** Version bump only for package @bitgo/sdk-coin-wemix
17
-
18
- ## [1.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-wemix@1.1.2...@bitgo/sdk-coin-wemix@1.1.3) (2025-02-19)
19
-
20
- ### Bug Fixes
21
-
22
- - display name correction for xdc,flr,sgb,wemix ([b50ea6a](https://github.com/BitGo/BitGoJS/commit/b50ea6ad6723e755ac8e5c61380ffe5735d74a4b))
23
-
24
- ## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-wemix@1.1.1...@bitgo/sdk-coin-wemix@1.1.2) (2025-02-11)
25
-
26
- **Note:** Version bump only for package @bitgo/sdk-coin-wemix
27
-
28
- ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-wemix@1.1.0...@bitgo/sdk-coin-wemix@1.1.1) (2025-02-05)
29
-
30
- **Note:** Version bump only for package @bitgo/sdk-coin-wemix
31
-
32
- # 1.1.0 (2025-01-28)
33
-
34
- ### Features
35
-
36
- - **sdk-coin-wemix:** add transaction builder ([3f7133b](https://github.com/BitGo/BitGoJS/commit/3f7133b54dc09456031270aed90cf824e65cc134))
37
-
38
- **Note:** Version bump only for package @bitgo/sdk-coin-wemix
39
-
40
- ### Features