Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmihaylov committed Jan 26, 2024
1 parent 4bad43f commit 92e01ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "driftrx",
"version": "1.0.1",
"version": "1.0.2",
"description": "DriftRx is a lightweight library for managing and observing streams of data in JavaScript and TypeScript applications. It provides a simple and intuitive API for creating and dispatching actions, registering side effects, and observing changes to data streams. With DriftRx, developers can easily implement a reactive architecture in their applications, enabling them to build more scalable, maintainable, and responsive systems. DriftRx is framework-agnostic and can be used with any modern JavaScript framework or library.",
"keywords": [
"rxjs",
Expand Down Expand Up @@ -31,4 +31,4 @@
"jest": "^29.5.0",
"ts-jest": "^29.1.0"
}
}
}

0 comments on commit 92e01ff

Please sign in to comment.