@graffy/link 0.15.16 → 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.
Files changed (2) hide show
  1. package/Readme.md +1 -1
  2. package/package.json +3 -3
package/Readme.md CHANGED
@@ -40,4 +40,4 @@ definitions.
40
40
  dot-separated string paths (possibly including wildcards). These are replaced
41
41
  with values returned by downstream providers.
42
42
 
43
- See [Graffy documentation](https://aravindet.github.io/graffy/) for more.
43
+ See [Graffy documentation](https://graffy.org) for more.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graffy/link",
3
3
  "description": "Graffy module for constructing links using an intuitive, declarative notation.",
4
4
  "author": "aravind (https://github.com/aravindet)",
5
- "version": "0.15.16",
5
+ "version": "0.15.19-alpha.1",
6
6
  "main": "./index.cjs",
7
7
  "exports": {
8
8
  "import": "./index.mjs",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "license": "Apache-2.0",
18
18
  "dependencies": {
19
- "@graffy/common": "0.15.16",
20
- "debug": "^4.3.2"
19
+ "@graffy/common": "0.15.19-alpha.1",
20
+ "debug": "^4.3.3"
21
21
  }
22
22
  }