@autonomys/auto-drive 1.0.6 → 1.0.7
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/README.md +25 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Autonomys Auto Drive SDK
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+

|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[](https://github.com/autonomys/auto-sdk/tags)
|
|
6
|
+
[](https://github.com/autonomys/auto-sdk/actions/workflows/build.yaml)
|
|
7
|
+
[](https://badge.fury.io/js/@autonomys/auto-drive)
|
|
8
|
+
|
|
9
|
+
## Overview
|
|
10
|
+
|
|
11
|
+
The `auto-drive` package provides a set of tools to interact with the Autonomys Auto-Drive API. Below are some key functionalities:
|
|
6
12
|
|
|
7
13
|
### Installation
|
|
8
14
|
|
|
@@ -72,3 +78,19 @@ getRoots(api)
|
|
|
72
78
|
console.error('Error retrieving root directories:', error)
|
|
73
79
|
})
|
|
74
80
|
```
|
|
81
|
+
|
|
82
|
+
## License
|
|
83
|
+
|
|
84
|
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
|
85
|
+
|
|
86
|
+
## Additional Resources
|
|
87
|
+
|
|
88
|
+
- **Autonomys Academy**: Learn more at [Autonomys Academy](https://academy.autonomys.xyz).
|
|
89
|
+
|
|
90
|
+
## Contact
|
|
91
|
+
|
|
92
|
+
If you have any questions or need support, feel free to reach out:
|
|
93
|
+
|
|
94
|
+
- **GitHub Issues**: [GitHub Issues Page](https://github.com/autonomys/auto-sdk/issues)
|
|
95
|
+
|
|
96
|
+
We appreciate your feedback and contributions!
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"packageManager": "yarn@4.2.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.7",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Autonomys",
|
|
9
9
|
"url": "https://autonomys.net"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"typescript": "^5.6.3"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@autonomys/auto-dag-data": "^1.0.
|
|
22
|
+
"@autonomys/auto-dag-data": "^1.0.7",
|
|
23
23
|
"jszip": "^3.10.1",
|
|
24
24
|
"mime-types": "^2.1.35",
|
|
25
25
|
"zod": "^3.23.8"
|