@batijs/build 0.0.434 → 0.0.435

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/dist/index.js +6 -6
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  // src/index.ts
2
- import { existsSync } from "node:fs";
3
- import { mkdir, opendir, rm, rmdir, writeFile } from "node:fs/promises";
4
- import path from "node:path";
2
+ import { existsSync } from "fs";
3
+ import { mkdir, opendir, rm, rmdir, writeFile } from "fs/promises";
4
+ import path from "path";
5
5
  import "@batijs/core";
6
6
 
7
7
  // src/operations/file.ts
8
8
  import { transformAndFormat as transformAndFormat2 } from "@batijs/core";
9
- import { readFile } from "node:fs/promises";
10
- import { relative } from "node:path";
9
+ import { readFile } from "fs/promises";
10
+ import { relative } from "path";
11
11
 
12
12
  // src/operations/merge-dts.ts
13
13
  import { parseModule, transformAndFormat } from "@batijs/core";
@@ -202,7 +202,7 @@ Please report this issue to https://github.com/vikejs/bati`);
202
202
  };
203
203
 
204
204
  // src/relations.ts
205
- import { extname } from "node:path";
205
+ import { extname } from "path";
206
206
  var RelationFile = class _RelationFile {
207
207
  constructor(pathAbsolute, includeIfImported) {
208
208
  this.pathAbsolute = pathAbsolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/build",
3
- "version": "0.0.434",
3
+ "version": "0.0.435",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -8,13 +8,13 @@
8
8
  "repository": "https://github.com/vikejs/bati",
9
9
  "license": "MIT",
10
10
  "devDependencies": {
11
- "@types/node": "^18.19.87",
12
- "tsup": "^8.4.0",
13
- "@batijs/compile": "0.0.434",
14
- "@batijs/features": "0.0.434"
11
+ "@types/node": "^18.19.103",
12
+ "tsup": "^8.5.0",
13
+ "@batijs/compile": "0.0.435",
14
+ "@batijs/features": "0.0.435"
15
15
  },
16
16
  "dependencies": {
17
- "@batijs/core": "0.0.434"
17
+ "@batijs/core": "0.0.435"
18
18
  },
19
19
  "main": "./dist/index.js",
20
20
  "module": "./dist/index.js",