Skip to content

Commit

Permalink
[BUMP] nkeys.js dependency to 1.0.4 as downstream projects (nats.ws) …
Browse files Browse the repository at this point in the history
…when in a cjs module configuration with some bundlers would failed to propagate the dependency (#443)

[BUMP] client version to 1.10.2
  • Loading branch information
aricart authored Dec 21, 2022
1 parent ba6863b commit d8e555b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nats-base-client/nkeys.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * as nkeys from "https://raw.githubusercontent.com/nats-io/nkeys.js/v1.0.3/modules/esm/mod.ts";
export * as nkeys from "https://raw.githubusercontent.com/nats-io/nkeys.js/v1.0.4/modules/esm/mod.ts";
2 changes: 1 addition & 1 deletion src/deno_transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import {
} from "../nats-base-client/internal_mod.ts";
import type { TlsOptions } from "../nats-base-client/types.ts";

const VERSION = "1.10.1";
const VERSION = "1.10.2";
const LANG = "nats.deno";

// if trying to simply write to the connection for some reason
Expand Down

0 comments on commit d8e555b

Please sign in to comment.