Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Event Streams node SDK v1.3.1 at 1724962979 #68

Closed
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
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ test/resources/auth.js
!test/**/*.js
!examples/**/*.js
lib/*.js
scripts/typedoc/
scripts/typedoc/
scripts/*.js
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ build/Release

# Dependency directories
node_modules/
.nvmrc

# TypeScript v1 declaration files
typings/
Expand Down
23 changes: 12 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,12 @@ language: node_js

dist: focal

# Remove this if using external Travis
group: focal


node_js:
# - 14
# - 16
# - 18
- 18
- 20

# remove the "echo" command from the "before_install" section below.
before_install:
- echo -e "machine github.ibm.com\n login $GITHUB_ACCESS_TOKEN" > ~/.netrc
- wget -qO - https://package.perforce.com/perforce.pubkey | sudo apt-key add -
- npm i -g npm@8
- node --version
- npm --version

script:
Expand All @@ -24,3 +16,12 @@ script:
- npm run lint
- npm run check-packages


# To enable semantic-release, uncomment this section.
# deploy:
# - provider: script
# skip_cleanup: true
# script: npx semantic-release
# on:
# node: 20
# branch: main
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--
[![npm-version](https://img.shields.io/npm/v/IBM/eventstreams-node-sdk.svg)](https://www.npmjs.com/package/adminrestv1)
-->
# IBM Cloud Event Streams Node SDK Version 1.3.0
# IBM Cloud Event Streams Node SDK Version 1.3.1

## Introduction

Expand Down
Loading