@prozilla-os/media-viewer 1.0.4 → 1.0.5

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 +4 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -64,13 +64,15 @@ file: VirtualFile;
64
64
 
65
65
  ## Links
66
66
 
67
- - [Website/demo][website]
67
+ - [Demo][demo]
68
+ - [Docs][docs]
68
69
  - [GitHub][github]
69
70
  - [npm][npm]
70
71
  - [Discord][discord]
71
72
  - [Ko-fi][ko-fi]
72
73
 
73
- [website]: https://os.prozilla.dev/media-viewer
74
+ [demo]: https://os.prozilla.dev/media-viewer
75
+ [docs]: https://os.prozilla.dev/docs/reference/apps/media-viewer
74
76
  [github]: https://github.com/prozilla-os/ProzillaOS/tree/main/packages/apps/media-viewer
75
77
  [npm]: https://www.npmjs.com/package/@prozilla-os/media-viewer
76
78
  [discord]: https://discord.gg/JwbyQP4tdz
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prozilla-os/media-viewer",
3
3
  "description": "A ProzillaOS application for viewing different kinds of media.",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "homepage": "https://os.prozilla.dev/media-viewer",
6
6
  "author": {
7
7
  "name": "Prozilla",
@@ -19,7 +19,7 @@
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
21
  "react": "^18.3.1",
22
- "@prozilla-os/core": "1.1.1"
22
+ "@prozilla-os/core": "1.1.2"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "^20.14.5",
@@ -29,7 +29,7 @@
29
29
  "vite": "^5.3.1",
30
30
  "vite-plugin-dts": "^3.9.1",
31
31
  "vite-plugin-lib-inject-css": "^2.1.1",
32
- "@prozilla-os/shared": "1.0.3"
32
+ "@prozilla-os/shared": "1.0.4"
33
33
  },
34
34
  "files": [
35
35
  "dist"