@glomex/integration-react 1.1405.2 → 1.1407.0

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/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export { Integration } from './integration-react.js';
2
1
  export * from '@glomex/integration-web-component';
2
+ export { Integration } from './integration-react.js';
package/dist/index.js CHANGED
@@ -1,3 +1,2 @@
1
- export { Integration } from './integration-react.js';
2
- // biome-ignore lint/performance/noReExportAll: we actually want to export everything
3
1
  export * from '@glomex/integration-web-component';
2
+ export { Integration } from './integration-react.js';
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
- import { ComponentName, ScriptType, getIntegrationCssUrl, loadIntegrationComponent } from '@glomex/integration-web-component';
2
+ import { ComponentName, getIntegrationCssUrl, loadIntegrationComponent, ScriptType } from '@glomex/integration-web-component';
3
3
  import { forwardRef, useEffect, useImperativeHandle, useRef } from 'react';
4
4
  import { ExternalMediaItemReact } from './external-media-item-react.js';
5
5
  import { GlomexMediaItemReact } from './glomex-media-item-react.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glomex/integration-react",
3
- "version": "1.1405.2",
3
+ "version": "1.1407.0",
4
4
  "description": "React component to integrate the glomex player",
5
5
  "documentation": "https://docs.glomex.com",
6
6
  "homepage": "https://glomex.com",
@@ -28,19 +28,15 @@
28
28
  "watch": "tsc --build --watch"
29
29
  },
30
30
  "dependencies": {
31
- "@glomex/integration-web-component": "^1.1405.2"
31
+ "@glomex/integration-web-component": "^1.1407.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">=16.8.0",
35
35
  "react-dom": ">=16.8.0"
36
36
  },
37
- "devDependencies": {
38
- "@biomejs/biome": "^1.9.4",
39
- "typescript": "^5.8.3"
40
- },
41
37
  "publishConfig": {
42
38
  "access": "public"
43
39
  },
44
40
  "license": "MIT",
45
- "gitHead": "35493c2dbe641d8ab2fb33e66ceeacf0d89db564"
41
+ "gitHead": "09541207b1ced340b8c774185d5e98cc01e802e0"
46
42
  }