@batijs/build 0.0.626 → 0.0.628

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 +4 -0
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -146,6 +146,8 @@ async function executeOperationTransform(op, { meta, previousOperationSameDestin
146
146
  //#endregion
147
147
  //#region src/relations.ts
148
148
  var RelationFile = class RelationFile {
149
+ pathAbsolute;
150
+ includeIfImported;
149
151
  static allPathAbsolute = /* @__PURE__ */ new Map();
150
152
  static allIncludeIfImported = [];
151
153
  constructor(pathAbsolute, includeIfImported) {
@@ -156,6 +158,8 @@ var RelationFile = class RelationFile {
156
158
  }
157
159
  };
158
160
  var RelationImport = class RelationImport {
161
+ source;
162
+ importTarget;
159
163
  static allImports = [];
160
164
  constructor(source, importTarget) {
161
165
  this.source = source;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/build",
3
- "version": "0.0.626",
3
+ "version": "0.0.628",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -11,11 +11,11 @@
11
11
  "@batijs/core": "",
12
12
  "@batijs/features": "",
13
13
  "@types/node": "^20.19.37",
14
- "tsdown": "^0.21.10",
15
- "@batijs/compile": "0.0.626"
14
+ "tsdown": "^0.22.0",
15
+ "@batijs/compile": "0.0.628"
16
16
  },
17
17
  "peerDependencies": {
18
- "@batijs/core": "0.0.626"
18
+ "@batijs/core": "0.0.628"
19
19
  },
20
20
  "main": "./dist/index.js",
21
21
  "module": "./dist/index.js",