[Pkg-javascript-commits] [node-es6-promise] branch upstream updated (843f277 -> d84c0c0)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Dec 5 04:57:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch upstream
in repository node-es6-promise.
from 843f277 Imported Upstream version 3.2.2+ds
new d84c0c0 New upstream version 4.1.1+ds
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 25 +-
Brocfile.js | 99 +-
CHANGELOG.md | 56 +
README.md | 14 +-
auto.js | 4 +
bower.json | 5 +-
config/versionTemplate.txt | 2 +-
es6-promise.d.ts | 74 +
lib/es6-promise.auto.js | 3 +
lib/es6-promise.js | 7 +
lib/es6-promise.umd.js | 18 -
lib/es6-promise/-internal.js | 52 +-
lib/es6-promise/asap.js | 65 +-
lib/es6-promise/enumerator.js | 31 +-
lib/es6-promise/polyfill.js | 17 +-
lib/es6-promise/promise.js | 13 +-
lib/es6-promise/promise/all.js | 16 +-
lib/es6-promise/promise/race.js | 20 +-
lib/es6-promise/promise/reject.js | 8 +-
lib/es6-promise/promise/resolve.js | 8 +-
lib/es6-promise/then.js | 14 +-
lib/es6-promise/utils.js | 17 +-
package.json | 39 +-
test/extension-test.js | 56 +-
test/test-adapter.js | 12 +-
yarn.lock | 4749 ++++++++++++++++++++++++++++++++++++
26 files changed, 5168 insertions(+), 256 deletions(-)
create mode 100644 auto.js
create mode 100644 es6-promise.d.ts
create mode 100644 lib/es6-promise.auto.js
create mode 100644 lib/es6-promise.js
delete mode 100644 lib/es6-promise.umd.js
create mode 100644 yarn.lock
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-es6-promise.git
More information about the Pkg-javascript-commits
mailing list