Skip to content

Commit 5b31e9c

Browse files
committed
chore: updated deno.json
1 parent 5124a5a commit 5b31e9c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish_npm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
- name: Set up Deno
2323
uses: denoland/setup-deno@v2
2424
with:
25-
deno-version: v1.x
25+
deno-version: v2.x
2626

2727
# Install npm
2828
- name: Set up Node.js
2929
uses: actions/setup-node@v3
3030
with:
31-
node-version: 20
31+
node-version: '22.x'
3232

3333
# Configure npm authentication
3434
- name: Configure npm authentication
@@ -42,6 +42,6 @@ jobs:
4242
- name: Publish to npm
4343
run: |
4444
cd npm
45-
npm publish
45+
npm publish --access public
4646
env:
4747
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@env/env-event-stream",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "A high-performance, feature-rich event stream library for Deno, the backbone for event-driven architectures",
55
"author": "Elastic Networth Visualizer",
66
"license": "MIT",

npm_build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function buildNpm() {
2828
"event-stream",
2929
"event-sourcing",
3030
"event-driven",
31-
"publish-subscribe",
31+
"publish-subscribe",
3232
"deno",
3333
"typescript"
3434
],

0 commit comments

Comments
 (0)