create-tina-app 2.2.0 → 2.2.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -542,7 +542,7 @@ import { Command } from "commander";
542
542
 
543
543
  // package.json
544
544
  var name = "create-tina-app";
545
- var version = "2.2.0";
545
+ var version = "2.2.1";
546
546
 
547
547
  // src/util/packageManagers.ts
548
548
  var PKG_MANAGERS = ["pnpm", "yarn", "bun", "npm"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tina-app",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -35,7 +35,7 @@
35
35
  "@types/prompts": "^2.4.9",
36
36
  "@types/tar": "6.1.13",
37
37
  "typescript": "^5.7.3",
38
- "@tinacms/scripts": "1.6.3"
38
+ "@tinacms/scripts": "1.6.4"
39
39
  },
40
40
  "dependencies": {
41
41
  "chalk": "^5.4.1",
@@ -46,7 +46,7 @@
46
46
  "posthog-node": "^5.17.2",
47
47
  "prompts": "^2.4.2",
48
48
  "systeminformation": "^5.27.13",
49
- "tar": "7.5.21"
49
+ "tar": "7.5.22"
50
50
  },
51
51
  "scripts": {
52
52
  "types": "pnpm tsc",