@git.zone/tsbundle 2.0.9 → 2.0.10

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.
@@ -16,7 +16,7 @@ export class TsBundleProcess {
16
16
  bundle: true,
17
17
  sourcemap: true,
18
18
  format: 'esm',
19
- target: 'es2020',
19
+ target: 'es2022',
20
20
  outfile: toArg,
21
21
  tsconfig: paths.tsconfigPath
22
22
  });
@@ -34,7 +34,7 @@ export class TsBundleProcess {
34
34
  bundle: true,
35
35
  sourcemap: true,
36
36
  format: 'esm',
37
- target: 'es2020',
37
+ target: 'es2022',
38
38
  minify: true,
39
39
  outfile: toArg,
40
40
  tsconfig: paths.tsconfigPath
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@git.zone/tsbundle",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "private": false,
5
5
  "description": "a bundler using rollup for painless bundling of web projects",
6
6
  "main": "dist_ts/index.js",
@@ -16,25 +16,26 @@
16
16
  "tsbundle": "cli.js"
17
17
  },
18
18
  "devDependencies": {
19
- "@git.zone/tsbuild": "^2.1.69",
19
+ "@git.zone/tsbuild": "^2.1.70",
20
20
  "@git.zone/tsrun": "^1.2.46",
21
- "@git.zone/tstest": "^1.0.74",
21
+ "@git.zone/tstest": "^1.0.81",
22
22
  "@push.rocks/tapbundle": "^5.0.15",
23
- "@types/node": "^20.5.6"
23
+ "@types/node": "^20.8.2"
24
24
  },
25
25
  "dependencies": {
26
26
  "@push.rocks/early": "^4.0.4",
27
27
  "@push.rocks/smartcli": "^4.0.8",
28
- "@push.rocks/smartfile": "^10.0.30",
28
+ "@push.rocks/smartdelay": "^3.0.5",
29
+ "@push.rocks/smartfile": "^10.0.32",
29
30
  "@push.rocks/smartlog": "^3.0.3",
30
31
  "@push.rocks/smartlog-destination-local": "^9.0.0",
31
32
  "@push.rocks/smartpath": "^5.0.11",
32
33
  "@push.rocks/smartpromise": "^4.0.2",
33
34
  "@push.rocks/smartspawn": "^3.0.2",
34
- "@types/html-minifier": "^4.0.2",
35
- "esbuild": "^0.19.2",
35
+ "@types/html-minifier": "^4.0.3",
36
+ "esbuild": "^0.19.4",
36
37
  "html-minifier": "^4.0.0",
37
- "typescript": "5.1.6"
38
+ "typescript": "5.2.2"
38
39
  },
39
40
  "files": [
40
41
  "ts/**/*",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/tsbundle',
6
- version: '2.0.9',
6
+ version: '2.0.10',
7
7
  description: 'a bundler using rollup for painless bundling of web projects'
8
8
  }
@@ -23,7 +23,7 @@ export class TsBundleProcess {
23
23
  bundle: true,
24
24
  sourcemap: true,
25
25
  format: 'esm',
26
- target: 'es2020',
26
+ target: 'es2022',
27
27
  outfile: toArg,
28
28
  tsconfig: paths.tsconfigPath
29
29
  });
@@ -46,7 +46,7 @@ export class TsBundleProcess {
46
46
  bundle: true,
47
47
  sourcemap: true,
48
48
  format: 'esm',
49
- target: 'es2020',
49
+ target: 'es2022',
50
50
  minify: true,
51
51
  outfile: toArg,
52
52
  tsconfig: paths.tsconfigPath