inhumate-rti 1.0.2 → 1.1.0

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/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # Inhumate RTI Javascript Client
2
2
 
3
3
  This is the Javascript/TypeScript/Web client for the Inhumate RTI
4
- (RunTime Infrastructure), part of the [Inhumate Suite](https://inhumatesystems.com/products/sboss/)
5
- for simulation-based operations.
4
+ (RunTime Infrastructure), part of the [Inhumate Suite](https://inhumatesystems.com/products/suite/).
6
5
 
7
6
  ## Installing
8
7
 
@@ -16,7 +15,7 @@ npm install --save inhumate-rti
16
15
 
17
16
  ### Using a bundled script file
18
17
 
19
- Download the `inhumate-rti-bundle-*.js` file from the [latest release](https://gitlab.com/inhumate/rti-client/-/releases/permalink/latest) page.
18
+ Download the *RTI Client JS Bundle* from the [Inhumate Downloads](https://get.inhumatesystems.com/) site.
20
19
 
21
20
  Then include it in a `script` tag in your HTML file:
22
21
 
package/lib/constants.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export default {
2
- version: "1.0.2",
2
+ version: "1.1.0",
3
3
  defaultHost: "localhost",
4
4
  defaultPort: 8000,
5
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inhumate-rti",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "description": "Inhumate RTI javascript client",
5
5
  "private": false,
6
6
  "author": "Inhumate <packages@inhumatesystems.com> (https://inhumatesystems.com/)",
@@ -32,7 +32,7 @@
32
32
  "ts-proto": "^1.176.1",
33
33
  "tsx": "^4.17.0",
34
34
  "typescript": "^5.3.3",
35
- "webpack": "^5.88.2",
35
+ "webpack": "^5.94.0",
36
36
  "webpack-cli": "^5.1.4"
37
37
  },
38
38
  "dependencies": {