create-krispya 0.6.0 → 0.7.0

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/index.d.cts CHANGED
@@ -136,8 +136,8 @@ declare function getLatestYarnVersion(): Promise<string>;
136
136
  */
137
137
  declare function getLatestNpmCliVersion(): Promise<string>;
138
138
  /**
139
- * Fetches the latest LTS version of Node.js
140
- * @returns The latest Node.js LTS version string (e.g., "22.13.0")
139
+ * Fetches the latest stable version of Node.js
140
+ * @returns The latest Node.js version string (e.g., "25.1.0")
141
141
  */
142
142
  declare function getLatestNodeVersion(): Promise<string>;
143
143
  /**
package/dist/index.d.mts CHANGED
@@ -136,8 +136,8 @@ declare function getLatestYarnVersion(): Promise<string>;
136
136
  */
137
137
  declare function getLatestNpmCliVersion(): Promise<string>;
138
138
  /**
139
- * Fetches the latest LTS version of Node.js
140
- * @returns The latest Node.js LTS version string (e.g., "22.13.0")
139
+ * Fetches the latest stable version of Node.js
140
+ * @returns The latest Node.js version string (e.g., "25.1.0")
141
141
  */
142
142
  declare function getLatestNodeVersion(): Promise<string>;
143
143
  /**
package/dist/index.d.ts CHANGED
@@ -136,8 +136,8 @@ declare function getLatestYarnVersion(): Promise<string>;
136
136
  */
137
137
  declare function getLatestNpmCliVersion(): Promise<string>;
138
138
  /**
139
- * Fetches the latest LTS version of Node.js
140
- * @returns The latest Node.js LTS version string (e.g., "22.13.0")
139
+ * Fetches the latest stable version of Node.js
140
+ * @returns The latest Node.js version string (e.g., "25.1.0")
141
141
  */
142
142
  declare function getLatestNodeVersion(): Promise<string>;
143
143
  /**