pompelmi 0.2.0-alhoa.0 → 0.2.0-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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <p align="center">
2
- <a href="https://github.com/SonoTommy/pompelmi" target="_blank" rel="noopener noreferrer">
2
+ <a href="https://github.com/pompelmi/pompelmi" target="_blank" rel="noopener noreferrer">
3
3
  <img
4
- src="./assets/logo.svg"
4
+ src="https://raw.githubusercontent.com/pompelmi/pompelmi/refs/heads/main/assets/logo.svg"
5
5
  alt="pompelmi"
6
6
  width="120"
7
7
  height="120"
@@ -24,7 +24,7 @@
24
24
  <a href="https://www.npmjs.com/package/pompelmi">
25
25
  <img alt="downloads" src="https://img.shields.io/npm/dw/pompelmi">
26
26
  </a>
27
- <a href="https://github.com/SonoTommy/pompelmi/blob/main/LICENSE">
27
+ <a href="https://github.com/pompelmi/pompelmi/blob/main/LICENSE">
28
28
  <img alt="license" src="https://img.shields.io/npm/l/pompelmi">
29
29
  </a>
30
30
  <img alt="node" src="https://img.shields.io/node/v/pompelmi">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pompelmi",
3
- "version": "0.2.0-alhoa.0",
3
+ "version": "0.2.0-alpha.1",
4
4
  "description": "Prototipo di scanner di file lato cliente",
5
5
  "main": "dist/pompelmi.cjs.js",
6
6
  "module": "dist/pompelmi.esm.js",