@versini/ui-liveregion 3.1.1 → 3.1.3

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 +4 -4
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  /*!
2
- @versini/ui-liveregion v3.1.1
2
+ @versini/ui-liveregion v3.1.3
3
3
  © 2025 gizmette.com
4
4
  */
5
5
  try {
6
6
  if (!window.__VERSINI_UI_LIVEREGION__) {
7
7
  window.__VERSINI_UI_LIVEREGION__ = {
8
- version: "3.1.1",
9
- buildTime: "11/30/2025 06:52 PM EST",
10
- homepage: "https://github.com/aversini/ui-components",
8
+ version: "3.1.3",
9
+ buildTime: "12/15/2025 01:20 PM EST",
10
+ homepage: "https://www.npmjs.com/package/@versini/ui-liveregion",
11
11
  license: "MIT",
12
12
  };
13
13
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@versini/ui-liveregion",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
- "homepage": "https://github.com/aversini/ui-components",
9
+ "homepage": "https://www.npmjs.com/package/@versini/ui-liveregion",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "git@github.com:aversini/ui-components.git"
@@ -38,10 +38,10 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@testing-library/jest-dom": "6.9.1",
41
- "@versini/ui-types": "7.0.0"
41
+ "@versini/ui-types": "8.0.0"
42
42
  },
43
43
  "sideEffects": [
44
44
  "**/*.css"
45
45
  ],
46
- "gitHead": "4795cf3239cceaf83dde13addc5254caa12dee6f"
46
+ "gitHead": "28e13adabce18578034a9ca5553d7cfb9853c214"
47
47
  }