Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Oct 23, 2024
1 parent 602279f commit 1e7bbf5
Show file tree
Hide file tree
Showing 10 changed files with 1,714 additions and 1,749 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-years-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperse/paypal-node-sdk": patch
---

bump version
6 changes: 3 additions & 3 deletions .github/workflows/ci-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
run: |
yarn lint
# - name: Unit tests
# run: |
# yarn test
- name: Unit tests
run: |
yarn test
- name: Build
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-or-version-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Install Dependencies
run: yarn --frozen-lockfile

# - name: Unit tests
# run: |
# yarn test
- name: Unit tests
run: |
yarn test
# @link https://github.com/changesets/action
- name: Create Release Pull Request or Publish to npm
Expand Down
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
31 changes: 17 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,36 +72,39 @@
"path": "cz-conventional-changelog"
}
},
"resolutions": {
"eslint-plugin-markdown": "5.1.0"
},
"dependencies": {
"@mswjs/data": "^0.16.2",
"@paypal/paypalhttp": "^1.0.1",
"@types/paypal__paypalhttp": "^1.0.3",
"msw": "^2.4.11"
"msw": "^2.5.0"
},
"devDependencies": {
"@changesets/changelog-git": "0.2.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@hyperse/eslint-config-hyperse": "^1.0.10",
"@swc/core": "1.7.2",
"@types/node": "20.14.12",
"commitizen": "4.3.0",
"@changesets/cli": "2.27.9",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@hyperse/eslint-config-hyperse": "^1.2.4",
"@swc/core": "1.7.39",
"@types/node": "22.7.9",
"commitizen": "4.3.1",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.4.5",
"eslint": "^9.8.0",
"husky": "9.1.3",
"lint-staged": "15.2.7",
"eslint": "^9.13.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"minimist": "1.2.8",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"swc-unplugin-ts": "1.0.3",
"typescript": "5.5.4",
"vitest": "2.0.4"
"typescript": "5.6.3",
"vitest": "2.1.3"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.5.1"
}
2 changes: 1 addition & 1 deletion src/orders/ordersCreateRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
type BaseOrderHeaders,
type CheckoutPaymentIntent,
type OrderApplicationContext,
PaymentSourceRequest,
type PaymentSourceRequest,
type PurchaseUnitRequest,
} from '../types/type-order.js';

Expand Down
2 changes: 1 addition & 1 deletion tests/msw-proxy/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RequestHandler } from 'msw';
import type { RequestHandler } from 'msw';
import { setupServer } from 'msw/node';
import { partnerReferral } from './customer/partnerReferral.js';
import { partnerReferralGet } from './customer/partnerReferralGet.js';
Expand Down
Loading

0 comments on commit 1e7bbf5

Please sign in to comment.