@batijs/build 0.0.225 → 0.0.227

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 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -166,7 +166,7 @@ async function main(options, meta) {
166
166
  } else if (parsed.name.startsWith("$") && parsed.ext.match(/\.tsx?$/)) {
167
167
  throw new Error(
168
168
  `Typescript file needs to be compiled before it can be executed: '${p}'.
169
- Please report this issue to https://github.com/batijs/bati`
169
+ Please report this issue to https://github.com/vikejs/bati`
170
170
  );
171
171
  } else if (parsed.name.startsWith("$") && parsed.ext.match(/\.jsx?$/)) {
172
172
  transformAndWriteQ.add(async () => {
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@batijs/build",
3
- "version": "0.0.225",
3
+ "version": "0.0.227",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "keywords": [],
7
7
  "author": "Joël Charles <joel.charles91@gmail.com>",
8
- "repository": "https://github.com/batijs/bati",
8
+ "repository": "https://github.com/vikejs/bati",
9
9
  "license": "MIT",
10
10
  "devDependencies": {
11
11
  "@types/node": "^18.19.14",
12
12
  "tsup": "^8.1.0",
13
- "@batijs/compile": "0.0.225"
13
+ "@batijs/compile": "0.0.227"
14
14
  },
15
15
  "dependencies": {
16
- "@batijs/core": "0.0.225"
16
+ "@batijs/core": "0.0.227"
17
17
  },
18
18
  "main": "./dist/index.js",
19
19
  "module": "./dist/index.js",