@polymeshassociation/polymesh-sdk 24.5.0 → 24.6.0-alpha.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 CHANGED
@@ -1,11 +1,6 @@
1
- # [24.5.0](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v24.4.0...v24.5.0) (2024-05-28)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * 🐛 Update middleware queries to support latest graphql ([15b6015](https://github.com/PolymeshAssociation/polymesh-sdk/commit/15b60158aa07f5a127532e46246ed50330f4e147))
1
+ # [24.6.0-alpha.1](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v24.5.0...v24.6.0-alpha.1) (2024-06-05)
7
2
 
8
3
 
9
4
  ### Features
10
5
 
11
- * 🎸 update polkadot deps + chain types ([f0338b8](https://github.com/PolymeshAssociation/polymesh-sdk/commit/f0338b879d9b396e457648f71ee8ca4505146f54))
6
+ * 🎸 update polkadot dependencies ([654b99c](https://github.com/PolymeshAssociation/polymesh-sdk/commit/654b99c8d6c1bcbd590c378ac4905318e25692d5))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymeshassociation/polymesh-sdk",
3
- "version": "24.5.0",
3
+ "version": "24.6.0-alpha.1",
4
4
  "description": "High-level API to interact with the Polymesh blockchain",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -52,8 +52,8 @@
52
52
  "@graphql-codegen/cli": "5.0.0",
53
53
  "@graphql-codegen/typescript": "4.0.1",
54
54
  "@ovos-media/ts-transform-paths": "^1.7.18-1",
55
- "@polkadot/dev-ts": "^0.79.2",
56
- "@polkadot/typegen": "11.0.3",
55
+ "@polkadot/dev-ts": "^0.79.3",
56
+ "@polkadot/typegen": "11.2.1",
57
57
  "@polymeshassociation/local-signing-manager": "^3.0.1",
58
58
  "@polymeshassociation/polymesh-types": "^5.11.1",
59
59
  "@polymeshassociation/signing-manager-types": "^3.0.0",
@@ -122,7 +122,7 @@
122
122
  },
123
123
  "dependencies": {
124
124
  "@apollo/client": "^3.8.1",
125
- "@polkadot/api": "11.1.1",
125
+ "@polkadot/api": "11.2.1",
126
126
  "@polkadot/util": "12.6.2",
127
127
  "@polkadot/util-crypto": "12.6.2",
128
128
  "bignumber.js": "9.0.1",
@@ -140,17 +140,17 @@
140
140
  },
141
141
  "resolutions": {
142
142
  "@polkadot/keyring": "12.6.2",
143
- "@polkadot/api-augment": "11.1.1",
144
- "@polkadot/api-base": "11.1.1",
145
- "@polkadot/api-derive": "11.1.1",
146
- "@polkadot/rpc-augment": "11.1.1",
147
- "@polkadot/rpc-core": "11.1.1",
148
- "@polkadot/rpc-provider": "11.1.1",
149
- "@polkadot/types": "11.1.1",
150
- "@polkadot/types-augment": "11.1.1",
151
- "@polkadot/types-codec": "11.1.1",
152
- "@polkadot/types-create": "11.1.1",
153
- "@polkadot/types-known": "11.1.1",
143
+ "@polkadot/api-augment": "11.2.1",
144
+ "@polkadot/api-base": "11.2.1",
145
+ "@polkadot/api-derive": "11.2.1",
146
+ "@polkadot/rpc-augment": "11.2.1",
147
+ "@polkadot/rpc-core": "11.2.1",
148
+ "@polkadot/rpc-provider": "11.2.1",
149
+ "@polkadot/types": "11.2.1",
150
+ "@polkadot/types-augment": "11.2.1",
151
+ "@polkadot/types-codec": "11.2.1",
152
+ "@polkadot/types-create": "11.2.1",
153
+ "@polkadot/types-known": "11.2.1",
154
154
  "@polkadot/util": "12.6.2",
155
155
  "@polkadot/networks": "12.6.2",
156
156
  "@polkadot/util-crypto": "12.6.2",
@@ -158,17 +158,17 @@
158
158
  },
159
159
  "overrides": {
160
160
  "@polkadot/keyring": "12.6.2",
161
- "@polkadot/api-augment": "11.1.1",
162
- "@polkadot/api-base": "11.1.1",
163
- "@polkadot/api-derive": "11.1.1",
164
- "@polkadot/rpc-augment": "11.1.1",
165
- "@polkadot/rpc-core": "11.1.1",
166
- "@polkadot/rpc-provider": "11.1.1",
167
- "@polkadot/types": "11.1.1",
168
- "@polkadot/types-augment": "11.1.1",
169
- "@polkadot/types-codec": "11.1.1",
170
- "@polkadot/types-create": "11.1.1",
171
- "@polkadot/types-known": "11.1.1",
161
+ "@polkadot/api-augment": "11.2.1",
162
+ "@polkadot/api-base": "11.2.1",
163
+ "@polkadot/api-derive": "11.2.1",
164
+ "@polkadot/rpc-augment": "11.2.1",
165
+ "@polkadot/rpc-core": "11.2.1",
166
+ "@polkadot/rpc-provider": "11.2.1",
167
+ "@polkadot/types": "11.2.1",
168
+ "@polkadot/types-augment": "11.2.1",
169
+ "@polkadot/types-codec": "11.2.1",
170
+ "@polkadot/types-create": "11.2.1",
171
+ "@polkadot/types-known": "11.2.1",
172
172
  "@polkadot/util": "12.6.2",
173
173
  "@polkadot/networks": "12.6.2",
174
174
  "@polkadot/util-crypto": "12.6.2",
@@ -177,17 +177,17 @@
177
177
  "pnpm": {
178
178
  "overrides": {
179
179
  "@polkadot/keyring": "12.6.2",
180
- "@polkadot/api-augment": "11.1.1",
181
- "@polkadot/api-base": "11.1.1",
182
- "@polkadot/api-derive": "11.1.1",
183
- "@polkadot/rpc-augment": "11.1.1",
184
- "@polkadot/rpc-core": "11.1.1",
185
- "@polkadot/rpc-provider": "11.1.1",
186
- "@polkadot/types": "11.1.1",
187
- "@polkadot/types-augment": "11.1.1",
188
- "@polkadot/types-codec": "11.1.1",
189
- "@polkadot/types-create": "11.1.1",
190
- "@polkadot/types-known": "11.1.1",
180
+ "@polkadot/api-augment": "11.2.1",
181
+ "@polkadot/api-base": "11.2.1",
182
+ "@polkadot/api-derive": "11.2.1",
183
+ "@polkadot/rpc-augment": "11.2.1",
184
+ "@polkadot/rpc-core": "11.2.1",
185
+ "@polkadot/rpc-provider": "11.2.1",
186
+ "@polkadot/types": "11.2.1",
187
+ "@polkadot/types-augment": "11.2.1",
188
+ "@polkadot/types-codec": "11.2.1",
189
+ "@polkadot/types-create": "11.2.1",
190
+ "@polkadot/types-known": "11.2.1",
191
191
  "@polkadot/util": "12.6.2",
192
192
  "@polkadot/networks": "12.6.2",
193
193
  "@polkadot/util-crypto": "12.6.2",