@versini/ui-debug-overlay 2.0.0 → 2.0.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/dist/index.js +3 -3
  2. package/package.json +3 -7
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { DebugOverlay as r, LOG_BLUE as i, LOG_GREEN as t, LOG_MAGENTA as O, LOG_RED as o, LOG_YELLOW as L, __resetDebugOverlayTestState as G, useDebugOverlay as s } from "./components/DebugOverlay/DebugOverlay.js";
2
2
  /*!
3
- @versini/ui-debug-overlay v2.0.0
3
+ @versini/ui-debug-overlay v2.0.1
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_DEBUG_OVERLAY__ || (window.__VERSINI_UI_DEBUG_OVERLAY__ = {
8
- version: "2.0.0",
9
- buildTime: "09/15/2025 02:55 PM EDT",
8
+ version: "2.0.1",
9
+ buildTime: "10/17/2025 12:55 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-debug-overlay",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -36,12 +36,8 @@
36
36
  "test:watch": "vitest",
37
37
  "test": "vitest run"
38
38
  },
39
- "peerDependencies": {
40
- "react": "^19.1.0",
41
- "react-dom": "^19.1.0"
42
- },
43
39
  "devDependencies": {
44
- "@testing-library/jest-dom": "6.8.0"
40
+ "@testing-library/jest-dom": "6.9.1"
45
41
  },
46
- "gitHead": "b18c344cc4166d7aed255d828808e957a7ee340f"
42
+ "gitHead": "67e049c9b2e46e8f52509bf6198ca0cdaf5d970a"
47
43
  }