@mochabug/adapt-react 1.0.1-rc.11 → 1.0.1-rc.12

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.
@@ -1,6 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import { AdaptAutomationElement, } from "@mochabug/adapt-web";
3
- import "@mochabug/adapt-web/cap";
2
+ import { AdaptAutomationElement, } from "@mochabug/adapt-web/core";
4
3
  import { forwardRef, useLayoutEffect, useRef } from "react";
5
4
  // Ensure custom element is registered
6
5
  void AdaptAutomationElement;
@@ -1,5 +1,4 @@
1
- import { AdaptAutomationElement, type AdaptWebClientOptions, type ForkDisplay, type Output, type PersistOptions, type SignalValue, type StatusJson, type StatusText } from "@mochabug/adapt-web";
2
- import "@mochabug/adapt-web/cap";
1
+ import { AdaptAutomationElement, type AdaptWebClientOptions, type ForkDisplay, type Output, type PersistOptions, type SignalValue, type StatusJson, type StatusText } from "@mochabug/adapt-web/core";
3
2
  declare module "react" {
4
3
  namespace JSX {
5
4
  interface IntrinsicElements {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mochabug/adapt-react",
3
- "version": "1.0.1-rc.11",
3
+ "version": "1.0.1-rc.12",
4
4
  "description": "React component for Adapt automation platform",
5
5
  "type": "module",
6
6
  "main": "./dist/esm/index.js",
@@ -45,6 +45,6 @@
45
45
  "typescript": "^5.9.3"
46
46
  },
47
47
  "dependencies": {
48
- "@mochabug/adapt-web": "^1.0.1-rc.11"
48
+ "@mochabug/adapt-web": "^1.0.1-rc.12"
49
49
  }
50
50
  }