@axium/server 0.11.0 → 0.11.2

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/dist/linking.js +1 -1
  2. package/package.json +1 -1
package/dist/linking.js CHANGED
@@ -8,7 +8,7 @@ const textFor = {
8
8
  };
9
9
  function info(id) {
10
10
  const text = id.startsWith('#') ? textFor[id.slice(1)] : `routes for plugin: ${id}`;
11
- const link = join(config.web.routes, `(${id.startsWith('#') ? id.slice(1) : id.replaceAll('/', '__')}`);
11
+ const link = join(config.web.routes, `(${id.startsWith('#') ? id.slice(1) : id.replaceAll('/', '__')})`);
12
12
  return [text, link];
13
13
  }
14
14
  export function* listRouteLinks() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/server",
3
- "version": "0.11.0",
3
+ "version": "0.11.2",
4
4
  "author": "James Prevett <axium@jamespre.dev> (https://jamespre.dev)",
5
5
  "funding": {
6
6
  "type": "individual",