@welshare/react 0.5.2 → 0.5.4

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.
@@ -1,14 +1,15 @@
1
-
2
- > @welshare/react@0.4.0 lint /Users/stadolf/work/welshare/workspace/surveys-monorepo/packages/welshare-react
3
- > eslint . --max-warnings 25
4
-
5
-
6
- /Users/stadolf/work/welshare/workspace/surveys-monorepo/packages/welshare-react/src/hooks/use-welshare.ts
7
- 110:11 warning Unexpected lexical declaration in case block no-case-declarations
8
- 290:19 warning '_' is defined but never used @typescript-eslint/no-unused-vars
9
-
10
- /Users/stadolf/work/welshare/workspace/surveys-monorepo/packages/welshare-react/src/types.ts
11
- 9:13 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
12
-
13
- ✖ 3 problems (0 errors, 3 warnings)
14
-
1
+
2
+ 
3
+ > @welshare/react@0.5.2 lint /Users/stadolf/work/welshare/workspace/surveys-monorepo/packages/welshare-react
4
+ > eslint . --max-warnings 25
5
+
6
+ 
7
+ /Users/stadolf/work/welshare/workspace/surveys-monorepo/packages/welshare-react/src/hooks/use-welshare.ts
8
+  110:11 warning Unexpected lexical declaration in case block no-case-declarations
9
+  290:19 warning '_' is defined but never used @typescript-eslint/no-unused-vars
10
+ 
11
+ /Users/stadolf/work/welshare/workspace/surveys-monorepo/packages/welshare-react/src/types.ts
12
+  9:13 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
13
+ 
14
+ ✖ 3 problems (0 errors, 3 warnings)
15
+ 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@welshare/react",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "React library for integrating with Welshare's sovereign data sharing platform",
5
5
  "keywords": [
6
6
  "react",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@welshare/react",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "React library for integrating with Welshare's sovereign data sharing platform",
5
5
  "keywords": [
6
6
  "react",
@@ -23,7 +23,7 @@
23
23
  "homepage": "https://welshare.health",
24
24
  "type": "module",
25
25
  "dependencies": {
26
- "@welshare/sdk": "0.3.1"
26
+ "@welshare/sdk": "0.3.5"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "react": "^19",