Skip to content

Commit

Permalink
fix import map for jetstream add nats-core/internal and remove jetstr…
Browse files Browse the repository at this point in the history
…eam/internal
  • Loading branch information
aricart committed Jul 26, 2024
1 parent c43e802 commit f12aa58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@nats-io/services/internal": "./services/src/internal_mod.ts"
}
},
"workspaces": [
"workspace": [
"./transport-deno",
"./core",
"./jetstream",
Expand Down
2 changes: 1 addition & 1 deletion jetstream/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@nats-io/nkeys": "jsr:@nats-io/[email protected]",
"@nats-io/nuid": "jsr:@nats-io/[email protected]",
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-18",
"@nats-io/jetstream/internal": "./src/internal_mod.ts",
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-18/internal",
"test_helpers": "../test_helpers/mod.ts",
"@std/io": "jsr:@std/[email protected]"
}
Expand Down

0 comments on commit f12aa58

Please sign in to comment.