@keq-request/nestjs 5.0.0-alpha.33 → 5.0.0-alpha.34

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.33 build /home/runner/work/keq/keq/packages/nestjs
2
+ > @keq-request/nestjs@5.0.0-alpha.34 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 2.27 KB
14
14
  ESM dist/index.mjs.map 3.94 KB
15
- ESM ⚡️ Build success in 79ms
15
+ ESM ⚡️ Build success in 85ms
16
16
  CJS dist/index.js 3.28 KB
17
17
  CJS dist/index.js.map 4.04 KB
18
- CJS ⚡️ Build success in 82ms
18
+ CJS ⚡️ Build success in 88ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @keq-request/nestjs
2
2
 
3
+ ## 5.0.0-alpha.34
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a7a83da]
8
+ - Updated dependencies [f8abc63]
9
+ - keq@5.0.0-alpha.34
10
+
3
11
  ## 5.0.0-alpha.33
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keq-request/nestjs",
3
- "version": "5.0.0-alpha.33",
3
+ "version": "5.0.0-alpha.34",
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.33"
40
+ "keq": "5.0.0-alpha.34"
41
41
  },
42
42
  "peerDependencies": {
43
- "keq": "^5.0.0-alpha.33",
43
+ "keq": "^5.0.0-alpha.34",
44
44
  "@nestjs/common": "^11.0.0"
45
45
  },
46
46
  "engines": {