keq 5.0.0-alpha.8 → 5.0.0-alpha.9

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.
@@ -0,0 +1,18 @@
1
+
2
+ > keq@5.0.0-alpha.9 build /home/runner/work/keq/keq/packages/keq
3
+ > tsup
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.lib.json
7
+ CLI tsup v8.5.0
8
+ CLI Using tsup config: /home/runner/work/keq/keq/packages/keq/tsup.config.ts
9
+ CLI Target: esnext
10
+ CLI Cleaning output folder
11
+ CJS Build start
12
+ ESM Build start
13
+ ESM dist/index.mjs 41.59 KB
14
+ ESM dist/index.mjs.map 94.38 KB
15
+ ESM ⚡️ Build success in 48ms
16
+ CJS dist/index.js 44.13 KB
17
+ CJS dist/index.js.map 95.59 KB
18
+ CJS ⚡️ Build success in 48ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## 5.0.0-alpha.6 (2025-09-17)
2
2
 
3
+ ## 5.0.0-alpha.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 2686b8d: build with burbo
8
+ - 2686b8d: remove private dependencies
9
+
3
10
  ## 5.0.0-alpha.8
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keq",
3
- "version": "5.0.0-alpha.8",
3
+ "version": "5.0.0-alpha.9",
4
4
  "description": "Request API write by Typescript for flexibility, readability, and a low learning curve.",
5
5
  "keywords": [
6
6
  "request",
@@ -47,8 +47,7 @@
47
47
  "@types/clone": "^2.1.4",
48
48
  "@types/node": "^20.19.24",
49
49
  "@types/qs": "^6.14.0",
50
- "typescript": "^5.9.3",
51
- "@keq-request/test": "5.0.0-alpha.8"
50
+ "typescript": "^5.9.3"
52
51
  },
53
52
  "engines": {
54
53
  "node": ">=20.0.0"