@requestnetwork/request-client.js 0.41.1-next.1937 → 0.41.1-next.1939

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@requestnetwork/request-client.js",
3
- "version": "0.41.1-next.1937+9414820b",
3
+ "version": "0.41.1-next.1939+cb21d2a4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -43,18 +43,18 @@
43
43
  "test:watch": "yarn test --watch"
44
44
  },
45
45
  "dependencies": {
46
- "@requestnetwork/advanced-logic": "0.36.1-next.1937+9414820b",
47
- "@requestnetwork/currency": "0.10.1-next.1937+9414820b",
48
- "@requestnetwork/data-access": "0.28.1-next.1937+9414820b",
49
- "@requestnetwork/data-format": "0.11.1-next.1937+9414820b",
50
- "@requestnetwork/epk-signature": "0.5.37-next.1937+9414820b",
51
- "@requestnetwork/multi-format": "0.15.12-next.1937+9414820b",
52
- "@requestnetwork/payment-detection": "0.37.1-next.1937+9414820b",
53
- "@requestnetwork/request-logic": "0.27.1-next.1937+9414820b",
54
- "@requestnetwork/smart-contracts": "0.30.1-next.1937+9414820b",
55
- "@requestnetwork/transaction-manager": "0.28.1-next.1937+9414820b",
56
- "@requestnetwork/types": "0.37.1-next.1937+9414820b",
57
- "@requestnetwork/utils": "0.37.1-next.1937+9414820b",
46
+ "@requestnetwork/advanced-logic": "0.36.1-next.1939+cb21d2a4",
47
+ "@requestnetwork/currency": "0.10.1-next.1939+cb21d2a4",
48
+ "@requestnetwork/data-access": "0.28.1-next.1939+cb21d2a4",
49
+ "@requestnetwork/data-format": "0.11.1-next.1939+cb21d2a4",
50
+ "@requestnetwork/epk-signature": "0.5.37-next.1939+cb21d2a4",
51
+ "@requestnetwork/multi-format": "0.15.12-next.1939+cb21d2a4",
52
+ "@requestnetwork/payment-detection": "0.37.1-next.1939+cb21d2a4",
53
+ "@requestnetwork/request-logic": "0.27.1-next.1939+cb21d2a4",
54
+ "@requestnetwork/smart-contracts": "0.30.1-next.1939+cb21d2a4",
55
+ "@requestnetwork/transaction-manager": "0.28.1-next.1939+cb21d2a4",
56
+ "@requestnetwork/types": "0.37.1-next.1939+cb21d2a4",
57
+ "@requestnetwork/utils": "0.37.1-next.1939+cb21d2a4",
58
58
  "axios": "0.27.2",
59
59
  "ethers": "5.5.1",
60
60
  "tslib": "2.5.0"
@@ -81,5 +81,5 @@
81
81
  "webpack-bundle-analyzer": "4.2.0",
82
82
  "webpack-cli": "3.3.12"
83
83
  },
84
- "gitHead": "9414820b63b4512d8857580e171bd44b52a1c880"
84
+ "gitHead": "cb21d2a46357e850aabeb5c971e1b676aa78841c"
85
85
  }
@@ -1,11 +0,0 @@
1
- import { DataAccess } from '@requestnetwork/data-access';
2
- import { StorageTypes } from '@requestnetwork/types';
3
- /**
4
- * Mock Data access that bypasses the initialization.
5
- * This class is meant to be used with HttpRequestNetwork and useMockStorage=true.
6
- * Data-access initialization is asynchronous and this class is a hack to avoid having an asynchronous operation in the HttpRequestNetwork constructor.
7
- */
8
- export default class MockDataAccess extends DataAccess {
9
- constructor(storage: StorageTypes.IStorage);
10
- }
11
- //# sourceMappingURL=mock-data-access.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mock-data-access.d.ts","sourceRoot":"","sources":["../src/mock-data-access.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD;;;;GAIG;AACH,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,UAAU;gBACxC,OAAO,EAAE,YAAY,CAAC,QAAQ;CAI3C"}
@@ -1,16 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const data_access_1 = require("@requestnetwork/data-access");
4
- /**
5
- * Mock Data access that bypasses the initialization.
6
- * This class is meant to be used with HttpRequestNetwork and useMockStorage=true.
7
- * Data-access initialization is asynchronous and this class is a hack to avoid having an asynchronous operation in the HttpRequestNetwork constructor.
8
- */
9
- class MockDataAccess extends data_access_1.DataAccess {
10
- constructor(storage) {
11
- super(storage);
12
- this.isInitialized = true;
13
- }
14
- }
15
- exports.default = MockDataAccess;
16
- //# sourceMappingURL=mock-data-access.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mock-data-access.js","sourceRoot":"","sources":["../src/mock-data-access.ts"],"names":[],"mappings":";;AAAA,6DAAyD;AAGzD;;;;GAIG;AACH,MAAqB,cAAe,SAAQ,wBAAU;IACpD,YAAY,OAA8B;QACxC,KAAK,CAAC,OAAO,CAAC,CAAC;QACf,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC;IAC5B,CAAC;CACF;AALD,iCAKC"}