@expcat/tigercat-cli 1.2.14 → 1.2.16
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/dist/index.js
CHANGED
|
@@ -8,11 +8,11 @@ import { execSync } from 'child_process';
|
|
|
8
8
|
|
|
9
9
|
// src/constants.ts
|
|
10
10
|
var CLI_NAME = "tigercat";
|
|
11
|
-
var CLI_VERSION = "1.2.
|
|
11
|
+
var CLI_VERSION = "1.2.16";
|
|
12
12
|
var TEMPLATES = ["vue3", "react"];
|
|
13
13
|
var TEMPLATE_VERSIONS = {
|
|
14
14
|
// Tigercat packages (use caret on latest major)
|
|
15
|
-
tigercat: "^1.2.
|
|
15
|
+
tigercat: "^1.2.16",
|
|
16
16
|
// Frameworks
|
|
17
17
|
vue: "^3.5.33",
|
|
18
18
|
react: "^19.2.5",
|