@batijs/cli 0.0.225 → 0.0.226

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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://raw.githubusercontent.com/batijs/bati/main/website/assets/logo.svg" height="150">
2
+ <img src="https://raw.githubusercontent.com/vikejs/bati/main/website/assets/logo.svg" height="150">
3
3
  </p>
4
4
 
5
5
  <h1 align="center">
@@ -26,4 +26,4 @@ Next-gen scaffolder. Get started with fully-functional apps, and choose any tool
26
26
 
27
27
  <hr>
28
28
 
29
- **Not seeing your favorite tool? [Manually integrate it](https://vike.dev/integration) and/or upvote it [here](https://github.com/batijs/bati/discussions/categories/integration-request).**
29
+ **Not seeing your favorite tool? [Manually integrate it](https://vike.dev/integration) and/or upvote it [here](https://github.com/vikejs/bati/discussions/categories/integration-request).**
package/dist/index.js CHANGED
@@ -196,7 +196,7 @@ async function main(options, meta) {
196
196
  } else if (parsed.name.startsWith("$") && parsed.ext.match(/\.tsx?$/)) {
197
197
  throw new Error(
198
198
  `Typescript file needs to be compiled before it can be executed: '${p}'.
199
- Please report this issue to https://github.com/batijs/bati`
199
+ Please report this issue to https://github.com/vikejs/bati`
200
200
  );
201
201
  } else if (parsed.name.startsWith("$") && parsed.ext.match(/\.jsx?$/)) {
202
202
  transformAndWriteQ.add(async () => {
@@ -1614,7 +1614,7 @@ var import_which_pm_runs = __toESM(require_which_pm_runs(), 1);
1614
1614
  // package.json
1615
1615
  var package_default = {
1616
1616
  name: "@batijs/cli",
1617
- version: "0.0.225",
1617
+ version: "0.0.226",
1618
1618
  type: "module",
1619
1619
  scripts: {
1620
1620
  "check-types": "tsc --noEmit",
@@ -1625,7 +1625,7 @@ var package_default = {
1625
1625
  keywords: [],
1626
1626
  description: "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want",
1627
1627
  author: "Jo\xEBl Charles <joel.charles91@gmail.com>es",
1628
- repository: "https://github.com/batijs/bati",
1628
+ repository: "https://github.com/vikejs/bati",
1629
1629
  license: "MIT",
1630
1630
  devDependencies: {
1631
1631
  "@batijs/build": "workspace:*",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@batijs/cli",
3
- "version": "0.0.225",
3
+ "version": "0.0.226",
4
4
  "type": "module",
5
5
  "keywords": [],
6
6
  "description": "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want",
7
7
  "author": "Joël Charles <joel.charles91@gmail.com>es",
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",
@@ -22,12 +22,12 @@
22
22
  "unplugin-purge-polyfills": "^0.0.4",
23
23
  "vite": "^5.3.3",
24
24
  "which-pm-runs": "^1.1.0",
25
- "@batijs/build": "0.0.225",
26
- "@batijs/compile": "0.0.225"
25
+ "@batijs/build": "0.0.226",
26
+ "@batijs/compile": "0.0.226"
27
27
  },
28
28
  "dependencies": {
29
- "@batijs/core": "0.0.225",
30
- "@batijs/features": "0.0.225"
29
+ "@batijs/core": "0.0.226",
30
+ "@batijs/features": "0.0.226"
31
31
  },
32
32
  "bin": "./dist/index.js",
33
33
  "exports": {