diff --git a/package-lock.json b/package-lock.json index 588de97..c0da118 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "driftrx", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "driftrx", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "rxjs": "^7.8.1" diff --git a/package.json b/package.json index b5bc04b..cb89f67 100644 --- a/package.json +++ b/package.json @@ -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", @@ -31,4 +31,4 @@ "jest": "^29.5.0", "ts-jest": "^29.1.0" } -} \ No newline at end of file +}