Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
fixed pipeline to push to github registry as well as npm registry

3.1.2

fixed issue with ghr due to it not knowing of which registry to use: actions/setup-node#73
  • Loading branch information
synle committed Jul 13, 2020
1 parent 6808d67 commit fd8a48c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- run: npm ci
- run: npm test


build-publish-npm:
needs: do-test
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restapi-typescript-decorators",
"version": "3.1.0",
"version": "3.1.2",
"description": "Decorators that helps reduce the boilderplate code for rest api calls on the frontend and node js",
"main": "build/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/OverrideTransformDataStore.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RestClient, RestApi, RequestBody, PathParam, QueryParams, ApiResponse } from '../index';
import { RestClient, RestApi, RequestBody, PathParam, QueryParams, ApiResponse } from '../index';

import { HttpBinGetResponse, HttpBinPostResponse } from './HttpBinTypes';

Expand Down

0 comments on commit fd8a48c

Please sign in to comment.