@hypernym/bundler 0.9.2 → 0.9.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.
@@ -28,7 +28,7 @@ const externals = [
28
28
  ];
29
29
 
30
30
  const name = "bundler";
31
- const version = `0.9.2`;
31
+ const version = `0.9.3`;
32
32
 
33
33
  const cl = console.log;
34
34
  const logger = {
@@ -237,7 +237,7 @@ async function build(cwd, options) {
237
237
  if (_entry.pluginsOptions?.replace) {
238
238
  _entry.plugins.unshift(
239
239
  replacePlugin({
240
- preventAssignment: true,
240
+ true: true,
241
241
  ..._entry.pluginsOptions.replace
242
242
  })
243
243
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypernym/bundler",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "author": "Hypernym Studio",
5
5
  "description": "ESM & TS module bundler.",
6
6
  "license": "MIT",
@@ -67,19 +67,19 @@
67
67
  "@rollup/plugin-alias": "^5.1.0",
68
68
  "@rollup/plugin-json": "^6.1.0",
69
69
  "@rollup/plugin-node-resolve": "^15.2.3",
70
- "@rollup/plugin-replace": "^5.0.5",
71
- "esbuild": "^0.21.4",
72
- "rollup": "^4.18.0",
70
+ "@rollup/plugin-replace": "^5.0.7",
71
+ "esbuild": "^0.23.1",
72
+ "rollup": "^4.21.0",
73
73
  "rollup-plugin-dts": "^6.1.1"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@hypernym/eslint-config": "^3.0.2",
77
77
  "@hypernym/prettier-config": "^3.0.1",
78
78
  "@hypernym/tsconfig": "^2.0.0",
79
- "@types/node": "^20.14.1",
80
- "eslint": "^9.4.0",
81
- "prettier": "^3.3.0",
82
- "tsx": "^4.11.2",
83
- "typescript": "^5.4.5"
79
+ "@types/node": "^22.5.0",
80
+ "eslint": "^9.9.1",
81
+ "prettier": "^3.3.3",
82
+ "tsx": "^4.17.1",
83
+ "typescript": "^5.5.4"
84
84
  }
85
85
  }