@hypernym/bundler 0.30.5 → 0.30.6

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.30.5`;
12
+ const version = `0.30.6`;
13
13
 
14
14
  //#endregion
15
15
  //#region src/utils/logger.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypernym/bundler",
3
- "version": "0.30.5",
3
+ "version": "0.30.6",
4
4
  "author": "Hypernym Studio",
5
5
  "description": "ESM & TS module bundler.",
6
6
  "license": "MIT",
@@ -58,16 +58,16 @@
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.50",
62
- "rolldown-plugin-dts": "^0.17.7"
61
+ "rolldown": "^1.0.0-beta.53",
62
+ "rolldown-plugin-dts": "^0.18.3"
63
63
  },
64
64
  "devDependencies": {
65
- "@hypernym/eslint-config": "^3.6.5",
66
- "@hypernym/prettier-config": "^3.2.9",
67
- "@hypernym/tsconfig": "^2.6.3",
65
+ "@hypernym/eslint-config": "^3.6.6",
66
+ "@hypernym/prettier-config": "^3.2.10",
67
+ "@hypernym/tsconfig": "^2.6.4",
68
68
  "@types/node": "^24.10.1",
69
69
  "eslint": "^9.39.1",
70
- "prettier": "^3.6.2",
70
+ "prettier": "^3.7.4",
71
71
  "typescript": "^5.9.3"
72
72
  },
73
73
  "scripts": {