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: JiangJie/fetch-t
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: JiangJie/fetch-t
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 11, 2024

  1. update dependencies

    jarvisjiang committed Aug 11, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    yuzawa-san James Yuzawa
    Copy the full SHA
    7ab6f7f View commit details
  2. v1.3.1

    jarvisjiang committed Aug 11, 2024
    Copy the full SHA
    da56324 View commit details
Showing with 109 additions and 104 deletions.
  1. +62 −62 deno.lock
  2. +1 −1 jsr.json
  3. +5 −5 package.json
  4. +41 −36 pnpm-lock.yaml
124 changes: 62 additions & 62 deletions deno.lock

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

2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@happy-ts/fetch-t",
"version": "1.3.0",
"version": "1.3.1",
"exports": "./src/mod.ts",
"publish": {
"include": [
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"description": "Abortable fetch wrapper with the ability to specify the return type.",
"author": "jiang115jie@gmail.com",
"license": "GPL-3.0",
"version": "1.3.0",
"version": "1.3.1",
"type": "module",
"source": "src/mod.ts",
"main": "dist/main.cjs",
@@ -43,9 +43,9 @@
"responseType"
],
"devDependencies": {
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.9.0",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"rollup": "^4.20.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
@@ -55,8 +55,8 @@
"typescript-eslint": "^8.0.1"
},
"dependencies": {
"happy-rusty": "^1.4.0",
"happy-rusty": "^1.5.0",
"tiny-invariant": "^1.3.3"
},
"packageManager": "pnpm@9.6.0"
"packageManager": "pnpm@9.7.0"
}
77 changes: 41 additions & 36 deletions pnpm-lock.yaml