Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HT2-Labs/typescript-project
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.18
Choose a base ref
...
head repository: HT2-Labs/typescript-project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.19
Choose a head ref
  • 15 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 11, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    6973eea View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    5594c13 View commit details

Commits on Jan 12, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    1469175 View commit details

Commits on Jan 13, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    039686f View commit details

Commits on Jan 14, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    c168104 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    db8dcea View commit details
  3. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    1fea64d View commit details

Commits on Jan 15, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    3d33f65 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    156a55a View commit details

Commits on Jan 16, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    97aa7ae View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    16389d3 View commit details
  3. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    b6ae8aa View commit details

Commits on Jan 17, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    ac896c6 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    79c148a View commit details
  3. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    963820e View commit details
Showing with 123 additions and 85 deletions.
  1. +1 −1 .circleci/config.yml
  2. +120 −82 package-lock.json
  3. +2 −2 package.json
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ machine:
jobs:
build:
docker:
- image: circleci/node:8@sha256:261e1721c0eba2b3f579ab01c517bc20023b08a394d7cdc34b3669b1a664ccaa
- image: circleci/node:8@sha256:9737090b1c6175281f489fabd10311578a25c5f6b03e53654661634e48390c84
environment:
- NPM_CONFIG_LOGLEVEL: warn
working_directory: ~/repo
202 changes: 120 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -15,10 +15,10 @@
"tslint": "5.12.1",
"tslint-consistent-codestyle": "1.15.0",
"tslint-immutable": "4.9.1",
"typescript": "3.2.2"
"typescript": "3.2.4"
},
"devDependencies": {
"@ht2-labs/semantic-release": "1.1.55"
"@ht2-labs/semantic-release": "1.1.57"
},
"publishConfig": {
"access": "public"