@superfluid-finance/sdk-redux 0.1.1-dev.674f2eb.0 → 0.1.1-dev.783917b.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@
23
23
  # Introduction
24
24
  SDK-Redux is an application framework for building front-end applications that interact with the Superfluid Protocol.
25
25
 
26
- More specifically, SDK-Redux is a wrapper library around `@superfluid-fincance/sdk-core` which adds state management to Superfluid related queries and operations.
26
+ More specifically, SDK-Redux is a wrapper library around `@superfluid-finance/sdk-core` which adds state management to Superfluid related queries and operations.
27
27
  Under the hood, SDK-Redux leverages popular Redux libraries Redux Toolkit & RTK Query.
28
28
 
29
29
  ## Important Disclaimer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superfluid-finance/sdk-redux",
3
- "version": "0.1.1-dev.674f2eb.0",
3
+ "version": "0.1.1-dev.783917b.0",
4
4
  "description": "SDK Redux for streamlined front-end application development with Superfluid Protocol",
5
5
  "homepage": "https://docs.superfluid.finance/",
6
6
  "repository": {