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

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.32 build /home/runner/work/keq/keq/packages/nestjs
2
+ > @keq-request/nestjs@5.0.0-alpha.33 build /home/runner/work/keq/keq/packages/nestjs
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,9 +10,9 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- CJS dist/index.js 3.28 KB
14
- CJS dist/index.js.map 4.04 KB
15
- CJS ⚡️ Build success in 89ms
16
13
  ESM dist/index.mjs 2.27 KB
17
14
  ESM dist/index.mjs.map 3.94 KB
18
- ESM ⚡️ Build success in 96ms
15
+ ESM ⚡️ Build success in 79ms
16
+ CJS dist/index.js 3.28 KB
17
+ CJS dist/index.js.map 4.04 KB
18
+ CJS ⚡️ Build success in 82ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @keq-request/nestjs
2
2
 
3
+ ## 5.0.0-alpha.33
4
+
5
+ ### Patch Changes
6
+
7
+ - keq@5.0.0-alpha.33
8
+
3
9
  ## 5.0.0-alpha.32
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keq-request/nestjs",
3
- "version": "5.0.0-alpha.32",
3
+ "version": "5.0.0-alpha.33",
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.32"
40
+ "keq": "5.0.0-alpha.33"
41
41
  },
42
42
  "peerDependencies": {
43
- "keq": "^5.0.0-alpha.32",
43
+ "keq": "^5.0.0-alpha.33",
44
44
  "@nestjs/common": "^11.0.0"
45
45
  },
46
46
  "engines": {