@takeshape/cli 11.125.3 → 11.127.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -206905,7 +206905,7 @@ var engines = {
206905
206905
  };
206906
206906
  var package_default = {
206907
206907
  name: "@takeshape/cli",
206908
- version: "11.125.3",
206908
+ version: "11.127.0",
206909
206909
  description: "TakeShape CLI",
206910
206910
  homepage: "https://www.takeshape.io",
206911
206911
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/cli",
3
- "version": "11.125.3",
3
+ "version": "11.127.0",
4
4
  "description": "TakeShape CLI",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -69,11 +69,11 @@
69
69
  "stream-to-promise": "2.2.0",
70
70
  "tmp": "0.0.33",
71
71
  "unzipper": "0.10.11",
72
- "@takeshape/branches": "11.125.3",
73
- "@takeshape/schema": "11.125.3",
74
- "@takeshape/ssg": "11.125.3",
75
- "@takeshape/streams": "11.125.3",
76
- "@takeshape/util": "11.125.3"
72
+ "@takeshape/branches": "11.127.0",
73
+ "@takeshape/ssg": "11.127.0",
74
+ "@takeshape/schema": "11.127.0",
75
+ "@takeshape/streams": "11.127.0",
76
+ "@takeshape/util": "11.127.0"
77
77
  },
78
78
  "engines": {
79
79
  "node": ">=22"