We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d9941 commit 68f9214Copy full SHA for 68f9214
npm_build.ts
@@ -11,7 +11,7 @@ async function buildNpm() {
11
crypto: true,
12
},
13
package: {
14
- name: "env-event-stream",
+ name: "@elasticnetworthvisualizer/env-event-stream",
15
version: Deno.args[0] || "1.0.0",
16
description: "A high-performance, feature-rich event stream library for event-driven architectures",
17
author: "Elastic Networth Visualizer",
@@ -32,7 +32,7 @@ async function buildNpm() {
32
"typescript"
33
],
34
engines: {
35
- "node": ">=16.0.0"
+ "node": ">=20.0.0",
36
}
37
38
typeCheck: "both",
0 commit comments