@takeshape/cli 12.1.4 → 12.1.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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. package/package.json +6 -6
package/dist/index.cjs CHANGED
@@ -204230,7 +204230,7 @@ var import_meow = __toESM(require_meow(), 1);
204230
204230
  // package.json
204231
204231
  var package_default = {
204232
204232
  name: "@takeshape/cli",
204233
- version: "12.1.4",
204233
+ version: "12.1.5",
204234
204234
  description: "TakeShape CLI",
204235
204235
  homepage: "https://www.takeshape.io",
204236
204236
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/cli",
3
- "version": "12.1.4",
3
+ "version": "12.1.5",
4
4
  "description": "TakeShape CLI",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "type": "module",
@@ -70,11 +70,11 @@
70
70
  "stream-to-promise": "2.2.0",
71
71
  "tmp": "0.0.33",
72
72
  "unzipper": "0.10.11",
73
- "@takeshape/branches": "12.1.4",
74
- "@takeshape/schema": "12.1.4",
75
- "@takeshape/ssg": "12.1.4",
76
- "@takeshape/streams": "12.1.4",
77
- "@takeshape/util": "12.1.4"
73
+ "@takeshape/branches": "12.1.5",
74
+ "@takeshape/ssg": "12.1.5",
75
+ "@takeshape/schema": "12.1.5",
76
+ "@takeshape/streams": "12.1.5",
77
+ "@takeshape/util": "12.1.5"
78
78
  },
79
79
  "engines": {
80
80
  "node": ">=24"