@batijs/build 0.0.644 → 0.0.645

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 +1 -0
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -116,6 +116,7 @@ async function transformFileAfterExec(filepath, fileContent) {
116
116
  case ".env.production.local":
117
117
  case ".html":
118
118
  case ".md":
119
+ case ".sql":
119
120
  case ".toml":
120
121
  case "Dockerfile":
121
122
  case ".dockerignore": return fileContent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/build",
3
- "version": "0.0.644",
3
+ "version": "0.0.645",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -13,14 +13,14 @@
13
13
  "repository": "https://github.com/vikejs/bati",
14
14
  "license": "MIT",
15
15
  "devDependencies": {
16
- "@batijs/compile": "0.0.644",
17
- "@batijs/core": "0.0.644",
18
- "@batijs/features": "0.0.644",
16
+ "@batijs/compile": "0.0.645",
17
+ "@batijs/core": "0.0.645",
18
+ "@batijs/features": "0.0.645",
19
19
  "@types/node": "^20.19.37",
20
20
  "tsdown": "^0.22.2"
21
21
  },
22
22
  "peerDependencies": {
23
- "@batijs/core": "0.0.644"
23
+ "@batijs/core": "0.0.645"
24
24
  },
25
25
  "main": "./dist/index.js",
26
26
  "module": "./dist/index.js",