@maybe-remote/rxjs
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -0,1 +1,5 @@ | ||
## 0.0.5 (2024-10-14) | ||
This was a version bump only for rxjs to align it with other projects, there were no code changes. | ||
## 0.0.4 (2024-10-14) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@maybe-remote/rxjs", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"dependencies": { | ||
@@ -9,3 +9,6 @@ "tslib": "^2.3.0" | ||
"main": "./src/index.js", | ||
"typings": "./src/index.d.ts" | ||
"typings": "./src/index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
12478