rebuildjs 0.41.2 → 0.42.0

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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +2 -2
package/build/index.js CHANGED
@@ -177,7 +177,7 @@ export async function browser__build(config) {
177
177
  entryNames: '[name]-[hash]',
178
178
  assetNames: '[name]-[hash]',
179
179
  bundle: true,
180
- target: 'es2021',
180
+ target: 'es2022',
181
181
  treeShaking: true,
182
182
  minify: is_prod_(app_ctx),
183
183
  sourcemap: 'external',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rebuildjs",
3
- "version": "0.41.2",
3
+ "version": "0.42.0",
4
4
  "description": "Reactive esbuild...simple hackable alternative to vite for Multi Page Apps",
5
5
  "keywords": [
6
6
  "reactive",
@@ -53,7 +53,7 @@
53
53
  "./package.json": "./package.json"
54
54
  },
55
55
  "dependencies": {
56
- "ctx-core": "^5.25.2",
56
+ "ctx-core": "^5.25.3",
57
57
  "elysia": "^0.8.9",
58
58
  "esbuild": "^0.19.11",
59
59
  "fdir": "^6.1.1",