@happy-ts/fetch-t 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.cn.md +1 -1
- package/README.md +2 -2
- package/package.json +5 -5
package/README.cn.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# fetchT
|
|
2
2
|
|
|
3
|
-
[](https://npmjs.org/package/fetch-t)
|
|
3
|
+
[](https://npmjs.org/package/@happy-ts/fetch-t)
|
|
4
4
|
[](https://jsr.io/@happy-ts/fetch-t)
|
|
5
5
|
[](https://jsr.io/@happy-ts/fetch-t/score)
|
|
6
6
|
[](https://github.com/jiangjie/fetch-t/actions/workflows/test.yml)
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# fetchT
|
|
2
2
|
|
|
3
|
-
[](https://npmjs.org/package/fetch-t)
|
|
3
|
+
[](https://npmjs.org/package/@happy-ts/fetch-t)
|
|
4
4
|
[](https://jsr.io/@happy-ts/fetch-t)
|
|
5
5
|
[](https://jsr.io/@happy-ts/fetch-t/score)
|
|
6
6
|
[](https://github.com/jiangjie/fetch-t/actions/workflows/test.yml)
|
|
@@ -21,7 +21,7 @@ The return data of fetchT is of a specific type, which can be either `string`, `
|
|
|
21
21
|
|
|
22
22
|
via pnpm
|
|
23
23
|
```
|
|
24
|
-
pnpm add happy-
|
|
24
|
+
pnpm add @happy-ts/fetch-t
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
or via yarn
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Cancelable fetch wrapper with the ability to specify the return type.",
|
|
4
4
|
"author": "jiang115jie@gmail.com",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.7",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"source": "src/mod.ts",
|
|
9
9
|
"main": "dist/main.cjs",
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
],
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@jest/globals": "^29.7.0",
|
|
40
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
41
|
-
"@typescript-eslint/parser": "^7.
|
|
40
|
+
"@typescript-eslint/eslint-plugin": "^7.9.0",
|
|
41
|
+
"@typescript-eslint/parser": "^7.9.0",
|
|
42
42
|
"eslint": "^8.57.0",
|
|
43
|
-
"rimraf": "^5.0.
|
|
43
|
+
"rimraf": "^5.0.7",
|
|
44
44
|
"rollup": "^4.17.2",
|
|
45
45
|
"rollup-plugin-dts": "^6.1.0",
|
|
46
46
|
"rollup-plugin-esbuild": "^6.1.1",
|
|
47
47
|
"typescript": "^5.4.5"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"happy-rusty": "^1.0.
|
|
50
|
+
"happy-rusty": "^1.0.9"
|
|
51
51
|
},
|
|
52
52
|
"packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
|
|
53
53
|
}
|