@wandelbots/nova-js 4.3.0-pr.318.66ea9ed → 4.3.0-pr.318.86fed90
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wandelbots/nova-js",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.3.0-pr.318.
|
|
4
|
+
"version": "4.3.0-pr.318.86fed90",
|
|
5
5
|
"description": "Official JS client for the Wandelbots API",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Experimental pose math helpers (`Pose`, `
|
|
2
|
+
* Experimental pose math helpers (`Pose`, `augmentPoses`) for working with
|
|
3
3
|
* position + axis-angle orientation values from the NOVA API.
|
|
4
4
|
*
|
|
5
5
|
* This API is experimental and may change without a major version bump.
|