@hypernym/bundler 0.31.0 → 0.31.1

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.
package/dist/bin/index.js CHANGED
@@ -9,7 +9,7 @@ import { build as build$1 } from "../build/index.js";
9
9
 
10
10
  //#region src/bin/meta.ts
11
11
  const name = `Hyperbundler`;
12
- const version = `0.31.0`;
12
+ const version = `0.31.1`;
13
13
 
14
14
  //#endregion
15
15
  //#region src/utils/logger.ts
@@ -140,9 +140,10 @@ async function build(options) {
140
140
  ...entry.dtsPlugin,
141
141
  emitDtsOnly: true
142
142
  })],
143
+ checks: { pluginTimings: false },
143
144
  onLog: (level, log, handler) => {
144
145
  if (entry.onLog) entry.onLog(level, log, handler, buildLogs);
145
- else if (log.code !== "PLUGIN_TIMINGS") buildLogs.push({
146
+ else buildLogs.push({
146
147
  level,
147
148
  log
148
149
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypernym/bundler",
3
- "version": "0.31.0",
3
+ "version": "0.31.1",
4
4
  "author": "Hypernym Studio",
5
5
  "description": "ESM & TS module bundler.",
6
6
  "license": "MIT",
@@ -58,8 +58,8 @@
58
58
  "@hypernym/args": "^0.3.4",
59
59
  "@hypernym/colors": "^1.0.6",
60
60
  "@hypernym/utils": "^3.4.6",
61
- "rolldown": "^1.0.0-beta.55",
62
- "rolldown-plugin-dts": "^0.19.1"
61
+ "rolldown": "^1.0.0-beta.58",
62
+ "rolldown-plugin-dts": "^0.20.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@hypernym/eslint-config": "^3.6.6",