Skip to content

Commit

Permalink
Merge pull request #86 from GuoXiCheng/dev-h
Browse files Browse the repository at this point in the history
update
  • Loading branch information
GuoXiCheng authored Jan 17, 2024
2 parents d0dc6bb + 3167b33 commit 74b3d40
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,6 @@ jobs:

- name: Run Jest tests
run: npm run test
env:
TEST_GITEE_TOKEN: ${{ secrets.TEST_GITEE_TOKEN }}
TEST_GITEE_OWNER: ${{ secrets.TEST_GITEE_OWNER }}
TEST_GITEE_REPO: ${{ secrets.TEST_GITEE_REPO }}
TEST_GITEE_NUMBER: ${{ secrets.TEST_GITEE_NUMBER }}
TEST_GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}
TEST_GITHUB_OWNER: ${{ secrets.TEST_GITHUB_OWNER }}
TEST_GITHUB_REPO: ${{ secrets.TEST_GITHUB_REPO }}
TEST_GITHUB_NUMBER: ${{ secrets.TEST_GITHUB_NUMBER }}
TEST_GITLAB_TOKEN: ${{ secrets.TEST_GITLAB_TOKEN }}
TEST_GITLAB_PROJECT_ID: ${{ secrets.TEST_GITLAB_PROJECT_ID }}
TEST_GITLAB_NUMBER: ${{ secrets.TEST_GITLAB_NUMBER }}
TEST_ENCRYPT_KEY: ${{ secrets.TEST_ENCRYPT_KEY }}


- name: Upload coverage reports to Codecov
Expand Down
4 changes: 2 additions & 2 deletions 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": "tiny-crud",
"version": "1.0.23",
"version": "1.0.24",
"description": "A tiny CRUD library based on Git Issue API",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
Expand Down
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ export { GithubUser } from './repository-lib/github/github-user';

export { GiteeUser } from './repository-lib/gitee/gitee-user';

export { AxiosRequest } from './request-lib/axios/axios-request';

export { WxRequest } from './request-lib/wx/wx-request';

0 comments on commit 74b3d40

Please sign in to comment.