RobotWebTools / rclnodejs

Node.js version of ROS 2.0 client
https://docs.ros.org/en/humble/Concepts/Basic/About-Client-Libraries.html?highlight=rclnodejs#community-maintained
Apache License 2.0
320 stars 70 forks source link

Use @rclnodejs/ref* deps, fix test, update docs, bump v0.21.0 #824

Closed wayneparrott closed 2 years ago

wayneparrott commented 2 years ago
  1. package.json

    • Bumped to version 0.21.0
    • Support for node 13-16 required forking and customizing the following packages: @rclnodejs/ref-array-di @rclnodejs/ref-napi @rclnodejs/ref-struct-di Revised package dependencies to use the 3 packaged listed above
    • Added jsdoc as devDependency
  2. test-security-related.js Fixed minor assertion error caused by change in Nodejs error message.

  3. Docs

    • Updated README.md, Build.md and npmjs-readme.md to expand valid versions of node 13-16.
    • Modified docs/Makefile to use npx to run jsdoc to generate api documentation

Public API Changes

Description

wayneparrott commented 2 years ago

Disregard this pull request