@polymeshassociation/polymesh-sdk 26.2.1-alpha.1 → 26.2.1
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/CHANGELOG.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
## [26.2.1](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v26.2.0...v26.2.1) (2024-12-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 🐛 Use unique portfolios while creating BtreeSet ([cc1f5a5](https://github.com/PolymeshAssociation/polymesh-sdk/commit/cc1f5a5c2b459a2c471574177a4adcfdb1b3100d))
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polymeshassociation/polymesh-sdk",
|
|
3
|
-
"version": "26.2.1
|
|
3
|
+
"version": "26.2.1",
|
|
4
4
|
"description": "High-level API to interact with the Polymesh blockchain",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
|
|
42
42
|
"format": "cross-env prettier-eslint $PWD\"/src/**/*.{ts,tsx,js,jsx}\" --write",
|
|
43
43
|
"ts-node": "yarn build:ts && ts-node --",
|
|
44
|
-
"prepare": "is-ci || husky install"
|
|
44
|
+
"prepare": "is-ci || husky install",
|
|
45
|
+
"postinstall": "patch-package"
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
48
|
"@babel/core": "^7.22.11",
|
|
@@ -94,7 +95,7 @@
|
|
|
94
95
|
"prettier-eslint": "15.0.1",
|
|
95
96
|
"prettier-eslint-cli": "7.1.0",
|
|
96
97
|
"replace-in-file": "^7.0.1",
|
|
97
|
-
"semantic-release": "^
|
|
98
|
+
"semantic-release": "^22.0.0",
|
|
98
99
|
"stream-browserify": "^3.0.0",
|
|
99
100
|
"ts-jest": "29.1.1",
|
|
100
101
|
"ts-loader": "9.4.4",
|
|
@@ -133,6 +134,7 @@
|
|
|
133
134
|
"iso-7064": "^1.1.0",
|
|
134
135
|
"json-stable-stringify": "^1.0.2",
|
|
135
136
|
"lodash": "^4.17.21",
|
|
137
|
+
"patch-package": "^8.0.0",
|
|
136
138
|
"semver": "^7.5.4",
|
|
137
139
|
"websocket": "^1.0.34"
|
|
138
140
|
},
|