@openziti/ziti-sdk-nodejs 0.9.1 → 0.9.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.
@@ -15,7 +15,7 @@ limitations under the License.
15
15
  */
16
16
 
17
17
  const EventEmitter = require('events');
18
- const stream = require('node:stream');
18
+ const stream = require('stream');
19
19
  const zitiWrite = require('./write').write;
20
20
 
21
21
 
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.9.1",
4
+ "version": "0.9.2",
5
5
  "main": "./lib/ziti",
6
6
  "scripts": {
7
7
  "build": "npm run build:init; npm run build:c-sdk; npm install --build-from-source --clang=1",