@keq-request/cli 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,22 @@
1
+
2
+ > @keq-request/cli@5.0.0-alpha.9 build /home/runner/work/keq/keq/packages/cli
3
+ > tsup
4
+
5
+ CLI Building entry: src/cli.ts, 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/cli/tsup.config.ts
9
+ CLI Target: esnext
10
+ CLI Cleaning output folder
11
+ CJS Build start
12
+ ESM Build start
13
+ ESM dist/cli.js 63.33 KB
14
+ ESM dist/index.js 59.12 KB
15
+ ESM dist/cli.js.map 126.96 KB
16
+ ESM dist/index.js.map 119.88 KB
17
+ ESM ⚡️ Build success in 203ms
18
+ CJS dist/cli.cjs 66.50 KB
19
+ CJS dist/index.cjs 62.71 KB
20
+ CJS dist/cli.cjs.map 127.21 KB
21
+ CJS dist/index.cjs.map 120.35 KB
22
+ CJS ⚡️ Build success in 215ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
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
+ - Updated dependencies [2686b8d]
10
+ - Updated dependencies [2686b8d]
11
+ - keq@5.0.0-alpha.9
12
+
3
13
  ## 5.0.0-alpha.8
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "keq": "dist/cli.cjs"
8
8
  },
9
9
  "description": "Transform Swagger/OpenAPI to the function that send request by keq",
10
- "version": "5.0.0-alpha.8",
10
+ "version": "5.0.0-alpha.9",
11
11
  "engines": {
12
12
  "node": ">=18.0.0"
13
13
  },
@@ -38,7 +38,7 @@
38
38
  "@types/node": "^20.19.24",
39
39
  "@types/ramda": "^0.31.1",
40
40
  "@types/swagger2openapi": "^7.0.4",
41
- "keq": "5.0.0-alpha.8"
41
+ "keq": "5.0.0-alpha.9"
42
42
  },
43
43
  "dependencies": {
44
44
  "@inquirer/prompts": "^7.9.0",
@@ -69,7 +69,7 @@
69
69
  "word-wrap": "^1.2.5"
70
70
  },
71
71
  "peerDependencies": {
72
- "keq": "5.0.0-alpha.8"
72
+ "keq": "5.0.0-alpha.9"
73
73
  },
74
74
  "scripts": {
75
75
  "build": "tsup",