@jay-framework/runtime-automation 0.16.2 → 0.16.3

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 +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -304,7 +304,7 @@ function wrapWithAutomation(component, options) {
304
304
  const agent = new AutomationAgent(component, options);
305
305
  return Object.assign(component, { automation: agent });
306
306
  }
307
- const AUTOMATION_CONTEXT = createJayContext();
307
+ const AUTOMATION_CONTEXT = createJayContext("ac");
308
308
  export {
309
309
  AUTOMATION_CONTEXT,
310
310
  collectInteractions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jay-framework/runtime-automation",
3
- "version": "0.16.2",
3
+ "version": "0.16.3",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "Automation API for Jay components - enables programmatic state inspection and interaction triggering",
@@ -21,12 +21,12 @@
21
21
  "test:watch": "vitest"
22
22
  },
23
23
  "dependencies": {
24
- "@jay-framework/runtime": "^0.16.2",
25
- "@jay-framework/view-state-merge": "^0.16.2"
24
+ "@jay-framework/runtime": "^0.16.3",
25
+ "@jay-framework/view-state-merge": "^0.16.3"
26
26
  },
27
27
  "devDependencies": {
28
- "@jay-framework/component": "^0.16.2",
29
- "@jay-framework/dev-environment": "^0.16.2",
28
+ "@jay-framework/component": "^0.16.3",
29
+ "@jay-framework/dev-environment": "^0.16.3",
30
30
  "@types/node": "^20.11.5",
31
31
  "rimraf": "^5.0.5",
32
32
  "tsup": "^8.0.1",