piral-urql 0.15.11 → 0.15.12-beta.5528
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/esm/types.d.ts +1 -1
- package/lib/types.d.ts +1 -1
- package/package.json +3 -3
package/esm/types.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ declare module 'piral-core/lib/types/custom' {
|
|
|
3
3
|
interface PiletCustomApi extends PiletGqlApi {
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
|
-
export
|
|
6
|
+
export type UrqlClient = Client;
|
|
7
7
|
export interface GqlUnsubscriber {
|
|
8
8
|
/**
|
|
9
9
|
* Removes (i.e., unsubscribes from) the created subscription.
|
package/lib/types.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ declare module 'piral-core/lib/types/custom' {
|
|
|
3
3
|
interface PiletCustomApi extends PiletGqlApi {
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
|
-
export
|
|
6
|
+
export type UrqlClient = Client;
|
|
7
7
|
export interface GqlUnsubscriber {
|
|
8
8
|
/**
|
|
9
9
|
* Removes (i.e., unsubscribes from) the created subscription.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-urql",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.12-beta.5528",
|
|
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": "
|
|
74
|
+
"piral-core": "0.15.12-beta.5528",
|
|
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": "6d97a2baca7ae3e5fb19a754ba55d44b40ed137e"
|
|
83
83
|
}
|