@lizardbyte/shared-web 2025.321.515 → 2025.321.824

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 +7 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![NPM Monthly Downloads](https://img.shields.io/npm/dm/%40lizardbyte%2Fshared-web?style=for-the-badge&logo=npm&label=npm%20downloads/m)](https://www.npmjs.com/package/@lizardbyte/shared-web)
7
7
  [![NPM Version](https://img.shields.io/npm/v/%40lizardbyte%2Fshared-web?style=for-the-badge&logo=npm&label=npm%20version)](https://www.npmjs.com/package/@lizardbyte/shared-web)
8
8
  [![GitHub Monthly Downloads](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fipitio.github.io%2Fbackage%2FLizardByte%2Fshared-web%2Fshared-web.json&query=%24.downloads_month&label=github%20downloads/m&style=for-the-badge&logo=github%20actions)](https://github.com/LizardByte/Sunshine/pkgs/npm/shared-web)
9
- [![GitHub Version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fipitio.github.io%2Fbackage%2FLizardByte%2Fshared-web%2Fshared-web.json&query=%24.version%5B%3F(%40.latest%3D%3Dtrue)%5D.name&label=gh%20version&style=for-the-badge&logo=github%20actions)](https://github.com/LizardByte/Sunshine/pkgs/npm/shared-web)
9
+ [![GitHub Version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fipitio.github.io%2Fbackage%2FLizardByte%2Fshared-web%2Fshared-web.json&query=%24.version%5B-1%3A%5D.name&label=gh%20version&style=for-the-badge&logo=github%20actions)](https://github.com/LizardByte/Sunshine/pkgs/npm/shared-web)
10
10
 
11
11
  Common web assets for use in LizardByte projects.
12
12
 
package/package.json CHANGED
@@ -1,11 +1,17 @@
1
1
  {
2
2
  "name": "@lizardbyte/shared-web",
3
3
  "repository": {
4
+ "type": "git",
4
5
  "url": "git+https://github.com/LizardByte/shared-web.git"
5
6
  },
6
- "version": "2025.321.515",
7
+ "version": "2025.321.824",
7
8
  "description": "Shared web assets for LizardByte projects",
8
9
  "license": "AGPL-3.0-only",
10
+ "funding": "https://app.lizardbyte.dev",
11
+ "homepage": "https://github.com/LizardByte/shared-web#readme",
12
+ "bugs": {
13
+ "url": "https://github.com/LizardByte/shared-web/issues"
14
+ },
9
15
  "files": [
10
16
  "dist/",
11
17
  "src/",