@graffy/explore 0.15.18 → 0.15.19-alpha.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.
- package/Readme.md +2 -2
- package/package.json +6 -6
package/Readme.md
CHANGED
|
@@ -4,6 +4,6 @@ Graffy client library for the browser.
|
|
|
4
4
|
|
|
5
5
|
It uses the `fetch()` and `EventStream` APIs, and requires these to be polyfilled by your application if you wish to support Internet Explorer.
|
|
6
6
|
|
|
7
|
-
Graffy Client is intended to be used with a Node.js server running Graffy Server, but should work with any server implementing the [Graffy/HTTP protocol](https://
|
|
7
|
+
Graffy Client is intended to be used with a Node.js server running Graffy Server, but should work with any server implementing the [Graffy/HTTP protocol](https://graffy.org#/Protocol).
|
|
8
8
|
|
|
9
|
-
See [Graffy documentation](https://
|
|
9
|
+
See [Graffy documentation](https://graffy.org#/GraffyClient) for more.
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graffy/explore",
|
|
3
3
|
"description": "Graffy client library for the browser.",
|
|
4
4
|
"author": "aravind (https://github.com/aravindet)",
|
|
5
|
-
"version": "0.15.
|
|
5
|
+
"version": "0.15.19-alpha.1",
|
|
6
6
|
"main": "./index.cjs",
|
|
7
7
|
"exports": {
|
|
8
8
|
"import": "./index.mjs",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
},
|
|
17
17
|
"license": "Apache-2.0",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@graffy/core": "0.15.
|
|
20
|
-
"@graffy/fill": "0.15.
|
|
21
|
-
"@graffy/client": "0.15.
|
|
22
|
-
"@graffy/react": "0.15.
|
|
23
|
-
"@graffy/common": "0.15.
|
|
19
|
+
"@graffy/core": "0.15.19-alpha.1",
|
|
20
|
+
"@graffy/fill": "0.15.19-alpha.1",
|
|
21
|
+
"@graffy/client": "0.15.19-alpha.1",
|
|
22
|
+
"@graffy/react": "0.15.19-alpha.1",
|
|
23
|
+
"@graffy/common": "0.15.19-alpha.1"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": "^16.8.0 || ^17.0.0"
|