@bitgo-beta/sdk-coin-wemix 1.0.1-beta.79 → 1.0.1-beta.791

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.79",
3
+ "version": "1.0.1-beta.791",
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.976",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.746",
45
- "@bitgo-beta/statics": "15.1.1-beta.749",
46
- "@ethereumjs/common": "^2.6.5"
43
+ "@bitgo-beta/abstract-eth": "1.0.2-beta.1689",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.1459",
45
+ "@bitgo-beta/statics": "15.1.1-beta.1462",
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.745",
50
- "@bitgo-beta/sdk-test": "^8.0.73"
50
+ "@bitgo-beta/sdk-api": "1.10.1-beta.1458",
51
+ "@bitgo-beta/sdk-test": "^9.1.17"
51
52
  },
52
- "gitHead": "c1a237450145ed04d29010afd0a04a5d5b7d2e64"
53
+ "files": [
54
+ "dist"
55
+ ],
56
+ "gitHead": "99099874592728ed99b23e10882b229eff41a4e8"
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,36 +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.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-wemix@1.1.3...@bitgo/sdk-coin-wemix@1.1.5) (2025-02-26)
7
-
8
- **Note:** Version bump only for package @bitgo/sdk-coin-wemix
9
-
10
- ## [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)
11
-
12
- **Note:** Version bump only for package @bitgo/sdk-coin-wemix
13
-
14
- ## [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)
15
-
16
- ### Bug Fixes
17
-
18
- - display name correction for xdc,flr,sgb,wemix ([b50ea6a](https://github.com/BitGo/BitGoJS/commit/b50ea6ad6723e755ac8e5c61380ffe5735d74a4b))
19
-
20
- ## [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)
21
-
22
- **Note:** Version bump only for package @bitgo/sdk-coin-wemix
23
-
24
- ## [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)
25
-
26
- **Note:** Version bump only for package @bitgo/sdk-coin-wemix
27
-
28
- # 1.1.0 (2025-01-28)
29
-
30
- ### Features
31
-
32
- - **sdk-coin-wemix:** add transaction builder ([3f7133b](https://github.com/BitGo/BitGoJS/commit/3f7133b54dc09456031270aed90cf824e65cc134))
33
-
34
- **Note:** Version bump only for package @bitgo/sdk-coin-wemix
35
-
36
- ### Features