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.19
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.20
Choose a head ref

Commits on Jan 18, 2019

  1. Copy the full SHA
    55bbea4 View commit details
  2. Copy the full SHA
    5699aae View commit details

Commits on Jan 19, 2019

  1. Copy the full SHA
    1483284 View commit details
  2. Copy the full SHA
    ebda154 View commit details

Commits on Jan 21, 2019

  1. Copy the full SHA
    d929674 View commit details

Commits on Jan 22, 2019

  1. Copy the full SHA
    be6f0ee View commit details
  2. Copy the full SHA
    b6d344a View commit details

Commits on Jan 23, 2019

  1. Copy the full SHA
    360f115 View commit details
  2. Copy the full SHA
    f456f6f View commit details
  3. Copy the full SHA
    ad64f33 View commit details

Commits on Jan 24, 2019

  1. Copy the full SHA
    370830f View commit details

Commits on Jan 25, 2019

  1. Copy the full SHA
    8ec6cc5 View commit details
  2. Copy the full SHA
    5bd4c62 View commit details
  3. Copy the full SHA
    f6ee1fb View commit details

Commits on Jan 26, 2019

  1. Copy the full SHA
    76f38fe View commit details

Commits on Jan 27, 2019

  1. Copy the full SHA
    2b5491d View commit details

Commits on Jan 28, 2019

  1. Copy the full SHA
    647e8ee View commit details
  2. Copy the full SHA
    223d458 View commit details

Commits on Jan 29, 2019

  1. Copy the full SHA
    1414aee View commit details

Commits on Jan 30, 2019

  1. Copy the full SHA
    2ea43e3 View commit details
  2. Copy the full SHA
    a3c12fd View commit details

Commits on Jan 31, 2019

  1. Copy the full SHA
    2a8e63d View commit details
  2. Copy the full SHA
    620497c View commit details
  3. Copy the full SHA
    88662e0 View commit details
  4. Copy the full SHA
    c4ff8f9 View commit details
Showing with 60 additions and 61 deletions.
  1. +1 −1 .circleci/config.yml
  2. +57 −58 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:9737090b1c6175281f489fabd10311578a25c5f6b03e53654661634e48390c84
- image: circleci/node:8@sha256:12d07d61cdfbaef18d07b26ae448de35ceaf01f1058962a1bfd95bf32972f812
environment:
- NPM_CONFIG_LOGLEVEL: warn
working_directory: ~/repo
115 changes: 57 additions & 58 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.4"
"typescript": "3.3.1"
},
"devDependencies": {
"@ht2-labs/semantic-release": "1.1.57"
"@ht2-labs/semantic-release": "1.1.59"
},
"publishConfig": {
"access": "public"