@tatumio/flow 2.0.1-alpha.381.1 → 2.0.1-alpha.381.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,21 +1,20 @@
1
1
  {
2
2
  "name": "@tatumio/flow",
3
- "version": "2.0.1-alpha.381.1",
3
+ "version": "2.0.1-alpha.381.2",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
- "dependencies": {},
8
- "peerDependencies": {
9
- "@tatumio/api-client": "2.0.1-alpha.381.1",
7
+ "dependencies": {
8
+ "@tatumio/api-client": "2.0.1-alpha.381.2",
10
9
  "axios": "^0.26.0",
11
10
  "form-data": "^4.0.0",
12
- "@tatumio/shared-testing-common": "2.0.1-alpha.381.1",
11
+ "@tatumio/shared-testing-common": "2.0.1-alpha.381.2",
13
12
  "dedent-js": "^1.0.1",
14
- "@tatumio/shared-core": "2.0.1-alpha.381.1",
15
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.381.1",
13
+ "@tatumio/shared-core": "2.0.1-alpha.381.2",
14
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.381.2",
16
15
  "bignumber.js": "^9.0.2",
17
16
  "lodash": "^4.17.21",
18
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.381.1",
17
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.381.2",
19
18
  "@onflow/util-encode-key": "^1.0.3",
20
19
  "sha3": "^2.1.4",
21
20
  "@onflow/fcl": "^1.3.2",
@@ -24,5 +23,6 @@
24
23
  "bip39": "^3.0.2",
25
24
  "hdkey": "^2.0.1",
26
25
  "tslib": "^2.0.0"
27
- }
26
+ },
27
+ "peerDependencies": {}
28
28
  }