@cloudwerk/create-app 0.15.4 → 0.16.2
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.js +2 -2
- package/package.json +1 -1
- package/template-api/_gitignore +1 -0
- package/template-api/package.json.tmpl +2 -1
- package/template-hono-jsx/_gitignore +1 -0
- package/template-hono-jsx/package.json.tmpl +2 -1
- package/template-react/_gitignore +1 -0
- package/template-react/package.json.tmpl +2 -1
package/dist/index.js
CHANGED
|
@@ -179,8 +179,8 @@ function printSuccessBanner(projectName, projectPath, pm) {
|
|
|
179
179
|
|
|
180
180
|
// src/versions.ts
|
|
181
181
|
var CORE_VERSION = "0.15.3";
|
|
182
|
-
var CLI_VERSION = "0.
|
|
183
|
-
var UI_VERSION = "0.
|
|
182
|
+
var CLI_VERSION = "0.16.2";
|
|
183
|
+
var UI_VERSION = "0.16.1";
|
|
184
184
|
|
|
185
185
|
// src/scaffold.ts
|
|
186
186
|
function getTemplateDir(renderer) {
|
package/package.json
CHANGED
package/template-api/_gitignore
CHANGED