automation_model 1.0.570-dev → 1.0.571-dev

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.
@@ -1868,7 +1868,7 @@ class StableBrowser {
1868
1868
  case "disabled":
1869
1869
  val = String(await state.element.isDisabled());
1870
1870
  break;
1871
- case "readonly":
1871
+ case "readOnly":
1872
1872
  const isEditable = await state.element.isEditable();
1873
1873
  val = String(!isEditable);
1874
1874
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation_model",
3
- "version": "1.0.570-dev",
3
+ "version": "1.0.571-dev",
4
4
  "description": "An automation infrastructure module to be use for generative AI automation projects.",
5
5
  "main": "lib/index.js",
6
6
  "type": "module",