@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 +1 -1
- package/dist/build/index.js +2 -1
- package/package.json +3 -3
package/dist/bin/index.js
CHANGED
package/dist/build/index.js
CHANGED
|
@@ -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
|
|
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.
|
|
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.
|
|
62
|
-
"rolldown-plugin-dts": "^0.
|
|
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",
|