@autonomys/auto-drive 1.4.2 → 1.4.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -89,7 +89,7 @@ For more info about asynn generator visit [this website](https://developer.mozil
89
89
  You could upload any file that could be represented in that way. For example, uploading a file as a `Buffer`
90
90
 
91
91
  ```typescript
92
- import { createAutoDriveApi, uploadFile } from '@autonomys/auto-drive'
92
+ import { createAutoDriveApi } from '@autonomys/auto-drive'
93
93
  import { NetworkId } from '@autonomys/auto-utils'
94
94
 
95
95
  const api = createAutoDriveApi({ apiKey: 'your-api-key', network: NetworkId.TAURUS }) // Initialize your API instance with API key
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@autonomys/auto-drive",
3
3
  "packageManager": "yarn@4.7.0",
4
- "version": "1.4.2",
4
+ "version": "1.4.4",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -42,14 +42,14 @@
42
42
  "typescript": "^5.6.3"
43
43
  },
44
44
  "dependencies": {
45
- "@autonomys/asynchronous": "1.4.2",
46
- "@autonomys/auto-dag-data": "^1.4.2",
47
- "@autonomys/auto-utils": "^1.4.2",
45
+ "@autonomys/asynchronous": "^1.4.4",
46
+ "@autonomys/auto-dag-data": "^1.4.4",
47
+ "@autonomys/auto-utils": "^1.4.4",
48
48
  "jszip": "^3.10.1",
49
49
  "mime-types": "^2.1.35",
50
50
  "process": "^0.11.10",
51
51
  "stream": "^0.0.3",
52
52
  "zod": "^3.24.2"
53
53
  },
54
- "gitHead": "9121de95bb17b50dcf0e452f0e6544cbf4fb0f74"
54
+ "gitHead": "93f124f601a292d88221a164b393819586dcb01b"
55
55
  }