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.44
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.45
Choose a head ref

Commits on Sep 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
    aadebc4 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
    52235bd View commit details

Commits on Sep 27, 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
    1ed34f9 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
    b464aaa View commit details

Commits on Sep 28, 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
    3e87b13 View commit details

Commits on Sep 29, 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
    3feecf2 View commit details

Commits on Sep 30, 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
    c272ef7 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
    00742a3 View commit details

Commits on Oct 1, 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
    dc9aaf2 View commit details

Commits on Oct 2, 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
    a45cae5 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
    a248619 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
    ff2d129 View commit details

Commits on Oct 3, 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
    1b8b81a 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
    b8d2c13 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
    5c1548a View commit details

Commits on Oct 4, 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
    331ad01 View commit details

Commits on Oct 5, 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
    59e0c71 View commit details

Commits on Oct 6, 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
    b363a1a View commit details

Commits on Oct 7, 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
    2fdc237 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
    9b2d45c View commit details

Commits on Oct 8, 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
    14b1a62 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
    1141dba 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
    3dd840d View commit details

Commits on Oct 9, 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
    44f58f6 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
    27611e8 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
    2498b5d View commit details
  4. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    c4b2f13 View commit details
Showing with 326 additions and 242 deletions.
  1. +1 −1 .circleci/config.yml
  2. +323 −239 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:f19b646ce0e9e826404bf7c822216b020de002f86de1830c41ff517f6e4c04c2
- image: circleci/node:8@sha256:9374ffd5d619bcaa4aa2dfe3b910e48ef843a96bf59f2db574a2ed2370038f39
environment:
- NPM_CONFIG_LOGLEVEL: warn
working_directory: ~/repo
562 changes: 323 additions & 239 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -15,10 +15,10 @@
"tslint": "5.20.0",
"tslint-consistent-codestyle": "1.16.0",
"tslint-immutable": "4.9.1",
"typescript": "3.6.3"
"typescript": "3.6.4"
},
"devDependencies": {
"@ht2-labs/semantic-release": "1.1.90"
"@ht2-labs/semantic-release": "1.1.94"
},
"publishConfig": {
"access": "public"