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.48
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.49
Choose a head ref

Commits on Dec 5, 2019

  1. Copy the full SHA
    fca16a0 View commit details
  2. Copy the full SHA
    acc0484 View commit details

Commits on Dec 6, 2019

  1. Copy the full SHA
    1220d85 View commit details
  2. Copy the full SHA
    9de669b View commit details

Commits on Dec 7, 2019

  1. Copy the full SHA
    96ce510 View commit details

Commits on Dec 8, 2019

  1. Copy the full SHA
    318ddaa View commit details

Commits on Dec 9, 2019

  1. Copy the full SHA
    e620338 View commit details

Commits on Dec 10, 2019

  1. Copy the full SHA
    67efd09 View commit details
  2. Copy the full SHA
    8a2936e View commit details

Commits on Dec 11, 2019

  1. Copy the full SHA
    c1fca2b View commit details
  2. Copy the full SHA
    74f262f View commit details

Commits on Dec 12, 2019

  1. Copy the full SHA
    0afd187 View commit details
  2. Copy the full SHA
    fb302a4 View commit details

Commits on Dec 13, 2019

  1. Copy the full SHA
    be6204e View commit details
  2. Copy the full SHA
    fcdfb38 View commit details

Commits on Dec 14, 2019

  1. Copy the full SHA
    307ef4e View commit details

Commits on Dec 15, 2019

  1. Copy the full SHA
    175bccd View commit details

Commits on Dec 16, 2019

  1. Copy the full SHA
    946eebd View commit details
  2. Copy the full SHA
    13c1fda View commit details

Commits on Dec 17, 2019

  1. Copy the full SHA
    571c3b6 View commit details
  2. Copy the full SHA
    eb75535 View commit details

Commits on Dec 18, 2019

  1. Copy the full SHA
    71f233a View commit details
  2. Copy the full SHA
    be19275 View commit details

Commits on Dec 19, 2019

  1. Copy the full SHA
    4997294 View commit details
  2. Copy the full SHA
    0efbbde View commit details

Commits on Dec 20, 2019

  1. Copy the full SHA
    ec0eda6 View commit details
  2. Copy the full SHA
    5727321 View commit details
Showing with 68 additions and 62 deletions.
  1. +1 −1 .circleci/config.yml
  2. +65 −59 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:11ce6a21568143ea3040948c084acdcda4917d273318128bfbb708212bad924e
- image: circleci/node:8@sha256:228e773346baa71806a527d4f51d7dab7ba4f15d728fb613c4a9789ad0bb27de
environment:
- NPM_CONFIG_LOGLEVEL: warn
working_directory: ~/repo
124 changes: 65 additions & 59 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.20.1",
"tslint-consistent-codestyle": "1.16.0",
"tslint-immutable": "4.9.1",
"typescript": "3.7.3"
"typescript": "3.7.4"
},
"devDependencies": {
"@ht2-labs/semantic-release": "1.1.102"
"@ht2-labs/semantic-release": "1.1.104"
},
"publishConfig": {
"access": "public"