@axium/storage 0.16.0 → 0.16.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/lib/List.svelte +1 -1
  2. package/package.json +1 -1
package/lib/List.svelte CHANGED
@@ -70,7 +70,7 @@
70
70
  }}
71
71
  >
72
72
  {@render action('rename', 'pencil', i)}
73
- {@render action('share' + item.id, 'user-group', i)}
73
+ {@render action('share:' + item.id, 'user-group', i)}
74
74
  <AccessControlDialog
75
75
  bind:dialog={dialogs['share:' + item.id]}
76
76
  {item}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/storage",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "author": "James Prevett <axium@jamespre.dev>",
5
5
  "description": "User file storage for Axium",
6
6
  "funding": {