@polymeshassociation/polymesh-sdk 26.2.0-alpha.1 → 26.2.0-alpha.2

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 CHANGED
@@ -1,6 +1,6 @@
1
- # [26.2.0-alpha.1](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v26.1.0...v26.2.0-alpha.1) (2024-11-06)
1
+ # [26.2.0-alpha.2](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v26.2.0-alpha.1...v26.2.0-alpha.2) (2024-11-07)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * 🎸 enable unscoped custom claims and fix get scopes ([3eeb180](https://github.com/PolymeshAssociation/polymesh-sdk/commit/3eeb1805bb8cbbe93d4846b8dafc0c4f6af53be1))
6
+ * 🎸 adds initial `Jenkinsfile`, for transitioning to jenkins artifact builds ([436f319](https://github.com/PolymeshAssociation/polymesh-sdk/commit/436f319cc6c5eae8c565d8d090d0b8a98d2da758))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymeshassociation/polymesh-sdk",
3
- "version": "26.2.0-alpha.1",
3
+ "version": "26.2.0-alpha.2",
4
4
  "description": "High-level API to interact with the Polymesh blockchain",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",