@keq-request/nestjs 5.0.0-beta.7 → 5.0.0-beta.8

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,10 +1,10 @@
1
1
 
2
- > @keq-request/nestjs@5.0.0-beta.7 build /home/runner/work/keq/keq/packages/nestjs
2
+ > @keq-request/nestjs@5.0.0-beta.8 build /home/runner/work/keq/keq/packages/nestjs
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.21.10 powered by rolldown v1.0.0-rc.17
6
6
  ℹ config file: /home/runner/work/keq/keq/packages/nestjs/tsdown.config.ts
7
- (node:2725) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/keq/keq/packages/nestjs/tsdown.config.ts?no-cache=cdea5fdb-7c70-4478-9a86-5d03a2f3696d is not specified and it doesn't parse as CommonJS.
7
+ (node:2717) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/keq/keq/packages/nestjs/tsdown.config.ts?no-cache=3f490846-9a79-4ef3-9878-a48fbb7883c3 is not specified and it doesn't parse as CommonJS.
8
8
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
9
9
  To eliminate this warning, add "type": "module" to /home/runner/work/keq/keq/packages/nestjs/package.json.
10
10
  (Use `node --trace-warnings ...` to show where the warning was created)
@@ -17,20 +17,20 @@ To eliminate this warning, add "type": "module" to /home/runner/work/keq/keq/pac
17
17
  ℹ [CJS] 2 files, total: 5.89 kB
18
18
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `tsdown:deps`. See https://rolldown.rs/options/checks#plugintimings for more details.
19
19
 
20
- ℹ [ESM] dist/index.mjs 2.17 kB │ gzip: 0.92 kB
21
- ℹ [ESM] dist/index.mjs.map 3.49 kB │ gzip: 1.34 kB
22
- ℹ [ESM] dist/index.d.mts.map 0.54 kB │ gzip: 0.30 kB
23
- ℹ [ESM] dist/index.d.mts 2.17 kB │ gzip: 0.89 kB
24
- ℹ [ESM] 4 files, total: 8.37 kB
25
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
26
-
27
20
  ℹ [CJS] dist/index.d.ts.map 0.54 kB │ gzip: 0.30 kB
28
21
  ℹ [CJS] dist/index.d.ts 2.17 kB │ gzip: 0.89 kB
29
22
  ℹ [CJS] 2 files, total: 2.71 kB
30
- ✔ Build complete in 4091ms
31
23
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
32
- - rolldown-plugin-dts:generate (47%)
24
+ - rolldown-plugin-dts:generate (50%)
33
25
  - tsdown:deps (47%)
34
26
  See https://rolldown.rs/options/checks#plugintimings for more details.
35
27
 
36
- ✔ Build complete in 4095ms
28
+ ✔ Build complete in 4253ms
29
+ ℹ [ESM] dist/index.mjs 2.17 kB │ gzip: 0.92 kB
30
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
31
+
32
+ ℹ [ESM] dist/index.mjs.map 3.49 kB │ gzip: 1.34 kB
33
+ ℹ [ESM] dist/index.d.mts.map 0.54 kB │ gzip: 0.30 kB
34
+ ℹ [ESM] dist/index.d.mts 2.17 kB │ gzip: 0.89 kB
35
+ ℹ [ESM] 4 files, total: 8.37 kB
36
+ ✔ Build complete in 4258ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @keq-request/nestjs
2
2
 
3
+ ## 5.0.0-beta.8
4
+
5
+ ### Patch Changes
6
+
7
+ - keq@5.0.0-beta.8
8
+
3
9
  ## 5.0.0-beta.7
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-beta.7",
3
+ "version": "5.0.0-beta.8",
4
4
  "description": "Request API write by Typescript for flexibility, readability, and a low learning curve.",
5
5
  "keywords": [
6
6
  "request",
@@ -36,11 +36,11 @@
36
36
  "devDependencies": {
37
37
  "@nestjs/common": "^11.1.19",
38
38
  "@types/node": "^20.19.39",
39
- "keq": "5.0.0-beta.7"
39
+ "keq": "5.0.0-beta.8"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@nestjs/common": "^11.0.0",
43
- "keq": "^5.0.0-beta.7"
43
+ "keq": "^5.0.0-beta.8"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=20.0.0"