@versini/ui-liveregion 3.0.0 → 3.0.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/index.js +3 -3
  2. package/package.json +4 -8
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { LiveRegion as o } from "./components/LiveRegion/LiveRegion.js";
2
2
  /*!
3
- @versini/ui-liveregion v3.0.0
3
+ @versini/ui-liveregion v3.0.2
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_LIVEREGION__ || (window.__VERSINI_UI_LIVEREGION__ = {
8
- version: "3.0.0",
9
- buildTime: "09/01/2025 03:17 PM EDT",
8
+ version: "3.0.2",
9
+ buildTime: "10/17/2025 12:52 PM EDT",
10
10
  homepage: "https://github.com/aversini/ui-components",
11
11
  license: "MIT"
12
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-liveregion",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -36,16 +36,12 @@
36
36
  "test:watch": "vitest",
37
37
  "test": "vitest run"
38
38
  },
39
- "peerDependencies": {
40
- "react": "^19.0.0",
41
- "react-dom": "^19.0.0"
42
- },
43
39
  "devDependencies": {
44
- "@testing-library/jest-dom": "6.8.0",
45
- "@versini/ui-types": "6.0.0"
40
+ "@testing-library/jest-dom": "6.9.1",
41
+ "@versini/ui-types": "6.0.2"
46
42
  },
47
43
  "sideEffects": [
48
44
  "**/*.css"
49
45
  ],
50
- "gitHead": "70a47e9e30172dbb7b36306773fe9511e437fba6"
46
+ "gitHead": "67e049c9b2e46e8f52509bf6198ca0cdaf5d970a"
51
47
  }