@uva-fnwi/datanose-core 1.0.0 → 1.0.1

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
@@ -73,8 +73,8 @@ function Main() {
73
73
  Use this when you want auth state in your Redux store:
74
74
 
75
75
  ```ts
76
- import {authReducer, AuthService, selectIsAuthenticated} from "@uva-fnwi/datanose-core";
77
76
  import {configureStore} from "@reduxjs/toolkit";
77
+ import {authReducer, AuthService, selectIsAuthenticated} from "@uva-fnwi/datanose-core";
78
78
 
79
79
  export const store = configureStore({
80
80
  reducer: {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@uva-fnwi/datanose-core",
3
3
  "description": "Shared OIDC authentication library for DataNose applications",
4
4
  "type": "module",
5
- "version": "1.0.0",
5
+ "version": "1.0.1",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
8
8
  "main": "dist/core.umd.js",