Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Publish v0.3.0-alpha.7
Browse files Browse the repository at this point in the history
- add sync/Latest
- improve types
- add done to NonConcurrent and deprecated ready
  • Loading branch information
soerenmeier committed Mar 15, 2024
1 parent d21a71b commit 4e1cb96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This contains various helpers and types.
```json
{
"dependencies": {
"fire": "npm:fire-lib-js@^0.2"
"fire": "npm:fire-lib-js@^0.3.0-alpha.7"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fire-lib-js",
"version": "0.3.0-alpha.6",
"version": "0.3.0-alpha.7",
"author": "Sören Meier <[email protected]>",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 4e1cb96

Please sign in to comment.