@openziti/ziti-sdk-nodejs 0.14.1 → 0.14.2

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.
@@ -45,7 +45,7 @@ jobs:
45
45
  - { os: ubuntu-20.04, target: "linux", arch: "arm64" }
46
46
  - { os: macos-latest, target: "macos", arch: "x64" }
47
47
  - { os: macos-latest, target: "macos", arch: "arm64" }
48
- node_ver: [ 16, 18, 19, 20]
48
+ node_ver: [ 16, 18, 19, 20, 21]
49
49
  fail-fast: false
50
50
 
51
51
  steps:
package/README.md CHANGED
@@ -61,6 +61,7 @@ The `@openziti/ziti-sdk-nodejs` module works with the following Node.js versions
61
61
  - v18.x
62
62
  - v19.x
63
63
  - v20.x
64
+ - v21.x
64
65
 
65
66
  The `@openziti/ziti-sdk-nodejs` module works with the following architectures:
66
67
  - amd64
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openziti/ziti-sdk-nodejs",
3
3
  "description": "A NodeJS-based SDK for delivering secure applications over a Ziti Network",
4
- "version": "0.14.1",
4
+ "version": "0.14.2",
5
5
  "main": "./lib/ziti",
6
6
  "scripts": {
7
7
  "build": "npm run build:init && npm run build:configure && npm run build:make",