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.27
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.28
Choose a head ref

Commits on Mar 20, 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
    629c995 View commit details

Commits on Mar 21, 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
    a70d804 View commit details
  2. Copy the full SHA
    08be266 View commit details

Commits on Mar 22, 2019

  1. Copy the full SHA
    6ee6e4f View commit details
  2. Copy the full SHA
    ac1699b View commit details

Commits on Mar 23, 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
    2f5de63 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
    5e9be5b 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
    0a1de00 View commit details

Commits on Mar 24, 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
    fd2529e View commit details

Commits on Mar 25, 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
    57e8cda 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
    04b4fe5 View commit details

Commits on Mar 26, 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
    1bbe0a2 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
    40f9bc5 View commit details
  3. Copy the full SHA
    10b4c66 View commit details

Commits on Mar 27, 2019

  1. Copy the full SHA
    3332e41 View commit details
  2. Copy the full SHA
    863c75d View commit details
  3. Copy the full SHA
    d03d0b8 View commit details

Commits on Mar 28, 2019

  1. Copy the full SHA
    e6ce3d5 View commit details
  2. Copy the full SHA
    a85c803 View commit details

Commits on Mar 29, 2019

  1. Copy the full SHA
    08434a7 View commit details
  2. Copy the full SHA
    9b5909f View commit details
  3. Copy the full SHA
    0fb7da5 View commit details
Showing with 45 additions and 46 deletions.
  1. +1 −1 .circleci/config.yml
  2. +42 −43 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:72f665e5d46d6081a4e85ce1b895955b1b622260c604cf43eac271ecb895ce21
- image: circleci/node:8@sha256:cab74fdf14866690bd69d15f144d6e8ec2ec24e7554fcfdaadc4360f77e1ed12
environment:
- NPM_CONFIG_LOGLEVEL: warn
working_directory: ~/repo
85 changes: 42 additions & 43 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.4000"
"typescript": "3.4.1"
},
"devDependencies": {
"@ht2-labs/semantic-release": "1.1.60"
"@ht2-labs/semantic-release": "1.1.64"
},
"publishConfig": {
"access": "public"