create-windy 0.2.3 → 0.2.5

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/dist/cli.js CHANGED
@@ -3832,7 +3832,9 @@ var recipes = [
3832
3832
  { id: "starter-0.1.2-to-0.2.0", from: "0.1.2", to: "0.2.0" },
3833
3833
  { id: "starter-0.2.0-to-0.2.1", from: "0.2.0", to: "0.2.1" },
3834
3834
  { id: "starter-0.2.1-to-0.2.2", from: "0.2.1", to: "0.2.2" },
3835
- { id: "starter-0.2.2-to-0.2.3", from: "0.2.2", to: "0.2.3" }
3835
+ { id: "starter-0.2.2-to-0.2.3", from: "0.2.2", to: "0.2.3" },
3836
+ { id: "starter-0.2.3-to-0.2.4", from: "0.2.3", to: "0.2.4" },
3837
+ { id: "starter-0.2.4-to-0.2.5", from: "0.2.4", to: "0.2.5" }
3836
3838
  ];
3837
3839
  function resolveRecipeChain(sourceVersion, targetVersion) {
3838
3840
  if (sourceVersion === targetVersion)
@@ -4173,8 +4175,8 @@ class DefaultStarterUpdater {
4173
4175
  async verify(result) {
4174
4176
  const steps = [];
4175
4177
  try {
4176
- await this.#execute("bun", ["install"], result.plan.projectDirectory);
4177
- steps.push({ name: "bun install", status: "passed" });
4178
+ await this.#execute("bun", ["install", "--force"], result.plan.projectDirectory);
4179
+ steps.push({ name: "bun install --force", status: "passed" });
4178
4180
  const packageJson = JSON.parse(await readFile12(join13(result.plan.projectDirectory, "package.json"), "utf8"));
4179
4181
  for (const name of ["lint", "typecheck", "test", "build"]) {
4180
4182
  if (!packageJson.scripts?.[name]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-windy",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "创建单组织、单租户、私有部署优先的 Windy 企业 Dashboard Starter",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "templateCommit": "44b7f91ebb4fd012a78e15e7f8927d58996ab611",
4
- "generatorVersion": "0.2.3",
3
+ "templateCommit": "ba9482c741b6e00bd3a31d5a12653db05f65eba0",
4
+ "generatorVersion": "0.2.5",
5
5
  "modules": [
6
6
  {
7
7
  "name": "system",