iboot-http-client 1.0.3 → 1.0.5

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/package.json CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "name": "iboot-http-client",
3
- "private": false,
4
- "version": "1.0.3",
5
- "description": "iBoot.xin 相关应用的客户端Http封装",
6
- "type": "module",
7
- "main": "./dist/iboot-http-client.cjs.js",
8
- "module": "./dist/iboot-http-client.es.js",
9
- "browser": "./dist/iboot-http-client.umd.js",
10
- "exports": {
11
- ".": {
12
- "types": "./dist/types/index.d.ts",
13
- "import": "./dist/iboot-http-client.es.js",
14
- "require": "./dist/iboot-http-client.cjs.js",
15
- "default": "./dist/iboot-http-client.es.js"
16
- }
17
- },
18
- "types": "./dist/types/index.d.ts",
19
- "files": [
20
- "dist/**/*"
21
- ],
22
- "scripts": {
23
- "dev": "vite",
24
- "build": "tsc && vite build",
25
- "build:types": "tsc --emitDeclarationOnly --outDir dist/types",
26
- "test": "vitest run",
27
- "preview": "vite preview",
28
- "prepublishOnly": "npm run build"
29
- },
30
- "keywords": [
31
- "http",
32
- "client",
33
- "request",
34
- "fetch",
35
- "api",
36
- "rest"
37
- ],
38
- "author": "szygnet@qq.com",
39
- "license": "MIT",
40
- "devDependencies": {
41
- "@types/crypto-js": "^4.2.2",
42
- "@types/node": "^25.0.3",
43
- "typescript": "~5.9.3",
44
- "vite": "^7.2.4",
45
- "vite-plugin-dts": "^4.5.4",
46
- "vitest": "^1.0.0"
47
- },
48
- "repository": {
49
- "type": "git",
50
- "url": "git+https://github.com/rockychen2016/iboot-http-client.git"
51
- },
52
- "bugs": {
53
- "url": "https://github.com/rockychen2016/iboot-http-client/issues"
54
- },
55
- "homepage": "https://github.com/rockychen2016/iboot-http-client#readme",
56
- "dependencies": {
57
- "crypto-js": "^4.2.0",
58
- "js-md5": "^0.8.3",
59
- "pino": "^10.1.0"
60
- }
61
- }
1
+ {
2
+ "name": "iboot-http-client",
3
+ "private": false,
4
+ "version": "1.0.5",
5
+ "description": "iBoot.xin 相关应用的客户端Http封装",
6
+ "type": "module",
7
+ "main": "./dist/iboot-http-client.cjs.js",
8
+ "module": "./dist/iboot-http-client.es.js",
9
+ "browser": "./dist/iboot-http-client.umd.js",
10
+ "exports": {
11
+ ".": {
12
+ "types": "./dist/types/index.d.ts",
13
+ "import": "./dist/iboot-http-client.es.js",
14
+ "require": "./dist/iboot-http-client.cjs.js",
15
+ "default": "./dist/iboot-http-client.es.js"
16
+ }
17
+ },
18
+ "types": "./dist/types/index.d.ts",
19
+ "files": [
20
+ "dist/**/*"
21
+ ],
22
+ "scripts": {
23
+ "dev": "vite",
24
+ "build": "tsc && vite build",
25
+ "build:types": "tsc --emitDeclarationOnly --outDir dist/types",
26
+ "test": "vitest run",
27
+ "preview": "vite preview",
28
+ "prepublishOnly": "npm run build"
29
+ },
30
+ "keywords": [
31
+ "http",
32
+ "client",
33
+ "request",
34
+ "fetch",
35
+ "api",
36
+ "rest"
37
+ ],
38
+ "author": "szygnet@qq.com",
39
+ "license": "MIT",
40
+ "devDependencies": {
41
+ "@types/crypto-js": "^4.2.2",
42
+ "@types/node": "^25.0.3",
43
+ "typescript": "~5.9.3",
44
+ "vite": "^7.2.4",
45
+ "vite-plugin-dts": "^4.5.4",
46
+ "vitest": "^1.0.0"
47
+ },
48
+ "repository": {
49
+ "type": "git",
50
+ "url": "git+https://github.com/rockychen2016/iboot-http-client.git"
51
+ },
52
+ "bugs": {
53
+ "url": "https://github.com/rockychen2016/iboot-http-client/issues"
54
+ },
55
+ "homepage": "https://github.com/rockychen2016/iboot-http-client#readme",
56
+ "dependencies": {
57
+ "crypto-js": "^4.2.0",
58
+ "js-md5": "^0.8.3",
59
+ "pino": "^10.1.0"
60
+ }
61
+ }