@wandelbots/nova-js 2.1.4-pr.feature-remove-v2-functions.110.6491085 → 2.1.4-pr.feature-remove-v2-functionallity.113.bfa317e

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -64,7 +64,7 @@ const nova = new NovaClient({
64
64
  })
65
65
 
66
66
  // Direct API access is available
67
- const { controllers } = await nova.api.controller.listControllers()
67
+ const { controllers } = await nova.api.controller.listRobotControllers()
68
68
  ```
69
69
 
70
70
  We recommend using **v1** for production applications until v2 support is fully implemented.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-js",
3
3
  "type": "module",
4
- "version": "v2.1.4-pr.feature-remove-v2-functions.110.6491085",
4
+ "version": "v2.1.4-pr.feature-remove-v2-functionallity.113.bfa317e",
5
5
  "description": "Official JS client for the Wandelbots API",
6
6
  "sideEffects": false,
7
7
  "exports": {