@bitgo-beta/sdk-coin-near 1.3.19-beta.979 → 1.3.19-beta.980

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-near@2.6.1...@bitgo/sdk-coin-near@2.7.0) (2025-07-03)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-near:** account id is undefined ([715c925](https://github.com/BitGo/BitGoJS/commit/715c92596441aa457ccea4839e957e757234aa03))
11
+
12
+ ### Features
13
+
14
+ - **sdk-coin-near:** added getTokenEnablementConfig for near ([aba8a99](https://github.com/BitGo/BitGoJS/commit/aba8a999c6966d92cc66c66690bbecc8354b9d65))
15
+
16
+ ## [2.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-near@2.6.0...@bitgo/sdk-coin-near@2.6.1) (2025-06-25)
17
+
18
+ **Note:** Version bump only for package @bitgo/sdk-coin-near
19
+
6
20
  # [2.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-near@2.5.0...@bitgo/sdk-coin-near@2.6.0) (2025-06-24)
7
21
 
8
22
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-near",
3
- "version": "1.3.19-beta.979",
3
+ "version": "1.3.19-beta.980",
4
4
  "description": "BitGo SDK coin library for Near",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,9 +40,9 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/sdk-core": "8.2.1-beta.984",
44
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.976",
45
- "@bitgo-beta/statics": "15.1.1-beta.987",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.985",
44
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.977",
45
+ "@bitgo-beta/statics": "15.1.1-beta.988",
46
46
  "@near-js/crypto": "^2.0.1",
47
47
  "@near-js/transactions": "^2.0.1",
48
48
  "@stablelib/hex": "^1.0.0",
@@ -55,9 +55,9 @@
55
55
  "tweetnacl": "^1.0.3"
56
56
  },
57
57
  "devDependencies": {
58
- "@bitgo-beta/sdk-api": "1.10.1-beta.983",
59
- "@bitgo-beta/sdk-test": "^8.0.92",
58
+ "@bitgo-beta/sdk-api": "1.10.1-beta.984",
59
+ "@bitgo-beta/sdk-test": "^8.0.94",
60
60
  "@types/lodash": "^4.14.121"
61
61
  },
62
- "gitHead": "e67e9a7bd105777316e86fe37f96041f483bef86"
62
+ "gitHead": "b28d477d7ac235e6a994aa077dd81decf230f8e3"
63
63
  }