Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: open-jike/jike-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b6a0872fec01574b5477f4695a9a6acfa8c86c4c
Choose a base ref
..
head repository: open-jike/jike-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3b7c428d77ca2cfc843c1473aa93d550bbddfa45
Choose a head ref
Showing with 214 additions and 204 deletions.
  1. +3 −3 package.json
  2. +211 −201 pnpm-lock.yaml
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jike-sdk",
"version": "0.27.0",
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@9.15.3",
"description": "Jike Ⓙ SDK for Node.js",
"type": "module",
"keywords": [
@@ -66,13 +66,13 @@
"@sxzz/eslint-config": "^3.17.4",
"@sxzz/prettier-config": "^2.0.2",
"@types/md5": "^2.3.5",
"@types/node": "^20.17.10",
"@types/node": "^20.17.12",
"@vitest/ui": "^2.1.8",
"bumpp": "^9.9.2",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"md5": "^2.3.0",
"rollup": "^4.29.1",
"rollup": "^4.30.0",
"serve": "^14.2.4",
"sharp": "^0.33.5",
"tsup": "^8.3.5",
Loading