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.
- package/.turbo/turbo-build.log +18 -0
- package/CHANGELOG.md +7 -0
- package/package.json +2 -3
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
> keq@5.0.0-alpha.9 build /home/runner/work/keq/keq/packages/keq
|
|
3
|
+
> tsup
|
|
4
|
+
|
|
5
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
6
|
+
[34mCLI[39m Using tsconfig: tsconfig.lib.json
|
|
7
|
+
[34mCLI[39m tsup v8.5.0
|
|
8
|
+
[34mCLI[39m Using tsup config: /home/runner/work/keq/keq/packages/keq/tsup.config.ts
|
|
9
|
+
[34mCLI[39m Target: esnext
|
|
10
|
+
[34mCLI[39m Cleaning output folder
|
|
11
|
+
[34mCJS[39m Build start
|
|
12
|
+
[34mESM[39m Build start
|
|
13
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m41.59 KB[39m
|
|
14
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m94.38 KB[39m
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 48ms
|
|
16
|
+
[32mCJS[39m [1mdist/index.js [22m[32m44.13 KB[39m
|
|
17
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m95.59 KB[39m
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 48ms
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "keq",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
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"
|