Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

For a list of breaking changes, check [here](#breaking-changes).

- [#382](https://github.com/babashka/nbb/issues/382): Prefix all node imports with `node:`

[Nbb](https://github.com/babashka/nbb): Scripting in Clojure on Node.js using [SCI](https://github.com/babashka/sci)

## 1.3.198 (2025-11-27)
## 1.3.198 (2025-04-27)

- [#379](https://github.com/babashka/nbb/issues/379): Support `:require` + `jsr:` dependencies in Deno

Expand Down
4 changes: 2 additions & 2 deletions src/nbb/impl/deps.cljs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns nbb.impl.deps
(:require
["child_process" :as cproc]
["crypto" :as crypto]
["node:child_process" :as cproc]
["node:crypto" :as crypto]
["node:fs" :as fs]
["node:path" :as path]
[nbb.classpath :as cp]
Expand Down