@keq-request/nestjs 5.0.0-alpha.27 → 5.0.0-alpha.29

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.27 build /home/runner/work/keq/keq/packages/nestjs
2
+ > @keq-request/nestjs@5.0.0-alpha.29 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
  ESM dist/index.mjs 1.19 KB
14
14
  ESM dist/index.mjs.map 2.46 KB
15
- ESM ⚡️ Build success in 75ms
15
+ ESM ⚡️ Build success in 86ms
16
16
  CJS dist/index.js 2.17 KB
17
17
  CJS dist/index.js.map 2.55 KB
18
- CJS ⚡️ Build success in 78ms
18
+ CJS ⚡️ Build success in 87ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @keq-request/nestjs
2
2
 
3
+ ## 5.0.0-alpha.29
4
+
5
+ ### Patch Changes
6
+
7
+ - keq@5.0.0-alpha.29
8
+
9
+ ## 5.0.0-alpha.28
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [d076b76]
14
+ - keq@5.0.0-alpha.28
15
+
3
16
  ## 5.0.0-alpha.27
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keq-request/nestjs",
3
- "version": "5.0.0-alpha.27",
3
+ "version": "5.0.0-alpha.29",
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.27"
40
+ "keq": "5.0.0-alpha.29"
41
41
  },
42
42
  "peerDependencies": {
43
- "keq": "^5.0.0-alpha.27",
43
+ "keq": "^5.0.0-alpha.29",
44
44
  "@nestjs/common": "^11.0.0"
45
45
  },
46
46
  "engines": {