Skip to content
Permalink
Browse files Browse the repository at this point in the history
[update] [security] updated nats-base-client to v1.0.0-9 (#47)
* [update] [security] updated nats-base-client to v1.0.0-9

* bumped package version
  • Loading branch information
aricart committed Sep 29, 2020
1 parent 4ef56a9 commit 0a37ac2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/natsws.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Use Deno Version ${{ matrix.deno-version }}
uses: denolib/setup-deno@master
with:
deno-version: 1.4.0
deno-version: 1.4.2
- name: Setup Go
uses: actions/setup-go@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nats.ws",
"version": "1.0.0-110",
"version": "1.0.0-111",
"description": "WebSocket NATS client",
"main": "nats.mjs",
"types": "nats.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/nats-base-client.ts
Expand Up @@ -12,4 +12,4 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export * from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.0.0-8/nats-base-client/internal_mod.ts";
export * from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.0.0-9/nats-base-client/internal_mod.ts";
2 changes: 1 addition & 1 deletion src/ws_transport.ts
Expand Up @@ -26,7 +26,7 @@ import {
delay,
} from "./nats-base-client.ts";

const VERSION = "1.0.0-110";
const VERSION = "1.0.0-111";
const LANG = "nats.ws";

export class WsTransport implements Transport {
Expand Down

0 comments on commit 0a37ac2

Please sign in to comment.