@blocdigital/usetoplayerelement 0.0.4 → 0.0.5
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.
- package/dist/cjs/index.js +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/types/index.d.ts +2 -2
- package/package.json +14 -14
package/dist/cjs/index.js
CHANGED
|
@@ -4,5 +4,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var
|
|
8
|
-
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(
|
|
7
|
+
var useTopLayerElement_js_1 = require("./useTopLayerElement.js");
|
|
8
|
+
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(useTopLayerElement_js_1).default; } });
|
package/dist/esm/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from './useTopLayerElement';
|
|
1
|
+
export { default } from './useTopLayerElement.js';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from './useTopLayerElement';
|
|
2
|
-
export type { useTopLayerElementsReturn } from './useTopLayerElement';
|
|
1
|
+
export { default } from './useTopLayerElement.js';
|
|
2
|
+
export type { useTopLayerElementsReturn } from './useTopLayerElement.js';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocdigital/usetoplayerelement",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.5",
|
|
5
5
|
"description": "React hook for monitoring the top layer",
|
|
6
6
|
"author": "Bloc Digital <web@bloc.digital>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -50,28 +50,28 @@
|
|
|
50
50
|
"test": "jest"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@babel/core": "^7.28.
|
|
53
|
+
"@babel/core": "^7.28.4",
|
|
54
54
|
"@babel/preset-env": "^7.28.3",
|
|
55
55
|
"@babel/preset-typescript": "^7.27.1",
|
|
56
56
|
"@testing-library/react": "^16.3.0",
|
|
57
57
|
"@types/jest": "^30.0.0",
|
|
58
|
-
"@types/react": "^19.1.
|
|
59
|
-
"@types/react-dom": "^19.1.
|
|
60
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
61
|
-
"@typescript-eslint/parser": "^8.
|
|
62
|
-
"@vitejs/plugin-react-swc": "^4.0
|
|
63
|
-
"babel-jest": "^30.
|
|
64
|
-
"eslint": "^9.
|
|
58
|
+
"@types/react": "^19.1.13",
|
|
59
|
+
"@types/react-dom": "^19.1.9",
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^8.44.1",
|
|
61
|
+
"@typescript-eslint/parser": "^8.44.1",
|
|
62
|
+
"@vitejs/plugin-react-swc": "^4.1.0",
|
|
63
|
+
"babel-jest": "^30.1.2",
|
|
64
|
+
"eslint": "^9.36.0",
|
|
65
65
|
"eslint-config-prettier": "^10.1.8",
|
|
66
66
|
"eslint-plugin-prettier": "^5.5.4",
|
|
67
67
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
68
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
69
|
-
"globals": "^16.
|
|
70
|
-
"jest": "^30.
|
|
71
|
-
"jest-environment-jsdom": "^30.
|
|
68
|
+
"eslint-plugin-react-refresh": "^0.4.21",
|
|
69
|
+
"globals": "^16.4.0",
|
|
70
|
+
"jest": "^30.1.3",
|
|
71
|
+
"jest-environment-jsdom": "^30.1.2",
|
|
72
72
|
"prettier": "^3.6.2",
|
|
73
73
|
"typescript": "^5.9.2",
|
|
74
|
-
"vite": "^7.1.
|
|
74
|
+
"vite": "^7.1.7"
|
|
75
75
|
},
|
|
76
76
|
"bugs": {
|
|
77
77
|
"url": "https://github.com/bloc-digital/usetoplayerelement/issues"
|