piral-urql 0.15.3-beta.4970 → 0.15.3-beta.4975
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ By default, these API extensions are not integrated in `piral`, so you'd need to
|
|
|
10
10
|
|
|
11
11
|
## Why and When
|
|
12
12
|
|
|
13
|
-
If you use GraphQL in your application and want to provide a lightweight way of accessing the GraphQL API then this library may be for you. The reason for not just making `urql` a shared dependency (which you can do always) is that the authorization
|
|
13
|
+
If you use GraphQL in your application and want to provide a lightweight way of accessing the GraphQL API then this library may be for you. The reason for not just making `urql` a shared dependency (which you can do always) is that the authorization/token sharing just works. Additionally, this gives users of your pilets additional discoverability regarding the shared lib and its capabilities.
|
|
14
14
|
|
|
15
15
|
Alternatively, expose a GraphQL library such as `urql` or `apollo` as a shared library.
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-urql",
|
|
3
|
-
"version": "0.15.3-beta.
|
|
3
|
+
"version": "0.15.3-beta.4975",
|
|
4
4
|
"description": "Plugin for providing a GraphQL client in Piral.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/react": "^18.0.0",
|
|
73
73
|
"graphql": "14.6.0",
|
|
74
|
-
"piral-core": "0.15.3-beta.
|
|
74
|
+
"piral-core": "0.15.3-beta.4975",
|
|
75
75
|
"react": "^18.0.0"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"piral-core": "0.14.x || 0.15.x",
|
|
80
80
|
"react": ">=16.8.0"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "5cf09cee48aa723ebe3fa9e48a98ff118f3cb6dc"
|
|
83
83
|
}
|