@keq-request/nestjs 5.0.0-beta.10 → 5.0.0-beta.11

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.10 build /home/runner/work/keq/keq/packages/nestjs
2
+ > @keq-request/nestjs@5.0.0-beta.11 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:2742) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/keq/keq/packages/nestjs/tsdown.config.ts?no-cache=8189b2cf-8eb7-4535-86e4-76dbf1cebae5 is not specified and it doesn't parse as CommonJS.
7
+ (node:2746) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/keq/keq/packages/nestjs/tsdown.config.ts?no-cache=0efd33bf-1c41-465a-8588-1641d5aab98c 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: 13.11 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 4.54 kB │ gzip: 1.57 kB
21
- ℹ [ESM] dist/index.mjs.map 7.21 kB │ gzip: 2.36 kB
22
- ℹ [ESM] dist/index.d.mts.map 0.99 kB │ gzip: 0.43 kB
23
- ℹ [ESM] dist/index.d.mts 1.86 kB │ gzip: 0.66 kB
24
- ℹ [ESM] 4 files, total: 14.60 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
- ✔ Build complete in 5031ms
28
20
  ℹ [CJS] dist/index.d.ts.map 0.99 kB │ gzip: 0.43 kB
29
21
  ℹ [CJS] dist/index.d.ts 1.86 kB │ gzip: 0.65 kB
30
22
  ℹ [CJS] 2 files, total: 2.85 kB
31
- ✔ Build complete in 5034ms
32
23
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugins. Here is a breakdown:
33
- - rolldown-plugin-dts:generate (46%)
34
- - tsdown:deps (44%)
24
+ - rolldown-plugin-dts:generate (48%)
25
+ - tsdown:deps (46%)
35
26
  See https://rolldown.rs/options/checks#plugintimings for more details.
36
27
 
28
+ ✔ Build complete in 5198ms
29
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
30
+ ℹ [ESM] dist/index.mjs 4.54 kB │ gzip: 1.57 kB
31
+
32
+ ℹ [ESM] dist/index.mjs.map 7.21 kB │ gzip: 2.36 kB
33
+ ℹ [ESM] dist/index.d.mts.map 0.99 kB │ gzip: 0.43 kB
34
+ ℹ [ESM] dist/index.d.mts 1.86 kB │ gzip: 0.66 kB
35
+ ℹ [ESM] 4 files, total: 14.60 kB
36
+ ✔ Build complete in 5201ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @keq-request/nestjs
2
2
 
3
+ ## 5.0.0-beta.11
4
+
5
+ ### Patch Changes
6
+
7
+ - keq@5.0.0-beta.11
8
+
3
9
  ## 5.0.0-beta.10
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keq-request/nestjs",
3
- "version": "5.0.0-beta.10",
3
+ "version": "5.0.0-beta.11",
4
4
  "description": "Request API write by Typescript for flexibility, readability, and a low learning curve.",
5
5
  "keywords": [
6
6
  "request",
@@ -41,12 +41,12 @@
41
41
  "@nestjs/core": "^11.1.19",
42
42
  "@types/node": "^20.19.39",
43
43
  "@types/picomatch": "^4.0.0",
44
- "keq": "5.0.0-beta.10"
44
+ "keq": "5.0.0-beta.11"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@nestjs/common": "^11.0.0",
48
48
  "@nestjs/core": "^11.0.0",
49
- "keq": "^5.0.0-beta.10"
49
+ "keq": "^5.0.0-beta.11"
50
50
  },
51
51
  "engines": {
52
52
  "node": ">=20.0.0"