polkadot-api 0.11.1 → 0.11.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.
@@ -1,2 +1,3 @@
1
1
  export * from '@polkadot-api/polkadot-sdk-compat';
2
+ export { default } from '@polkadot-api/polkadot-sdk-compat';
2
3
  //# sourceMappingURL=polkadot-sdk-compat.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"polkadot-sdk-compat.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
1
+ {"version":3,"file":"polkadot-sdk-compat.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1 +1,2 @@
1
1
  export * from '@polkadot-api/polkadot-sdk-compat';
2
+ export { default } from '@polkadot-api/polkadot-sdk-compat';
@@ -1,9 +1,12 @@
1
1
  'use strict';
2
2
 
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
3
5
  var polkadotSdkCompat = require('@polkadot-api/polkadot-sdk-compat');
4
6
 
5
7
 
6
8
 
9
+ exports.default = polkadotSdkCompat;
7
10
  Object.keys(polkadotSdkCompat).forEach(function (k) {
8
11
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
9
12
  enumerable: true,
@@ -1 +1 @@
1
- {"version":3,"file":"polkadot-sdk-compat.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
1
+ {"version":3,"file":"polkadot-sdk-compat.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polkadot-api",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "author": "Josep M Sobrepere (https://github.com/josepot)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -343,27 +343,27 @@
343
343
  "rxjs": ">=7.8.0"
344
344
  },
345
345
  "dependencies": {
346
- "@polkadot-api/cli": "0.6.0",
347
- "@polkadot-api/polkadot-sdk-compat": "1.0.0",
348
- "@polkadot-api/metadata-builders": "0.4.0",
349
- "@polkadot-api/metadata-compatibility": "0.1.0",
346
+ "@polkadot-api/cli": "0.6.1",
350
347
  "@polkadot-api/json-rpc-provider": "0.0.2",
351
348
  "@polkadot-api/logs-provider": "0.0.3",
349
+ "@polkadot-api/polkadot-sdk-compat": "1.0.1",
350
+ "@polkadot-api/metadata-builders": "0.4.0",
351
+ "@polkadot-api/metadata-compatibility": "0.1.0",
352
352
  "@polkadot-api/pjs-signer": "0.3.1",
353
353
  "@polkadot-api/observable-client": "0.4.0",
354
- "@polkadot-api/polkadot-signer": "0.1.1",
355
354
  "@polkadot-api/signer": "0.1.1",
356
- "@polkadot-api/sm-provider": "0.1.1",
355
+ "@polkadot-api/polkadot-signer": "0.1.1",
357
356
  "@polkadot-api/substrate-bindings": "0.6.1",
358
- "@polkadot-api/ws-provider": "0.1.1",
359
- "@polkadot-api/utils": "0.1.1",
360
357
  "@polkadot-api/substrate-client": "0.2.0",
361
- "@polkadot-api/known-chains": "0.2.0",
362
- "@polkadot-api/smoldot": "0.2.6"
358
+ "@polkadot-api/utils": "0.1.1",
359
+ "@polkadot-api/sm-provider": "0.1.1",
360
+ "@polkadot-api/ws-provider": "0.1.1",
361
+ "@polkadot-api/smoldot": "0.2.6",
362
+ "@polkadot-api/known-chains": "0.2.1"
363
363
  },
364
364
  "devDependencies": {
365
365
  "rxjs": "^7.8.1",
366
- "@polkadot-api/codegen": "0.7.0"
366
+ "@polkadot-api/codegen": "0.7.1"
367
367
  },
368
368
  "scripts": {
369
369
  "build": "tsc --noEmit && rollup -c",