@hypernym/bundler 0.6.2 → 0.6.3

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/README.md CHANGED
@@ -21,7 +21,8 @@ npm i -D @hypernym/bundler
21
21
 
22
22
  1. Create a `bundler.config.ts` file at the root of your project:
23
23
 
24
- > **Note**
24
+ > [!NOTE]
25
+ >
25
26
  > Configuration also accepts `.js`, `.mjs`, `.ts`, `.mts` formats.
26
27
 
27
28
  ```ts
@@ -26,7 +26,7 @@ const externals = [
26
26
  ];
27
27
 
28
28
  const name = "bundler";
29
- const version = `0.6.2`;
29
+ const version = `0.6.3`;
30
30
 
31
31
  const cl = console.log;
32
32
  const logger = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypernym/bundler",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "author": "Hypernym Studio",
5
5
  "description": "ESM & TS module bundler.",
6
6
  "license": "MIT",
@@ -60,22 +60,22 @@
60
60
  "@hypernym/colors": "^1.0.1",
61
61
  "@hypernym/spinner": "^0.2.0",
62
62
  "@hypernym/utils": "^2.1.0",
63
- "@rollup/plugin-json": "^6.0.1",
63
+ "@rollup/plugin-json": "^6.1.0",
64
64
  "@rollup/plugin-node-resolve": "^15.2.3",
65
65
  "@rollup/plugin-replace": "^5.0.5",
66
- "esbuild": "^0.19.8",
67
- "rollup": "^4.6.0",
66
+ "esbuild": "^0.19.9",
67
+ "rollup": "^4.9.0",
68
68
  "rollup-plugin-dts": "^6.1.0"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@hypernym/eslint-config": "^2.0.3",
72
72
  "@hypernym/prettier-config": "^2.0.3",
73
73
  "@hypernym/tsconfig": "^1.1.0",
74
- "@types/node": "^20.10.0",
75
- "eslint": "^8.54.0",
76
- "prettier": "^3.1.0",
77
- "tsx": "^4.5.0",
78
- "typescript": "^5.3.2"
74
+ "@types/node": "^20.10.4",
75
+ "eslint": "^8.55.0",
76
+ "prettier": "^3.1.1",
77
+ "tsx": "^4.6.2",
78
+ "typescript": "^5.3.3"
79
79
  },
80
80
  "engines": {
81
81
  "node": ">=v18.0.0"