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

Upgrade superagent #224

Merged
merged 3 commits into from
Nov 19, 2021
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
Empty file modified .github/workflows/release/pre-publish.sh
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ dist/titanium/stats.json
# GitHub Actions #
##################
.github/.release

.vscode
11 changes: 8 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
---
changelog:
- date: 2021-11-19
version: v4.34.0
changes:
- type: feature
text: "Upgrade superagent."
-
changes:
-
Expand Down Expand Up @@ -1061,7 +1066,7 @@ supported-platforms:
- "Ubuntu 14.04 and up"
- "Windows 7 and up"
version: "Pubnub Javascript for Node"
version: "4.33.1"
version: "4.34.0"
sdks:
-
full-name: PubNub Javascript SDK
Expand All @@ -1080,7 +1085,7 @@ sdks:
distribution-type: source
distribution-repository: GitHub release
package-name: pubnub.js
location: https://github.com/pubnub/javascript/archive/refs/tags/v4.32.1.zip
location: https://github.com/pubnub/javascript/archive/refs/tags/v4.34.0.zip
requires:
-
name: "agentkeepalive"
Expand Down Expand Up @@ -1844,7 +1849,7 @@ sdks:
distribution-type: library
distribution-repository: GitHub release
package-name: pubnub.js
location: https://github.com/pubnub/javascript/releases/download/v4.32.1/pubnub.4.32.1.js
location: https://github.com/pubnub/javascript/releases/download/v4.34.0/pubnub.4.34.0.js
requires:
-
name: "agentkeepalive"
Expand Down
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ addons:

stages:
- name: "test"
if: |
type != pull_request
- name: "test pr branch"
if: |
type == pull_request

jobs:
include:
Expand All @@ -28,3 +33,7 @@ jobs:
- name: 'NodeJS 12'
node_js: '12'
script: gulp test
- stage: "test pr branch"
name: 'NodeJS 12'
node_js: '12'
script: gulp test
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v4.34.0
November 19 2021

#### Added
- Upgrade superagent.

## [v4.33.1](https://github.com/pubnub/javascript/releases/tag/v4.33.1)
October-18-2021

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ You will need the publish and subscribe keys to authenticate your app. Get your
npm install pubnub
```
* or download one of our builds from our CDN:
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.33.1.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.33.1.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.34.0.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.34.0.min.js

2. Configure your keys:

Expand Down
4 changes: 2 additions & 2 deletions dist/titanium/pubnub.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! 4.33.1 / Consumer */
/*! 4.34.0 / Consumer */
exports["PubNub"] =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
Expand Down Expand Up @@ -575,7 +575,7 @@ var _default = function () {
}, {
key: "getVersion",
value: function getVersion() {
return '4.33.1';
return '4.34.0';
}
}, {
key: "_addPnsdkSuffix",
Expand Down
4 changes: 2 additions & 2 deletions dist/titanium/pubnub.min.js

Large diffs are not rendered by default.

Loading