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.26
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.27
Choose a head ref
  • 14 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 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
    e18464d View commit details

Commits on Mar 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
    0446c4f 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
    98b3394 View commit details

Commits on Mar 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
    8b86cf3 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
    0eea1da View commit details

Commits on Mar 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
    9292cf6 View commit details

Commits on Mar 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
    5660add View commit details

Commits on Mar 18, 2019

  1. Copy the full SHA
    87f6f91 View commit details
  2. Copy the full SHA
    eb923bb View commit details

Commits on Mar 19, 2019

  1. Copy the full SHA
    6b1b03d View commit details
  2. Copy the full SHA
    8b4206e View commit details
  3. Copy the full SHA
    54fdf22 View commit details

Commits on Mar 20, 2019

  1. Copy the full SHA
    49070ce View commit details
  2. Copy the full SHA
    002ff47 View commit details
Showing with 55 additions and 63 deletions.
  1. +1 −1 .circleci/config.yml
  2. +52 −60 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:786123b72b8a1703cbab85ffca624d3f8caba2f379fe8410137dbf3630899b49
- image: circleci/node:8@sha256:72f665e5d46d6081a4e85ce1b895955b1b622260c604cf43eac271ecb895ce21
environment:
- NPM_CONFIG_LOGLEVEL: warn
working_directory: ~/repo
112 changes: 52 additions & 60 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.14.0",
"tslint-consistent-codestyle": "1.15.1",
"tslint-immutable": "4.9.1",
"typescript": "3.3.3333"
"typescript": "3.3.4000"
},
"devDependencies": {
"@ht2-labs/semantic-release": "1.1.59"
"@ht2-labs/semantic-release": "1.1.60"
},
"publishConfig": {
"access": "public"