@keq-request/nestjs 5.0.0-alpha.28 → 5.0.0-alpha.30

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @keq-request/nestjs@5.0.0-alpha.28 build /home/runner/work/keq/keq/packages/nestjs
2
+ > @keq-request/nestjs@5.0.0-alpha.30 build /home/runner/work/keq/keq/packages/nestjs
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,7 +12,7 @@
12
12
  ESM Build start
13
13
  CJS dist/index.js 2.17 KB
14
14
  CJS dist/index.js.map 2.55 KB
15
- CJS ⚡️ Build success in 102ms
15
+ CJS ⚡️ Build success in 83ms
16
16
  ESM dist/index.mjs 1.19 KB
17
17
  ESM dist/index.mjs.map 2.46 KB
18
- ESM ⚡️ Build success in 103ms
18
+ ESM ⚡️ Build success in 84ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @keq-request/nestjs
2
2
 
3
+ ## 5.0.0-alpha.30
4
+
5
+ ### Patch Changes
6
+
7
+ - keq@5.0.0-alpha.30
8
+
9
+ ## 5.0.0-alpha.29
10
+
11
+ ### Patch Changes
12
+
13
+ - keq@5.0.0-alpha.29
14
+
3
15
  ## 5.0.0-alpha.28
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keq-request/nestjs",
3
- "version": "5.0.0-alpha.28",
3
+ "version": "5.0.0-alpha.30",
4
4
  "description": "Request API write by Typescript for flexibility, readability, and a low learning curve.",
5
5
  "keywords": [
6
6
  "request",
@@ -37,10 +37,10 @@
37
37
  "devDependencies": {
38
38
  "@types/node": "^20.19.25",
39
39
  "@nestjs/common": "^11.0.0",
40
- "keq": "5.0.0-alpha.28"
40
+ "keq": "5.0.0-alpha.30"
41
41
  },
42
42
  "peerDependencies": {
43
- "keq": "^5.0.0-alpha.28",
43
+ "keq": "^5.0.0-alpha.30",
44
44
  "@nestjs/common": "^11.0.0"
45
45
  },
46
46
  "engines": {