Skip to content

Commit e699372

Browse files
alvinkrebssamuelraeburnrkorteadelleolsonBob Garrow
authored
Merge release/connector/1.2.1 back to master. (#129)
* CORE-11993: adding canonical link for connector js docs (#66) (#68) Nice! (cherry picked from commit 2c5b560) Co-authored-by: rkorte <36715349+rkorte@users.noreply.github.com> * CON-200, CON-92 to 1.1.1 (#67) * CON-223: Removed max_objects_per_thread API (#60) * CON-223: Removed max_objects_per_thread API The behaviour of max_objects_per_thread has changed in the core, and it now grows dynamically, meaning we no longer need to provide a way of setting it. * CON-200: Add test * CON-223: Added empty implementation of deprecated API Co-authored-by: Sam Raeburn <sam@rti.com> (cherry picked from commit 2e165e3) * CON-200: Reverted changes for CON-223 in this cherrypick The fix in develop for CON-200 also contained changes for CON-223, I have revreted the changes that were not for CON-200. * CON-92: Added APIs to obtain versions used by Connector (#61) * CON-92: Added APIs to obtain versions used by Connector + tests + docs * CON-92: Changed output to return BUILD IDs as a single string Co-authored-by: Sam Raeburn <sam@rti.com> (cherry picked from commit 7ca0997) * CON-190, CON-191, CON-178, CON-226, CON-227, CON-184 merge to 1.2.0 (#69) * CON-178, CON-226, CON-227, CON-184 (#59) * Release/connector/1.1.0 (#57) * Mention node.js support in getting_started.rst * Feature/con 173 node12 test (#14) * CON-173: Creating temporary remote branch for testing * CON-173: Update dependencies to RTI-managed repos * CON-173: Revert changes to connector * CON-177: Added support for sample/view/instance state (#15) * CON-177: Added support for sample/view/instance state * CON-177: PR feedback - Indicate possible values of the new fields in the docs - Use the naming conventions for strings in unit tests * CON-173: Fixed unit tests which were failing Some items had been added to a JSON object but not in the other JSON object we were checking. This ocurred when adding support for CON-177 * CON-173: Update docs so that we don't mention node 8 (#17) * CON-173: Update docs so that we don't mention node 8 * CON-173: PR feedback #time 5m Remove paragraph mentioning Node 12 incompatibility. Co-authored-by: Sam Raeburn <sam@rti.com> * Feature/con 188 (#18) * CON-188: Added docs + tests * CON-188: Revert changes to package.json * CON-188: Change of functionality Previously, any non-key fields would be returned as null when obtain via DD_GET operations. This is no longer the case. * CON-188: Remove debug * CON-188: PR feedback - doc related * CON-188: PR Feedback - Do not access non-key fields in the unit tests - Fix docs Co-authored-by: Sam Raeburn <sam@rti.com> * CON-209: Js doc update * Update README.md (#19) Fixing the link to OpenLayers * Feature/con 163 test (#23) * CON-163: Added test for CON-163 * CON-209: Added unit test for CON-209 Co-authored-by: Sam Raeburn <sam@rti.com> * CON-212: Added CONTRIBUTING.md file (#21) Co-authored-by: Sam Raeburn <sam@rti.com> * CON-214: Test for creating Connector with participant_qos (#24) Co-authored-by: Sam Raeburn <sam@rti.com> * CORE-10744: Updating docs for new system resource defaults (#26) Co-authored-by: Sam Raeburn <sam@rti.com> * CON-211: updating links to other manuals for connector-js * CON-211: in -js, updated GSG title and fixed an error in a GSG cross-reference * CON-188: Updated instance support section of features.rst (#29) Co-authored-by: Sam Raeburn <sam@rti.com> * Feature/con 173 napi (#27) * CON-173: Use 3rd-party managed *-napi packages * Update documentation * Fixed docs * Fix list * CON-173: Update packages used in code * CON_173: Correct struct package Co-authored-by: Sam Raeburn <sam@rti.com> * GREEN-1938: Use the ffi-napi modules in tests (#30) Some of the unit tests were requiring the ffi modules to test the ability to extend the API. Since we updated package.json to use the ffi-napi module, the ffi module is no longer present and these tests were failing. Co-authored-by: Sam Raeburn <sam@rti.com> * Updated documentation to explain that we do not support Node 12.19.0. (#31) Co-authored-by: Sam Raeburn <sam@rti.com> * Feature/con 217 (#33) * Fixed sockets.io example * feature/CON218: Added graph example * Updated example README Co-authored-by: Sam Raeburn <sam@rti.com> * PLATFORMS-1925. Updated supported platforms to match Hercules PAM. * Introduce EOL normalization (#32) * CON-174: Handle armv8 architectures (#37) Co-authored-by: Sam Raeburn <sam@rti.com> * CON-221: Added docs for the dynamic loading of libraries (#39) Co-authored-by: Sam Raeburn <sam@rti.com> * CORE-11069: Customer facing XML has been updated (#38) * CORE-11069: Customer facing XML has been updated * CORE-11069: Update XML used in tests Co-authored-by: Sam Raeburn <sam@rti.com> * Feature/con 220 (#34) * Updated package.json to not use asterisk for dependency versions * Committed the generated package-lock.json * Updated README containing additional dependencies to state specific version Co-authored-by: Sam Raeburn <sam@rti.com> * CON-211: removed a statement per reviewer feedback after resolving conflicts * CON-215: Added release notes (#25) * CON-215: Added release notes * CON-215: Added notes for CON-188 * CON-215: Added more issues to notes * CON-215: Added issue num * Update docs/release_notes.rst * Update docs/release_notes.rst * Apply suggestions from code review * Update docs/release_notes.rst * Update docs/release_notes.rst * CON-215: making same changes to Javascript docs as I made to Python ones, mainly for release notes * CON-215: PR feedback * PR feedback - Fix typo Co-authored-by: Sam Raeburn <sam@rti.com> Co-authored-by: rkorte <rkorte@rti.com> * restore 'LICENSE.pdf' to git from lfs * Removed the gitattributes file since it now has no use * GREEN-2058: Added tests for new functionality in DD parser (#41) Co-authored-by: Sam Raeburn <sam@rti.com> * Updated native libs * Feature/dir renames (#43) * Updating directory names when searching for native libs * - Update commit to submodule - Remove support for 32-bit windows + Linux * Update commit of native libs * Explicitly load library dependencies on Windows * Fix loading of extra libs Co-authored-by: Sam Raeburn <sam@rti.com> * Updated platforms * Removed symbol from ARMv7 platform * Updated submodule to feature/update-libs-for-internal-rel (#45) Co-authored-by: Sam Raeburn <sam@rti.com> * Feature/release notes fix (#46) * - Fixed formatting of release notes - Updated version in docs * - Added static method to Connector class providing current version. * fix typo * - Set version to 1.1.0 in docs - Remove version() functions - needs further thought on implementation - Updated docs to use RTI blue colour Co-authored-by: Sam Raeburn <sam@rti.com> * Update README in web socket example (#48) * Update README in web socket example * Fix formatting Co-authored-by: Sam Raeburn <sam@rti.com> * Added Ubuntu 16.04 to release notes (x64, Armv8) (#47) * Added Ubuntu 16.04 to release notes (x64, Armv8) * Added ARMv8 support to whats new 1.1.0 * fix typo Co-authored-by: Sam Raeburn <sam@rti.com> * Update minimum supported version of node v10 in docs (#49) Co-authored-by: Sam Raeburn <sam@rti.com> * CON-211: testing all links to core docs, fixing few that were broken - js * CON-215: added two new js release notes * CON-194: js changes: updated copyrights, added logging to match python * CON-194: Added additional setence to Managing Data Instances section. * HERCULES-186: updates to licenses doc for javascript * Add support for loading 32-bit libs if present (#54) * Add support for loading 32-bit libs if present * Update rticonnextdds-connector.js Co-authored-by: Alex Campos <alejandro@rti.com> Co-authored-by: Sam Raeburn <sam@rti.com> Co-authored-by: Alex Campos <alejandro@rti.com> * HERCULES-186: modified lua and json-parser lines for Connector js * Document dependency on Connext version from dynamic libs (#56) * Document dependency on Connext version from dynamic libs * PR feedback Clarified wording & added link * PR feedback Co-authored-by: Sam Raeburn <sam@rti.com> * Update native libraries to version 6.1.0 * Update README for version 1.1.0 * Update package.json for version 1.1.0 Co-authored-by: Alex Campos <alejandro@rti.com> Co-authored-by: Sam Raeburn <sam@rti.com> Co-authored-by: Alex Campos <alex@rti.com> Co-authored-by: Rabbi Shuki Gur <rabbishuki@users.noreply.github.com> Co-authored-by: rkorte <rkorte@rti.com> Co-authored-by: Adelle Olson <adelle@rti.com> Co-authored-by: rkorte <36715349+rkorte@users.noreply.github.com> * CON-226: Added npm scripts to package.json - Via npm it is now possible to run the tests, code coverage and linter - Fixed many lint issues CON-227: Fixed issue where a promise was never resolved - When adding tests in order to increase code coverage this issue was discovered, and fixed. The promise returned by output.wait is now correctly rejected or resolved. CON-178: Added code coverage via istanbul package - Added tests to achieve following code coverage stats: Statements : 91.33% ( 358/392 ) Branches : 81.41% ( 162/199 ) Functions : 100% ( 89/89 ) Lines : 91.33% ( 358/392 ) With the above changes we can vastly improve the CI we have. Additionally, we can now test against multiple versions of Node.JS by installing nvm on the test machines and doing: nvm install 10 nvm use 10 npm run test-ci coverage-ci lint nvm install 12 nvm use 12 npm run test-ci coverage-ci lint ... * CON-226: Fix lint error + tested all scripts * CON-184: Added pdf docs make latexpdf now generates pdf * CON-184: Fixed naming of pdf file Co-authored-by: Alex Campos <alejandro@rti.com> Co-authored-by: Sam Raeburn <sam@rti.com> Co-authored-by: Alex Campos <alex@rti.com> Co-authored-by: Rabbi Shuki Gur <rabbishuki@users.noreply.github.com> Co-authored-by: rkorte <rkorte@rti.com> Co-authored-by: Adelle Olson <adelle@rti.com> Co-authored-by: rkorte <36715349+rkorte@users.noreply.github.com> (cherry picked from commit 1d7a589) * Fixed linting problems + committed the lint config file. (#63) * Fixed linting problems + committed the lint config file. Generated the linting config file with the following configuration: sam@rti-10678:~/working/trees/connector/rticonnextdds-connector-js$ eslint --init ✔ How would you like to use ESLint? · style ✔ What type of modules does your project use? · commonjs ✔ Which framework does your project use? · none ✔ Does your project use TypeScript? · No / Yes ✔ Where does your code run? · browser ✔ How would you like to define a style for your project? · guide ✔ Which style guide do you want to follow? · standard ✔ What format do you want your config file to be in? · JSON * Fixed eslint file to state we use Node, not Browser Co-authored-by: Sam Raeburn <sam@rti.com> (cherry picked from commit 9cface5) * CON-191, CON-190 64-bit numner support (#64) * Fixed linting problems + committed the lint config file. Generated the linting config file with the following configuration: sam@rti-10678:~/working/trees/connector/rticonnextdds-connector-js$ eslint --init ✔ How would you like to use ESLint? · style ✔ What type of modules does your project use? · commonjs ✔ Which framework does your project use? · none ✔ Does your project use TypeScript? · No / Yes ✔ Where does your code run? · browser ✔ How would you like to define a style for your project? · guide ✔ Which style guide do you want to follow? · standard ✔ What format do you want your config file to be in? · JSON * Fixed eslint file to state we use Node, not Browser * CON-191: Added 64-bit number support. * CON-191: Added docs * CON-191: writers' edits to doc changes * CON-190: Fixed existing unit tests There was some left over state by the test that loads an additional API, this was causing later discovery checks to fail. Have made all tests independent. * CON-191: Extended testing to cover all use-cases Also discovered that getJSON cannot be used for large ints (and in fact is worse than getNumber since we cannot detect when it would corrupt the value). * CON-191: Finished docs * CON-191: Minor doc edit Co-authored-by: Sam Raeburn <sam@rti.com> Co-authored-by: rkorte <rkorte@rti.com> (cherry picked from commit 85c5925) * CON-92: Fix merge issue * PLATFORMS-2289. Added macOS 11 to release notes for Connector JS 1.2.0. This isn't a cherry-pick from dev, but has same content changes. * Feature/hmaint 235 (#76) (#78) * HMAINT-235: Handle case where build ID has 4 integers * HMAINT-235: Fix unrelated commented out test (cherry picked from commit 2ae9702) * Fix merge error in release branch (#79) * #fix HMAINT-202 -- update libraries for 1.2.0, set version for packag… (#81) * #fix HMAINT-202 -- update libraries for 1.2.0, set version for package.json * #fix HMAINT-202 -- corrected version to 1.2.0 and 1.2.0.rc1 * #fix HMAINT-202 -- revert dependency version back to 1.1.1 * Correct docs/conf release/version to 1.2.0 * #fix HMAINT-202 -- docs/conf.py needs to match package.json and needs to be rc1 if testing * HMAINT-202 -- correct rc1 version string (#85) * HMAINT-202 -- set version to rc2 for testing (#88) * CON-252: updating links from current to 6.1.1, js * CON-251: connector js release notes for 6.1.1/1.2.0 * CON-251: added missing release note * HMAINT-202 -- use npm v6 to update package-lock.json (#95) * HMAINT-202 -- set version string to 1.2.0 (#97) * HMAINT-202 -- set version string to 1.2.0 * HMAINT-202 -- set version string to 1.2.0, package-lock.json (npm@6.13.3) * CON-254: Document unsupport Node.JS v11 (#93) (#98) * CON-254: Document unsupport Node.JS v11 * CON-254: PR feedback * Update docs/release_notes.rst Co-authored-by: Alex Campos <alejandro@rti.com> * CON-254: PR Feedback * CON-254. Updating Supported Platforms ro match the PAM for 6.1.1. * CON-254. Updating supported platforms. Co-authored-by: Alex Campos <alejandro@rti.com> Co-authored-by: adelleolson <adelle@rti.com> (cherry picked from commit 5fe2b51) * #fix HMAINT-202 -- new connector libraries for js, base on DDS 6.1.1 (20211203) (#100) Co-authored-by: Bob Garrow <bgarrow@rti.com> * #fix HMAINT-202 -- rc5 for testing on npm server (#101) * Feature/con 258 120 (#106) * CON-254: Document unsupport Node.JS v11 (#93) * CON-254: Document unsupport Node.JS v11 * CON-254: PR feedback * Update docs/release_notes.rst Co-authored-by: Alex Campos <alejandro@rti.com> * CON-254: PR Feedback * CON-254. Updating Supported Platforms ro match the PAM for 6.1.1. * CON-254. Updating supported platforms. Co-authored-by: Alex Campos <alejandro@rti.com> Co-authored-by: adelleolson <adelle@rti.com> (cherry picked from commit 5fe2b51) * CON-258: Update release notes to state we support v17 (#105) * CON-258: Update release notes to state we support v17 * CON-258: PR feedback (cherry picked from commit ed77f01) * Merge pull request #103 from rticommunity/doc/CON-257-js-again (#107) CON-257: updating vulnerability assessment section again in correct branch this time - javascript (cherry picked from commit 2de35df) Co-authored-by: rkorte <36715349+rkorte@users.noreply.github.com> * #fix HMAINT-202 -- new connector libraries for js, base on DDS 6.1.1 (20220309, bkprt) (#108) * #fix HMAINT-202 -- final version string 1.2.0 (#109) * 1.2.1 release changes (#123) * Feature/con 264 dependabot prs (#116) * Bump path-parse from 1.0.6 to 1.0.7 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 358779c) * Bump minimist from 1.2.5 to 1.2.6 Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 69033af) * Bump ansi-regex from 5.0.0 to 5.0.1 Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](chalk/ansi-regex@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit f7e476a) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 941b5c7) * CON-264: Added release notes for 1.2.1 release (#117) * CON-264: Added release notes for 1.2.1 release * CON-264: Move vulnerability assessment after release notes (cherry picked from commit a3d1382) * CON-261 CON-260: Document support node v18 + update node-gyp requirements (#125) (#126) * CON-261: Document support node v18 CON-260: Update node-gyp requirements * CON-260: PR feedback (cherry picked from commit eaca3ee) * #fix BUILD-3375 -- set release to 1.2.1 (#128) * #fix BUILD-3375 -- set release to 1.2.1 * #fix BUILD-3375 -- fix conf.py version string (cherry picked from commit c51631c) Co-authored-by: Sam <raeburnsamuel@gmail.com> Co-authored-by: rkorte <36715349+rkorte@users.noreply.github.com> Co-authored-by: adelleolson <adelle@rti.com> Co-authored-by: rkorte <rkorte@rti.com> Co-authored-by: Bob Garrow <bgarrow@rti.com>
1 parent 3bd8888 commit e699372

5 files changed

Lines changed: 47 additions & 54 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
author = 'Real-Time Innovations, Inc.'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '1.2.0'
25-
version = '1.2.0'
24+
release = '1.2.1'
25+
version = '1.2.1'
2626

2727
master_doc = 'index'
2828
primary_domain = 'js'

docs/getting_started.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ Or the GitHub repository:
2323
In order to access the examples, run npm with the GitHub repository.
2424

2525
npm uses `node-gyp <https://github.com/nodejs/node-gyp>`__ to locally compile some of *Connector*'s
26-
dependencies. This requires Python 2.7 (it will not work with Python 3) and a relatively recent C++
27-
compiler (such as gcc 4.8+).
28-
29-
On Windows systems, you can install the `Windows Build Tools <https://www.npmjs.com/package/windows-build-tools>`__,
30-
which include both the Visual C++ compiler and Python 2.7.
26+
dependencies. node-gyp requires a Python installation and a C++ compiler. Please refer
27+
to the `node-gyp documentation <https://github.com/nodejs/node-gyp#installation>`__
28+
for more details.
3129

3230
For more information, see :ref:`Supported Platforms`.
3331

docs/release_notes.rst

Lines changed: 31 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release Notes
44
Supported Platforms
55
-------------------
66

7-
*Connector* works with Node.js v17. It can also be used with
7+
*Connector* works with Node.js v17-18. It can also be used with
88
Node.js versions 10.20.x through 13.x.x, except for versions
99
11.x.x and 12.19.x [#f1]_.
1010

@@ -39,21 +39,33 @@ repository <https://github.com/rticommunity/rticonnextdds-connector>`__.
3939
Node.js v14 and Node.js v16 do not work with *Connector* because one of *Connector's*
4040
dependencies is not compatible with those versions.
4141
42+
Version 1.2.1
43+
-------------
44+
45+
*Connector* 1.2.1 updates some third party dependencies that were found to contain
46+
vulnerabilities. *Connector* was not affected by these vulnerabilities.
47+
48+
Previous Releases
49+
-----------------
50+
51+
Version 1.2.0
52+
^^^^^^^^^^^^^
53+
4254
What's New in 1.2.0
43-
-------------------
55+
"""""""""""""""""""
4456

4557
*RTI Connector* 1.2.0 is built on
4658
`RTI Connext DDS 6.1.1 <https://community.rti.com/documentation/rti-connext-dds-611>`__.
4759

4860
New Platforms
49-
^^^^^^^^^^^^^
61+
+++++++++++++
5062

5163
*Connector* has been validated on macOS 11 (Big Sur) systems on x64 and Arm v8
5264
CPUs (via x64 libraries).
5365

5466

5567
New API makes it easier to query what version of Connector is being used
56-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
68+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5769
.. CON-92
5870
5971
A new API, :meth:`Connector.getVersion`, has been added that provides the
@@ -62,10 +74,11 @@ libraries being used.
6274

6375

6476
What's Fixed in 1.2.0
65-
---------------------
77+
"""""""""""""""""""""
6678

6779
Error logged when accessing string longer than 128 bytes
68-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
80+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
81+
6982
Previously, on an input, when accessing a string longer than 128 bytes, the
7083
following error was printed:
7184

@@ -80,15 +93,17 @@ the string. The message is no longer printed.
8093

8194

8295
Support added for handling large 64-bit integers
83-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
96+
++++++++++++++++++++++++++++++++++++++++++++++++
97+
8498
Support has been improved for both getting and setting large (greater than 2^53)
8599
64-bit values. See :ref:`section-access-64-bit-integers-js` for more information.
86100

87101
[RTI Issue ID CON-190]
88102

89103

90104
Promise returned by Output.wait did not resolve/reject
91-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
105+
++++++++++++++++++++++++++++++++++++++++++++++++++++++
106+
92107
The Promise being returned by the Output.wait method (used to wait for
93108
acknowledgements on an output) was not being resolved or rejected. This
94109
is no longer the case; the returned Promise will now be resolved if all
@@ -99,18 +114,9 @@ supplied timeout has elapsed.
99114
[RTI Issue ID CON-227]
100115

101116

102-
Vulnerability Assessments
103-
-------------------------
104-
Internally, *Connector* relies on Lua. RTI has assessed the current version of
105-
Lua used by *Connector*, version 5.2, and found that *Connector* is not currently
106-
affected by any of the publicly disclosed vulnerabilities in Lua 5.2.
107-
108-
109-
Previous Releases
110-
-----------------
111-
112117
Version 1.1.1
113118
^^^^^^^^^^^^^
119+
114120
*Connector* 1.1.1 is built on *RTI Connext DDS* 6.1.0.3, which fixes several
115121
bugs in the Core Libraries. If you want more details on the bugs fixed in 6.1.0.3,
116122
contact support@rti.com. These bugs are also fixed in
@@ -261,3 +267,10 @@ more robust, modifies many APIs and adds new functionality. However the old
261267
APIs have been preserved for backward compatibility as much as possible.
262268

263269
*RTI Connector* 1.0.0 is built on `RTI Connext DDS 6.0.1 <https://community.rti.com/documentation/rti-connext-dds-601>`__.
270+
271+
272+
Vulnerability Assessments
273+
-------------------------
274+
Internally, *Connector* relies on Lua. RTI has assessed the current version of
275+
Lua used by *Connector*, version 5.2, and found that *Connector* is not currently
276+
affected by any of the publicly disclosed vulnerabilities in Lua 5.2.

package-lock.json

Lines changed: 10 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rticonnextdds-connector",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "RTI Connector for JavaScript",
55
"main": "rticonnextdds-connector.js",
66
"files": [

0 commit comments

Comments
 (0)