@bitgo-beta/sdk-coin-sgb 1.1.2-alpha.15 → 1.1.2-alpha.151

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-sgb",
3
- "version": "1.1.2-alpha.15",
3
+ "version": "1.1.2-alpha.151",
4
4
  "description": "BitGo SDK coin library for Sgb",
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.2.3-alpha.275",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.275",
45
- "@bitgo-beta/statics": "10.0.1-alpha.275",
46
- "@ethereumjs/common": "^2.6.5"
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.411",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.411",
45
+ "@bitgo-beta/statics": "10.0.1-alpha.411",
46
+ "@ethereumjs/common": "^2.6.5",
47
+ "@ethereumjs/tx": "^3.3.0"
47
48
  },
48
49
  "devDependencies": {
49
- "@bitgo-beta/sdk-api": "1.6.1-alpha.275",
50
- "@bitgo-beta/sdk-test": "^8.0.71"
50
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.411",
51
+ "@bitgo-beta/sdk-test": "^9.1.4"
51
52
  },
52
- "gitHead": "90d9e9e039f65cb9db25c13e4236ad7459e61a1f"
53
+ "gitHead": "c3df6d35f18d6d1b2588dddaf08a0f3d092c6d39",
54
+ "files": [
55
+ "dist"
56
+ ]
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-sgb@1.1.4...@bitgo/sdk-coin-sgb@1.1.5) (2025-02-19)
7
-
8
- ### Bug Fixes
9
-
10
- - display name correction for xdc,flr,sgb,wemix ([b50ea6a](https://github.com/BitGo/BitGoJS/commit/b50ea6ad6723e755ac8e5c61380ffe5735d74a4b))
11
-
12
- ## [1.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sgb@1.1.3...@bitgo/sdk-coin-sgb@1.1.4) (2025-02-11)
13
-
14
- **Note:** Version bump only for package @bitgo/sdk-coin-sgb
15
-
16
- ## [1.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sgb@1.1.2...@bitgo/sdk-coin-sgb@1.1.3) (2025-02-05)
17
-
18
- **Note:** Version bump only for package @bitgo/sdk-coin-sgb
19
-
20
- ## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sgb@1.1.1...@bitgo/sdk-coin-sgb@1.1.2) (2025-01-28)
21
-
22
- **Note:** Version bump only for package @bitgo/sdk-coin-sgb
23
-
24
- ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sgb@1.1.0...@bitgo/sdk-coin-sgb@1.1.1) (2025-01-23)
25
-
26
- **Note:** Version bump only for package @bitgo/sdk-coin-sgb
27
-
28
- # 1.1.0 (2025-01-23)
29
-
30
- ### Features
31
-
32
- - **sdk-coin-sgb:** add transaction builder ([bf2c507](https://github.com/BitGo/BitGoJS/commit/bf2c5079913e9cd3730a9b19e81a704f1db7e211))
33
-
34
- **Note:** Version bump only for package @bitgo/sdk-coin-sgb
35
-
36
- ### Features