You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-11Lines changed: 2 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,9 @@
1
-
# Version 1.0 Is Coming!
2
-
3
-
Version 0.x will be retired in favor of a major version update whose enhacements include:
4
-
5
-
- Improved type safety
6
-
- More user-friendly ArDrive and ArFS APIs
7
-
- Excision of database-related code
8
-
- Excision of file-sync-related code
9
-
10
-
We believe these improvements will promote extensibility and decouple key building blocks from unnecessary dependencies. Engage with the community in [Discord](https://discord.gg/7RuTBckX) for more information.
11
-
12
1
# ardrive-core-js
13
2
14
3
ArDrive Core is a TypeScript library that contains the essential back end application features to support the ArDrive CLI and Desktop apps, such as file management, Permaweb upload/download, wallet management, and other common functions.
15
4
5
+
Engage with the community in [Discord](https://discord.gg/7RuTBckX) for more information.
6
+
16
7
## Development Environment Setup
17
8
18
9
We use nvm to manage our Node engine version and, if necessary, to install an npm version that we can then use to install Yarn.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "ardrive-core-js",
3
-
"version": "1.0.1",
3
+
"version": "1.0.2",
4
4
"description": "ArDrive Core contains the essential back end application features to support the ArDrive CLI and Desktop apps, such as file management, Permaweb upload/download, wallet management and other common functions.",
0 commit comments